├── README.md ├── Rubeus.exe ├── curling ├── README.md ├── go-serve.go └── the-other-dirty-sock.py ├── ellingson ├── README.md └── ellingson-exploit.py ├── frolic ├── README.md └── ret2libc_NX_noASLR.py ├── jerry ├── README.md ├── tomcat-login-brute.py ├── tomcat-passwords └── tomcat-users ├── reddish ├── README.md ├── generate-node-red-url.sh ├── get-on-target.sh ├── initial-meterpreter-setup.msf ├── meter-callback-12345.flow └── post-exploit-scripts.rc ├── smasher ├── README.md ├── escalate.sh ├── smasher-padding-oracle.py ├── targets-libc ├── tiny └── tiny-web-server-exploit.py ├── swagshop ├── README.md ├── get-version.sh └── magento-oneshot.py ├── tartarsauce ├── README.md └── triggered │ └── __main__.py └── zipper ├── README.md └── zabbix_rpc_rce.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epi052/htb-scripts-for-retired-boxes/HEAD/README.md -------------------------------------------------------------------------------- /Rubeus.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epi052/htb-scripts-for-retired-boxes/HEAD/Rubeus.exe -------------------------------------------------------------------------------- /curling/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epi052/htb-scripts-for-retired-boxes/HEAD/curling/README.md -------------------------------------------------------------------------------- /curling/go-serve.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epi052/htb-scripts-for-retired-boxes/HEAD/curling/go-serve.go -------------------------------------------------------------------------------- /curling/the-other-dirty-sock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epi052/htb-scripts-for-retired-boxes/HEAD/curling/the-other-dirty-sock.py -------------------------------------------------------------------------------- /ellingson/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epi052/htb-scripts-for-retired-boxes/HEAD/ellingson/README.md -------------------------------------------------------------------------------- /ellingson/ellingson-exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epi052/htb-scripts-for-retired-boxes/HEAD/ellingson/ellingson-exploit.py -------------------------------------------------------------------------------- /frolic/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epi052/htb-scripts-for-retired-boxes/HEAD/frolic/README.md -------------------------------------------------------------------------------- /frolic/ret2libc_NX_noASLR.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epi052/htb-scripts-for-retired-boxes/HEAD/frolic/ret2libc_NX_noASLR.py -------------------------------------------------------------------------------- /jerry/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epi052/htb-scripts-for-retired-boxes/HEAD/jerry/README.md -------------------------------------------------------------------------------- /jerry/tomcat-login-brute.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epi052/htb-scripts-for-retired-boxes/HEAD/jerry/tomcat-login-brute.py -------------------------------------------------------------------------------- /jerry/tomcat-passwords: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epi052/htb-scripts-for-retired-boxes/HEAD/jerry/tomcat-passwords -------------------------------------------------------------------------------- /jerry/tomcat-users: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epi052/htb-scripts-for-retired-boxes/HEAD/jerry/tomcat-users -------------------------------------------------------------------------------- /reddish/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epi052/htb-scripts-for-retired-boxes/HEAD/reddish/README.md -------------------------------------------------------------------------------- /reddish/generate-node-red-url.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epi052/htb-scripts-for-retired-boxes/HEAD/reddish/generate-node-red-url.sh -------------------------------------------------------------------------------- /reddish/get-on-target.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epi052/htb-scripts-for-retired-boxes/HEAD/reddish/get-on-target.sh -------------------------------------------------------------------------------- /reddish/initial-meterpreter-setup.msf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epi052/htb-scripts-for-retired-boxes/HEAD/reddish/initial-meterpreter-setup.msf -------------------------------------------------------------------------------- /reddish/meter-callback-12345.flow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epi052/htb-scripts-for-retired-boxes/HEAD/reddish/meter-callback-12345.flow -------------------------------------------------------------------------------- /reddish/post-exploit-scripts.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epi052/htb-scripts-for-retired-boxes/HEAD/reddish/post-exploit-scripts.rc -------------------------------------------------------------------------------- /smasher/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epi052/htb-scripts-for-retired-boxes/HEAD/smasher/README.md -------------------------------------------------------------------------------- /smasher/escalate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epi052/htb-scripts-for-retired-boxes/HEAD/smasher/escalate.sh -------------------------------------------------------------------------------- /smasher/smasher-padding-oracle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epi052/htb-scripts-for-retired-boxes/HEAD/smasher/smasher-padding-oracle.py -------------------------------------------------------------------------------- /smasher/targets-libc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epi052/htb-scripts-for-retired-boxes/HEAD/smasher/targets-libc -------------------------------------------------------------------------------- /smasher/tiny: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epi052/htb-scripts-for-retired-boxes/HEAD/smasher/tiny -------------------------------------------------------------------------------- /smasher/tiny-web-server-exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epi052/htb-scripts-for-retired-boxes/HEAD/smasher/tiny-web-server-exploit.py -------------------------------------------------------------------------------- /swagshop/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epi052/htb-scripts-for-retired-boxes/HEAD/swagshop/README.md -------------------------------------------------------------------------------- /swagshop/get-version.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epi052/htb-scripts-for-retired-boxes/HEAD/swagshop/get-version.sh -------------------------------------------------------------------------------- /swagshop/magento-oneshot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epi052/htb-scripts-for-retired-boxes/HEAD/swagshop/magento-oneshot.py -------------------------------------------------------------------------------- /tartarsauce/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epi052/htb-scripts-for-retired-boxes/HEAD/tartarsauce/README.md -------------------------------------------------------------------------------- /tartarsauce/triggered/__main__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epi052/htb-scripts-for-retired-boxes/HEAD/tartarsauce/triggered/__main__.py -------------------------------------------------------------------------------- /zipper/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epi052/htb-scripts-for-retired-boxes/HEAD/zipper/README.md -------------------------------------------------------------------------------- /zipper/zabbix_rpc_rce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epi052/htb-scripts-for-retired-boxes/HEAD/zipper/zabbix_rpc_rce.py --------------------------------------------------------------------------------