Skip to content

UDP Reverse Shell written in Python 3 and with Scapy (backdoor/rev shell) without exposing any port and data Exfiltration using udp

License

Notifications You must be signed in to change notification settings

Exido-Rio/udpC2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

udpC2 - UDP based Reverseshell and Data Exfiltration

UDP Reverse Shell written in Python 3 and with Scapy (backdoor/rev shell) without exposing any port and data Exfiltration using udp

Requires root to run !

REQUIREMENTS :

  • pip
  • python3
  • If using shell or reciver in windows you need install libcap
python3 -m pip install -r requirements.txt

Shell Help

sudo python3 shell.py  -h
usage: shell.py [-h] -s SRC -d DES [-v] [-l]

options:
  -h, --help         show this help message and exit
  -s SRC, --src SRC  data is coming from (remote ip )
  -d DES, --des DES  data is coming to (local ip)
  -v, --verbose      for verbose info
  -l, --listen       To be a listener
  • Example Shell usage

Exfiltration

sudo python3 udp_reciver.py  -h
usage: udp_reciver.py [-h] -s SRC -d DES -f FILE [-v]

options:
  -h, --help            show this help message and exit
  -s SRC, --src SRC     data is coming from (remote ip )
  -d DES, --des DES     data is comming to (local ip)
  -f FILE, --file FILE  file name to send or store
  -v, --verbose         for verbose info

About

UDP Reverse Shell written in Python 3 and with Scapy (backdoor/rev shell) without exposing any port and data Exfiltration using udp

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published