Skip to content

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

Notifications You must be signed in to change notification settings

Gurguii/cgi-bin-shellshock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks