1
2
Fork 0
mirror of https://github.com/carlospolop/hacktricks.git synced 2023-12-14 19:12:55 +01:00

GitBook: [master] 2 pages and 9 assets modified

This commit is contained in:
CPol 2021-05-27 20:10:37 +00:00 committed by gitbook-bot
parent fb5375d3ad
commit 2bfac77aa5
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF
11 changed files with 8 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 322 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 447 KiB

After

Width:  |  Height:  |  Size: 322 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 447 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 148 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -631,7 +631,9 @@ Using the [**Active Disk Editor**](https://www.disk-editor.org/index.html) it's
![](../../.gitbook/assets/image%20%28482%29.png)
Checking the "In use" flag it's very easy to know if a file was deleted \(a value of 0x0 means deleted\).
Checking the **"In use**" flag it's very easy to know if a file was deleted \(a value of **0x0 means deleted**\).
![](../../.gitbook/assets/image%20%28515%29.png)
It's also possible to recover deleted files using FTKImager:
@ -667,7 +669,7 @@ Each attribute indicates some entry information identified by the type:
For example the **type 48 \(0x30\)** identifies the **file name**:
![](../../.gitbook/assets/image%20%28510%29.png)
![](../../.gitbook/assets/image%20%28512%29.png)
It is also useful to understand that **these attributes can be resident** \(meaning, they exist within a given MFT record\) or **nonresident** \(meaning, they exist outside a given MFT record, elsewhere on the disk, and are simply referenced within the record\). For example, if the attribute **$Data is resident**, these means that the **whole file is saved in the MFT**, if it's nonresident, then the content of the file is in other part of the file system.
@ -689,10 +691,12 @@ Some interesting attributes:
* Real size
* [File reference](https://flatcap.org/linux-ntfs/ntfs/concepts/file_reference.html) to the parent directory.
* [$Data](https://flatcap.org/linux-ntfs/ntfs/attributes/data.html) \(among others\):
* Contains the file's data or the indication of the sectors where the data resides.
* Contains the file's data or the indication of the sectors where the data resides. In the following example the attribute data is not resident so the attribute gives information about the sectors where the data resides.
![](../../.gitbook/assets/image%20%28509%29.png)
![](../../.gitbook/assets/image%20%28511%29.png)

View file

@ -102,7 +102,7 @@ IP formats
You can also mix the different IP formats:
![](../.gitbook/assets/image%20%28508%29.png)
![](../.gitbook/assets/image%20%28510%29.png)
You can play with the different IP formats in [https://www.silisoftware.com/tools/ipconverter.php](https://www.silisoftware.com/tools/ipconverter.php)