mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 01:17:36 +00:00
GitBook: [master] one page modified
This commit is contained in:
parent
1385df6482
commit
fe468e5f94
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ dd if=<subject device> of=<image file> bs=512
|
|||
|
||||
#Raw copy with hashes along the way (more secur s it checks hashes while it's copying the data)
|
||||
dcfldd if=<subject device> of=<image file> bs=512 hash=<algorithm> hashwindow=<chunk size> hashlog=<hash file>
|
||||
dcfldd if=<subject device> of=/media/usb/pc.image hash=sha256 hashwindow=1M hashlog=/media/usb/pc.hashes
|
||||
dcfldd if=/dev/sdc of=/media/usb/pc.image hash=sha256 hashwindow=1M hashlog=/media/usb/pc.hashes
|
||||
```
|
||||
|
||||
## Search for known Malware
|
||||
|
|
Loading…
Reference in a new issue