├── README.md ├── academy └── exploit.py ├── arctic ├── exploit.py └── exploit2.py ├── bank └── exploit.py ├── beep ├── exploit.py └── exploit2.py ├── bitlab └── exploit.py ├── blocky └── exploit.py ├── carrier └── carrier.py ├── celestial └── celestial.py ├── chatterbox └── exploit.py ├── craft └── exploit.py ├── cronos └── exploit.py ├── curling └── exploit.py ├── devel └── devel.py ├── devoops └── exploit.py ├── frolic ├── exploit.py └── exploit2.py ├── grandpa └── exploit.py ├── granny └── exploit.py ├── irked └── irked.py ├── jarvis └── jarvis.py ├── jerry ├── jerry.py └── jerry_cmd.war ├── lame └── lame.py ├── legacy └── legacy.py ├── netmon └── netmon.py ├── networked └── networked.py ├── nibbles └── nibbles.py ├── obscurity └── exploit.py ├── openadmin └── exploit.py ├── optimum ├── exploit.py └── exploit2.py ├── poison └── poison.py ├── popcorn └── popcorn.py ├── postman ├── exploit.sh └── exploit2.py ├── sense └── exploit.py ├── shocker └── exploit.py ├── swagshop └── swagshop.py ├── traverxec └── exploit.py └── wall └── wall.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullarmor/hackthebox-exploits/HEAD/README.md -------------------------------------------------------------------------------- /academy/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullarmor/hackthebox-exploits/HEAD/academy/exploit.py -------------------------------------------------------------------------------- /arctic/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullarmor/hackthebox-exploits/HEAD/arctic/exploit.py -------------------------------------------------------------------------------- /arctic/exploit2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullarmor/hackthebox-exploits/HEAD/arctic/exploit2.py -------------------------------------------------------------------------------- /bank/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullarmor/hackthebox-exploits/HEAD/bank/exploit.py -------------------------------------------------------------------------------- /beep/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullarmor/hackthebox-exploits/HEAD/beep/exploit.py -------------------------------------------------------------------------------- /beep/exploit2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullarmor/hackthebox-exploits/HEAD/beep/exploit2.py -------------------------------------------------------------------------------- /bitlab/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullarmor/hackthebox-exploits/HEAD/bitlab/exploit.py -------------------------------------------------------------------------------- /blocky/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullarmor/hackthebox-exploits/HEAD/blocky/exploit.py -------------------------------------------------------------------------------- /carrier/carrier.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullarmor/hackthebox-exploits/HEAD/carrier/carrier.py -------------------------------------------------------------------------------- /celestial/celestial.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullarmor/hackthebox-exploits/HEAD/celestial/celestial.py -------------------------------------------------------------------------------- /chatterbox/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullarmor/hackthebox-exploits/HEAD/chatterbox/exploit.py -------------------------------------------------------------------------------- /craft/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullarmor/hackthebox-exploits/HEAD/craft/exploit.py -------------------------------------------------------------------------------- /cronos/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullarmor/hackthebox-exploits/HEAD/cronos/exploit.py -------------------------------------------------------------------------------- /curling/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullarmor/hackthebox-exploits/HEAD/curling/exploit.py -------------------------------------------------------------------------------- /devel/devel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullarmor/hackthebox-exploits/HEAD/devel/devel.py -------------------------------------------------------------------------------- /devoops/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullarmor/hackthebox-exploits/HEAD/devoops/exploit.py -------------------------------------------------------------------------------- /frolic/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullarmor/hackthebox-exploits/HEAD/frolic/exploit.py -------------------------------------------------------------------------------- /frolic/exploit2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullarmor/hackthebox-exploits/HEAD/frolic/exploit2.py -------------------------------------------------------------------------------- /grandpa/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullarmor/hackthebox-exploits/HEAD/grandpa/exploit.py -------------------------------------------------------------------------------- /granny/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullarmor/hackthebox-exploits/HEAD/granny/exploit.py -------------------------------------------------------------------------------- /irked/irked.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullarmor/hackthebox-exploits/HEAD/irked/irked.py -------------------------------------------------------------------------------- /jarvis/jarvis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullarmor/hackthebox-exploits/HEAD/jarvis/jarvis.py -------------------------------------------------------------------------------- /jerry/jerry.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullarmor/hackthebox-exploits/HEAD/jerry/jerry.py -------------------------------------------------------------------------------- /jerry/jerry_cmd.war: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullarmor/hackthebox-exploits/HEAD/jerry/jerry_cmd.war -------------------------------------------------------------------------------- /lame/lame.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullarmor/hackthebox-exploits/HEAD/lame/lame.py -------------------------------------------------------------------------------- /legacy/legacy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullarmor/hackthebox-exploits/HEAD/legacy/legacy.py -------------------------------------------------------------------------------- /netmon/netmon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullarmor/hackthebox-exploits/HEAD/netmon/netmon.py -------------------------------------------------------------------------------- /networked/networked.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullarmor/hackthebox-exploits/HEAD/networked/networked.py -------------------------------------------------------------------------------- /nibbles/nibbles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullarmor/hackthebox-exploits/HEAD/nibbles/nibbles.py -------------------------------------------------------------------------------- /obscurity/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullarmor/hackthebox-exploits/HEAD/obscurity/exploit.py -------------------------------------------------------------------------------- /openadmin/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullarmor/hackthebox-exploits/HEAD/openadmin/exploit.py -------------------------------------------------------------------------------- /optimum/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullarmor/hackthebox-exploits/HEAD/optimum/exploit.py -------------------------------------------------------------------------------- /optimum/exploit2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullarmor/hackthebox-exploits/HEAD/optimum/exploit2.py -------------------------------------------------------------------------------- /poison/poison.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullarmor/hackthebox-exploits/HEAD/poison/poison.py -------------------------------------------------------------------------------- /popcorn/popcorn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullarmor/hackthebox-exploits/HEAD/popcorn/popcorn.py -------------------------------------------------------------------------------- /postman/exploit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullarmor/hackthebox-exploits/HEAD/postman/exploit.sh -------------------------------------------------------------------------------- /postman/exploit2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullarmor/hackthebox-exploits/HEAD/postman/exploit2.py -------------------------------------------------------------------------------- /sense/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullarmor/hackthebox-exploits/HEAD/sense/exploit.py -------------------------------------------------------------------------------- /shocker/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullarmor/hackthebox-exploits/HEAD/shocker/exploit.py -------------------------------------------------------------------------------- /swagshop/swagshop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullarmor/hackthebox-exploits/HEAD/swagshop/swagshop.py -------------------------------------------------------------------------------- /traverxec/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullarmor/hackthebox-exploits/HEAD/traverxec/exploit.py -------------------------------------------------------------------------------- /wall/wall.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullarmor/hackthebox-exploits/HEAD/wall/wall.py --------------------------------------------------------------------------------