├── 0ctf └── pwn │ ├── babyaegis │ ├── aegis │ ├── exploit.py │ ├── libc-2.27.so │ └── readme.md │ └── babyheap │ ├── .gdb_history │ ├── 0ctfbabyheap │ ├── Readme.md │ ├── core │ ├── exploit.py │ └── libc-2.23.so ├── AsisFinals2017 ├── Mary_Morton │ ├── Readme.md │ ├── exploit.py │ └── mary_morton └── Mrs._Hudson │ ├── Readme.md │ ├── exploit.py │ └── mrs._hudson ├── AsisQuals2018 ├── pwn │ └── cat │ │ ├── Readme.md │ │ ├── cat │ │ └── exploit.py └── re │ ├── babyc │ ├── Readme.md │ ├── babyc │ ├── char.pdf │ └── demov_babyc │ └── warmup │ ├── Readme.md │ ├── refined.c │ └── warmup.xz ├── Hitcon16 └── pwn │ └── sleepyholder │ ├── Readme.md │ ├── SleepyHolder │ ├── exploit.py │ └── libc.so.6 ├── RCTF ├── pwn │ └── babyheap │ │ ├── Readme.md │ │ ├── babyheap_38af156349af04e8f6dc22a0ffee6a7a.zip │ │ └── exploit.py └── re │ ├── babyre │ ├── Readme.md │ └── babyre_1878DD36DBB785416AD4F170264FA156.zip │ └── sign │ ├── Readme.md │ └── sign ├── README.md ├── TokyoWesterns ├── just_do_it │ ├── Readme.md │ ├── exploit.py │ └── just_do_it-56d11d5466611ad671ad47fba3d8bc5a5140046a2a28162eab9c82f98e352afa └── rev-rev-rev │ ├── Readme.md │ ├── not.py │ ├── rev_rev_rev-a0b0d214b4aeb9b5dd24ffc971bd391494b9f82e2e60b4afc20e9465f336089f │ └── solve.py ├── TokyoWesterns18 └── pwn │ └── load │ ├── Readme.md │ ├── exploit.py │ └── load ├── backdoorctf ├── bbpwn │ ├── 32_new │ ├── exploit.py │ ├── first.py │ └── readme.md └── funsignals │ ├── exploit.py │ ├── funsignals_player_bin │ └── readme.md ├── bkp16 ├── pwn │ ├── complex-calc │ │ ├── Readme.md │ │ ├── complex-calc │ │ └── exploit.py │ ├── cookbook │ │ ├── 58056c425dc617b65f94a8b558a4699fedf4a9fb.tgz │ │ ├── Readme.md │ │ └── exploit.py │ └── simple_calc │ │ ├── Readme.md │ │ ├── b28b103ea5f1171553554f0127696a18c6d2dcf7 │ │ └── exploit.py └── re │ ├── frogger │ ├── Readme.md │ ├── factor.py │ ├── frog │ └── putchar.py │ ├── jit │ ├── Readme.md │ ├── jit │ └── reverent.py │ └── unholy │ ├── Readme.md │ ├── python_code │ ├── reverent.py │ └── unholy.tar.gz ├── csaw13 ├── Readme.md ├── pwn │ └── exploit1 │ │ ├── Readme.md │ │ ├── exploit1 │ │ └── key └── rev │ ├── bikinibonanza │ ├── Readme.md │ ├── bikinibonanza.exe │ └── solve.py │ ├── crackme │ ├── Readme.md │ ├── crackme │ ├── moniker's_script.py │ └── solve.py │ ├── csawreversing1 │ ├── Readme.md │ └── csaw2013reversing1.exe │ ├── csawreversing2 │ ├── Readme.md │ ├── csaw2013reversing2.exe │ └── solve.py │ └── dotnet │ ├── DotNetReversing.exe │ └── Readme.md ├── csaw14 └── greenhornd │ ├── AppJailLauncher.exe │ ├── exploit.py │ ├── greenhornd │ └── readme.md ├── csaw15 ├── Readme.md ├── pwn │ ├── contact │ │ ├── .gdb_history │ │ ├── Readme.md │ │ ├── contacts_54f3188f64e548565bc1b87d7aa07427 │ │ ├── exploit.py │ │ ├── flag.txt │ │ ├── peda-session-contacts_54f3188f64e548565bc1b87d7aa07427.txt │ │ └── peda-session-ls.txt │ ├── ftp_2 │ │ ├── Readme.md │ │ ├── exploit.py │ │ ├── flag.txt │ │ └── ftp_0319deb1c1c033af28613c57da686aa7 │ └── precision │ │ ├── Readme.md │ │ ├── exploit.py │ │ ├── flag.txt │ │ └── precision_a8f6f0590c177948fe06c76a1831e650 └── reverse │ ├── ftp │ ├── Readme.md │ ├── ftp_0319deb1c1c033af28613c57da686aa7 │ ├── re_solution.txt │ └── solve.py │ ├── hacking-time │ ├── HackingTime_03e852ace386388eb88c39a02f88c773.nes │ ├── Readme.md │ └── exploit.py │ └── wyvern │ ├── Readme.md │ ├── solve.py │ └── wyvern_c85f1be480808a9da350faaa6104a19b ├── csaw16 ├── Readme.md ├── pwn │ ├── hungman │ │ ├── .gdb_history │ │ ├── Readme.md │ │ ├── core │ │ ├── exploit.py │ │ ├── flag.txt │ │ ├── hungman │ │ └── peda-session-hungman.txt │ ├── tutorial │ │ ├── Readme.md │ │ ├── exploit.py │ │ ├── flag.txt │ │ └── tutorial │ └── warmup │ │ ├── Readme.md │ │ ├── flag.txt │ │ └── warmup └── reverse │ ├── deedeedee │ ├── Readme.md │ └── deedeedee │ ├── gametime │ ├── Readme.md │ ├── edit.exe │ └── gametime.exe │ ├── key │ ├── Readme.md │ ├── key.exe │ └── solve.py │ ├── rock │ ├── Readme.md │ ├── rock │ └── solve.py │ └── tar-tar-binks │ ├── Readme.md │ ├── flag.tar │ ├── flag.txt │ └── solve.py ├── csaw17 ├── pwn │ ├── auir │ │ ├── Readme.md │ │ ├── auir │ │ ├── exploit.py │ │ └── libc-2.23.so │ ├── minesweeper │ │ ├── exploit.py │ │ ├── minesweeper │ │ └── readme.md │ ├── pilot │ │ ├── Readme.md │ │ ├── exploit.py │ │ └── pilot │ ├── svc │ │ ├── Readme.md │ │ ├── exploit.py │ │ ├── flag │ │ ├── leak0.py │ │ ├── leak1.py │ │ ├── leak2.py │ │ └── svc │ └── zone │ │ ├── exploit.py │ │ ├── readme.md │ │ └── zone └── rev │ ├── bananascript │ ├── banana.script │ ├── monkeyDo │ ├── readme.md │ ├── reverent.py │ ├── test1.script │ └── test2.script │ ├── prophecy │ ├── Readme.md │ └── prophecy │ ├── realism │ ├── main.bin │ ├── readme.md │ └── reverent.py │ └── tablEZ │ ├── readme.md │ └── tablez ├── csaw18 ├── pwn │ ├── alienVSsamurai │ │ ├── aliensVSsamurais │ │ ├── exploit.py │ │ ├── libc-2.23.so │ │ └── readme.md │ ├── boi │ │ ├── boi │ │ ├── exploit.py │ │ └── readme.md │ ├── doubletrouble │ │ ├── doubletrouble │ │ ├── exploit.py │ │ └── readme.md │ ├── get_it │ │ ├── exploit.py │ │ ├── get_it │ │ └── readme.md │ ├── plc │ │ ├── exploit.py │ │ └── readme.md │ ├── shellpointcode │ │ ├── exploit.py │ │ ├── readme.md │ │ ├── shellcode.asm │ │ ├── shellcode.o │ │ ├── sheller │ │ └── shellpointcode │ └── turtles │ │ ├── exploit.py │ │ ├── readme.md │ │ ├── sources.list │ │ └── turtles └── rev │ ├── tour_of_x86_pt1 │ ├── readme.md │ └── stage1.asm │ └── tour_of_x86_pt2 │ ├── Makefile │ ├── readme.md │ ├── stage-2.bin │ └── stage1.asm ├── csaw2014 ├── Readme.md ├── pwn │ ├── bo │ │ ├── Readme.md │ │ └── bo │ ├── pybabies │ │ ├── Readme.md │ │ └── pyshell.py │ └── s3 │ │ ├── Readme.md │ │ ├── exploit.py │ │ ├── flag.txt │ │ └── s3 └── reverse │ ├── csaw2013reversing2.exe │ ├── Readme.md │ ├── capture.py │ └── csaw2013reversing2.exe │ ├── eggshells │ ├── Readme.md │ └── eggshells-master.zip │ └── wololo │ ├── Readme.md │ ├── hex_file │ ├── wololo.lst.xz │ └── wololo_x.py ├── defconquals16 └── pwn │ └── feedme │ ├── Readme.md │ ├── exploit.py │ └── feedme ├── defconquals2018 ├── elf-crumble │ ├── Readme.md │ ├── pieces.tgz │ └── rev └── pwn │ ├── itsame │ ├── exploit.py │ ├── libc.so.6 │ ├── mario │ └── readme.md │ ├── nop │ ├── exploit.py │ ├── nop │ └── readme.md │ └── racewars │ ├── exploit.py │ ├── libc-2.23.so │ ├── racewars │ └── readme.md ├── defconquals2019 ├── pwn │ └── babyheap │ │ ├── babyheap │ │ ├── exploit.py │ │ ├── libc.so │ │ └── readme.md └── speedrun │ ├── s1 │ ├── exploit.py │ ├── readme.md │ └── speedrun-001 │ ├── s11 │ ├── readme.md │ └── speedrun-011 │ ├── s2 │ ├── exploit.py │ ├── libc-2.27.so │ ├── readme.md │ └── speedrun-002 │ ├── s3 │ ├── exploit.py │ ├── readme.md │ └── speedrun-003 │ ├── s4 │ ├── exploit.py │ ├── readme.md │ └── speedrun-004 │ └── s6 │ ├── exploit.py │ ├── readme.md │ └── speedrun-006 ├── fbctf19 └── overfloat │ ├── exploit.py │ ├── libc-2.27.so │ ├── overfloat │ └── readme.md ├── gcl-quals-2017 └── canada-150 │ ├── 407edc5d16757a20f7263dce52e11dd63a6dd67bbe3173142006e30f7d543c78 │ └── Readme.md ├── googlequals17 └── pwn │ └── wiki │ ├── Readme.md │ ├── challenge │ ├── db │ ├── 1MB@tMaN │ ├── Fortimanager_Access │ └── xmlset_roodkcableoj28840ybtide │ ├── exploit.py │ └── flag.txt ├── h3 ├── pwn │ └── time │ │ ├── Readme.md │ │ ├── solve │ │ ├── solve.c │ │ ├── time │ │ └── time.c └── reversing │ ├── dagron │ ├── Readme.md │ └── dragon │ └── h3machine │ ├── Readme.md │ ├── challenge0.h3i │ ├── challenge1.h3i │ ├── challenge1_patched.h3i │ ├── challenge2.h3i │ ├── challenge3.h3i │ └── h3-machine-emulator.tar.gz ├── hack.lu14 └── pwn │ └── oreo │ ├── Readme.md │ ├── exploit.py │ ├── libc-2.24.so │ └── oreo ├── hackIM19 └── pwn │ ├── babypwn │ ├── babypwn │ ├── exploit.py │ ├── libc │ └── readme.md │ ├── easyshell │ ├── challenge │ ├── exploit.py │ └── readme.md │ ├── peasy-shell │ ├── challenge │ ├── exploit.py │ └── readme.md │ └── shop │ ├── challenge │ ├── local-exploit.py │ ├── readme.md │ └── remote-exploit.py ├── hacklu17 └── pwn │ └── exam │ ├── .gdb_history │ ├── Readme.md │ ├── core │ ├── exam │ ├── exploit.py │ └── libc.so.6 ├── hs19 └── storytime │ ├── exploit.py │ ├── libc.so.6 │ ├── readme.md │ └── storytime ├── hxp ├── aleph1 │ ├── Readme.md │ ├── exploit.py │ ├── vuln │ └── vuln.c └── babyish │ ├── Readme.md │ ├── exploit.py │ ├── leak.py │ ├── libc.so.6 │ ├── vuln │ └── vuln.c ├── hxp2018 └── poor_canary │ ├── canary │ ├── canary.c │ ├── exploit.py │ └── readme.md ├── insomnihack17 └── pwn │ └── baby │ ├── Readme.md │ ├── baby │ ├── exploit.py │ └── libc-2.27.so ├── insomnihack18-teaser ├── pwn │ └── onewrite │ │ ├── exploit.py │ │ ├── onewrite-390417ba15a4e5ad7ea0507a21e7dc1ef03eb1805750a0e786f2066a68445786 │ │ └── readme.md └── rev │ ├── beginner_reverse │ ├── beginner_reverse-466bdf23cf344b8ee734a8ae86620ac72a37bb81a950b30eae6709f185c3b247 │ └── readme.md │ └── junkyard │ ├── junkyard │ ├── readme.md │ └── rev.py ├── other └── rev │ └── movfuscated1 │ ├── Readme.md │ ├── movfuscated1 │ └── reverent.py ├── plaid19 ├── pwn │ └── cpp │ │ ├── cpp │ │ ├── exploit.py │ │ ├── libc-2.27.so │ │ └── readme.md └── re │ ├── icancount │ ├── i_can_count_8484ceff57cb99e3bdb3017f8c8a2467 │ ├── readme.md │ └── rev.py │ └── plaid_party_planning_III │ ├── pppiii-b73804b431586f8ecd4a0e8c0daf3ba6 │ └── readme.md ├── securityfest └── fairlight │ ├── fairlight │ ├── readme.md │ └── rev.py ├── shellphish_heap ├── Readme.md ├── fastbin_dup │ ├── Readme.md │ ├── fastbin_dup │ └── fastbin_dup.c ├── fastbin_dup_consolidate │ ├── Readme.md │ └── fastbin_dup_consolidate.c ├── fastbin_dup_into_stack │ ├── Readme.md │ ├── fastbin_dup_into_stack │ └── fastbin_dup_into_stack.c ├── first_fit │ ├── Readme.md │ ├── first_fit │ └── first_fit.c ├── house-of-einherjar │ ├── Readme.md │ └── house_of_einherjar.c ├── house-of-lore │ ├── Readme.md │ └── house_of_lore.c ├── house-of-power │ ├── Readme.md │ └── house_of_force.c ├── house-of-spirit │ └── Readme.md ├── overlapping_chunks │ ├── Readme.md │ └── overlapping_chunks.c ├── overlapping_heap_chunks_2 │ └── Readme.md ├── single_null_byte_overflow │ ├── Readme.md │ └── single_null_byte.c ├── unsafe_unlink │ ├── Readme.md │ └── unsafe_unlink.c ├── unsorted_bin_attack │ ├── Readme.md │ └── unsorted_bin_attack.c └── unsorted_bin_into_stack │ ├── Readme.md │ └── unsorted_bin_into_stack.c ├── swampctf19 ├── pwn │ ├── bad_file │ │ ├── bad_file │ │ ├── exploit.py │ │ └── readme.md │ ├── dream_heaps │ │ ├── dream_heaps │ │ ├── exploit.py │ │ ├── libc-2.27.so │ │ └── readme.md │ └── heap_golf │ │ ├── heap_golf1 │ │ └── readme.md └── rev │ └── future │ ├── future_fun │ └── readme.md ├── tokyowesterns16 └── pwn │ └── greeting │ ├── exploit.py │ ├── greeting │ └── readme.md ├── tu19 ├── runme │ ├── readme.md │ └── runme ├── thefirst │ ├── readme.md │ └── thefirst └── vulnmath │ ├── exploit.py │ ├── libc.so.6 │ ├── readme.md │ └── vulnmath └── tuctf ├── funmail2 ├── Readme.md └── funmail2.0 ├── future ├── Readme.md ├── future ├── future.c └── solve.py ├── guestbook ├── Readme.md ├── exploit.py ├── guestbook └── libc.so.6 ├── unknown ├── Readme.md └── unknown ├── vuln_chat ├── Readme.md ├── exploit.py └── vuln-chat └── vuln_chat2 ├── Readme.md ├── exploit.py └── vuln-chat2.0 /0ctf/pwn/babyaegis/aegis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/0ctf/pwn/babyaegis/aegis -------------------------------------------------------------------------------- /0ctf/pwn/babyaegis/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/0ctf/pwn/babyaegis/exploit.py -------------------------------------------------------------------------------- /0ctf/pwn/babyaegis/libc-2.27.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/0ctf/pwn/babyaegis/libc-2.27.so -------------------------------------------------------------------------------- /0ctf/pwn/babyaegis/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/0ctf/pwn/babyaegis/readme.md -------------------------------------------------------------------------------- /0ctf/pwn/babyheap/.gdb_history: -------------------------------------------------------------------------------- 1 | c 2 | q 3 | c 4 | q 5 | -------------------------------------------------------------------------------- /0ctf/pwn/babyheap/0ctfbabyheap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/0ctf/pwn/babyheap/0ctfbabyheap -------------------------------------------------------------------------------- /0ctf/pwn/babyheap/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/0ctf/pwn/babyheap/Readme.md -------------------------------------------------------------------------------- /0ctf/pwn/babyheap/core: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/0ctf/pwn/babyheap/core -------------------------------------------------------------------------------- /0ctf/pwn/babyheap/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/0ctf/pwn/babyheap/exploit.py -------------------------------------------------------------------------------- /0ctf/pwn/babyheap/libc-2.23.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/0ctf/pwn/babyheap/libc-2.23.so -------------------------------------------------------------------------------- /AsisFinals2017/Mary_Morton/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/AsisFinals2017/Mary_Morton/Readme.md -------------------------------------------------------------------------------- /AsisFinals2017/Mary_Morton/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/AsisFinals2017/Mary_Morton/exploit.py -------------------------------------------------------------------------------- /AsisFinals2017/Mary_Morton/mary_morton: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/AsisFinals2017/Mary_Morton/mary_morton -------------------------------------------------------------------------------- /AsisFinals2017/Mrs._Hudson/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/AsisFinals2017/Mrs._Hudson/Readme.md -------------------------------------------------------------------------------- /AsisFinals2017/Mrs._Hudson/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/AsisFinals2017/Mrs._Hudson/exploit.py -------------------------------------------------------------------------------- /AsisFinals2017/Mrs._Hudson/mrs._hudson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/AsisFinals2017/Mrs._Hudson/mrs._hudson -------------------------------------------------------------------------------- /AsisQuals2018/pwn/cat/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/AsisQuals2018/pwn/cat/Readme.md -------------------------------------------------------------------------------- /AsisQuals2018/pwn/cat/cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/AsisQuals2018/pwn/cat/cat -------------------------------------------------------------------------------- /AsisQuals2018/pwn/cat/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/AsisQuals2018/pwn/cat/exploit.py -------------------------------------------------------------------------------- /AsisQuals2018/re/babyc/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/AsisQuals2018/re/babyc/Readme.md -------------------------------------------------------------------------------- /AsisQuals2018/re/babyc/babyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/AsisQuals2018/re/babyc/babyc -------------------------------------------------------------------------------- /AsisQuals2018/re/babyc/char.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/AsisQuals2018/re/babyc/char.pdf -------------------------------------------------------------------------------- /AsisQuals2018/re/babyc/demov_babyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/AsisQuals2018/re/babyc/demov_babyc -------------------------------------------------------------------------------- /AsisQuals2018/re/warmup/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/AsisQuals2018/re/warmup/Readme.md -------------------------------------------------------------------------------- /AsisQuals2018/re/warmup/refined.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/AsisQuals2018/re/warmup/refined.c -------------------------------------------------------------------------------- /AsisQuals2018/re/warmup/warmup.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/AsisQuals2018/re/warmup/warmup.xz -------------------------------------------------------------------------------- /Hitcon16/pwn/sleepyholder/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/Hitcon16/pwn/sleepyholder/Readme.md -------------------------------------------------------------------------------- /Hitcon16/pwn/sleepyholder/SleepyHolder: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/Hitcon16/pwn/sleepyholder/SleepyHolder -------------------------------------------------------------------------------- /Hitcon16/pwn/sleepyholder/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/Hitcon16/pwn/sleepyholder/exploit.py -------------------------------------------------------------------------------- /Hitcon16/pwn/sleepyholder/libc.so.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/Hitcon16/pwn/sleepyholder/libc.so.6 -------------------------------------------------------------------------------- /RCTF/pwn/babyheap/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/RCTF/pwn/babyheap/Readme.md -------------------------------------------------------------------------------- /RCTF/pwn/babyheap/babyheap_38af156349af04e8f6dc22a0ffee6a7a.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/RCTF/pwn/babyheap/babyheap_38af156349af04e8f6dc22a0ffee6a7a.zip -------------------------------------------------------------------------------- /RCTF/pwn/babyheap/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/RCTF/pwn/babyheap/exploit.py -------------------------------------------------------------------------------- /RCTF/re/babyre/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/RCTF/re/babyre/Readme.md -------------------------------------------------------------------------------- /RCTF/re/babyre/babyre_1878DD36DBB785416AD4F170264FA156.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/RCTF/re/babyre/babyre_1878DD36DBB785416AD4F170264FA156.zip -------------------------------------------------------------------------------- /RCTF/re/sign/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/RCTF/re/sign/Readme.md -------------------------------------------------------------------------------- /RCTF/re/sign/sign: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/RCTF/re/sign/sign -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/README.md -------------------------------------------------------------------------------- /TokyoWesterns/just_do_it/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/TokyoWesterns/just_do_it/Readme.md -------------------------------------------------------------------------------- /TokyoWesterns/just_do_it/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/TokyoWesterns/just_do_it/exploit.py -------------------------------------------------------------------------------- /TokyoWesterns/just_do_it/just_do_it-56d11d5466611ad671ad47fba3d8bc5a5140046a2a28162eab9c82f98e352afa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/TokyoWesterns/just_do_it/just_do_it-56d11d5466611ad671ad47fba3d8bc5a5140046a2a28162eab9c82f98e352afa -------------------------------------------------------------------------------- /TokyoWesterns/rev-rev-rev/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/TokyoWesterns/rev-rev-rev/Readme.md -------------------------------------------------------------------------------- /TokyoWesterns/rev-rev-rev/not.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/TokyoWesterns/rev-rev-rev/not.py -------------------------------------------------------------------------------- /TokyoWesterns/rev-rev-rev/rev_rev_rev-a0b0d214b4aeb9b5dd24ffc971bd391494b9f82e2e60b4afc20e9465f336089f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/TokyoWesterns/rev-rev-rev/rev_rev_rev-a0b0d214b4aeb9b5dd24ffc971bd391494b9f82e2e60b4afc20e9465f336089f -------------------------------------------------------------------------------- /TokyoWesterns/rev-rev-rev/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/TokyoWesterns/rev-rev-rev/solve.py -------------------------------------------------------------------------------- /TokyoWesterns18/pwn/load/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/TokyoWesterns18/pwn/load/Readme.md -------------------------------------------------------------------------------- /TokyoWesterns18/pwn/load/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/TokyoWesterns18/pwn/load/exploit.py -------------------------------------------------------------------------------- /TokyoWesterns18/pwn/load/load: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/TokyoWesterns18/pwn/load/load -------------------------------------------------------------------------------- /backdoorctf/bbpwn/32_new: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/backdoorctf/bbpwn/32_new -------------------------------------------------------------------------------- /backdoorctf/bbpwn/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/backdoorctf/bbpwn/exploit.py -------------------------------------------------------------------------------- /backdoorctf/bbpwn/first.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/backdoorctf/bbpwn/first.py -------------------------------------------------------------------------------- /backdoorctf/bbpwn/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/backdoorctf/bbpwn/readme.md -------------------------------------------------------------------------------- /backdoorctf/funsignals/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/backdoorctf/funsignals/exploit.py -------------------------------------------------------------------------------- /backdoorctf/funsignals/funsignals_player_bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/backdoorctf/funsignals/funsignals_player_bin -------------------------------------------------------------------------------- /backdoorctf/funsignals/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/backdoorctf/funsignals/readme.md -------------------------------------------------------------------------------- /bkp16/pwn/complex-calc/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/bkp16/pwn/complex-calc/Readme.md -------------------------------------------------------------------------------- /bkp16/pwn/complex-calc/complex-calc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/bkp16/pwn/complex-calc/complex-calc -------------------------------------------------------------------------------- /bkp16/pwn/complex-calc/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/bkp16/pwn/complex-calc/exploit.py -------------------------------------------------------------------------------- /bkp16/pwn/cookbook/58056c425dc617b65f94a8b558a4699fedf4a9fb.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/bkp16/pwn/cookbook/58056c425dc617b65f94a8b558a4699fedf4a9fb.tgz -------------------------------------------------------------------------------- /bkp16/pwn/cookbook/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/bkp16/pwn/cookbook/Readme.md -------------------------------------------------------------------------------- /bkp16/pwn/cookbook/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/bkp16/pwn/cookbook/exploit.py -------------------------------------------------------------------------------- /bkp16/pwn/simple_calc/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/bkp16/pwn/simple_calc/Readme.md -------------------------------------------------------------------------------- /bkp16/pwn/simple_calc/b28b103ea5f1171553554f0127696a18c6d2dcf7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/bkp16/pwn/simple_calc/b28b103ea5f1171553554f0127696a18c6d2dcf7 -------------------------------------------------------------------------------- /bkp16/pwn/simple_calc/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/bkp16/pwn/simple_calc/exploit.py -------------------------------------------------------------------------------- /bkp16/re/frogger/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/bkp16/re/frogger/Readme.md -------------------------------------------------------------------------------- /bkp16/re/frogger/factor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/bkp16/re/frogger/factor.py -------------------------------------------------------------------------------- /bkp16/re/frogger/frog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/bkp16/re/frogger/frog -------------------------------------------------------------------------------- /bkp16/re/frogger/putchar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/bkp16/re/frogger/putchar.py -------------------------------------------------------------------------------- /bkp16/re/jit/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/bkp16/re/jit/Readme.md -------------------------------------------------------------------------------- /bkp16/re/jit/jit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/bkp16/re/jit/jit -------------------------------------------------------------------------------- /bkp16/re/jit/reverent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/bkp16/re/jit/reverent.py -------------------------------------------------------------------------------- /bkp16/re/unholy/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/bkp16/re/unholy/Readme.md -------------------------------------------------------------------------------- /bkp16/re/unholy/python_code: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/bkp16/re/unholy/python_code -------------------------------------------------------------------------------- /bkp16/re/unholy/reverent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/bkp16/re/unholy/reverent.py -------------------------------------------------------------------------------- /bkp16/re/unholy/unholy.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/bkp16/re/unholy/unholy.tar.gz -------------------------------------------------------------------------------- /csaw13/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw13/Readme.md -------------------------------------------------------------------------------- /csaw13/pwn/exploit1/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw13/pwn/exploit1/Readme.md -------------------------------------------------------------------------------- /csaw13/pwn/exploit1/exploit1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw13/pwn/exploit1/exploit1 -------------------------------------------------------------------------------- /csaw13/pwn/exploit1/key: -------------------------------------------------------------------------------- 1 | flag{7c1fbb502632bffa6e62ba6fa847681f} 2 | -------------------------------------------------------------------------------- /csaw13/rev/bikinibonanza/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw13/rev/bikinibonanza/Readme.md -------------------------------------------------------------------------------- /csaw13/rev/bikinibonanza/bikinibonanza.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw13/rev/bikinibonanza/bikinibonanza.exe -------------------------------------------------------------------------------- /csaw13/rev/bikinibonanza/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw13/rev/bikinibonanza/solve.py -------------------------------------------------------------------------------- /csaw13/rev/crackme/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw13/rev/crackme/Readme.md -------------------------------------------------------------------------------- /csaw13/rev/crackme/crackme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw13/rev/crackme/crackme -------------------------------------------------------------------------------- /csaw13/rev/crackme/moniker's_script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw13/rev/crackme/moniker's_script.py -------------------------------------------------------------------------------- /csaw13/rev/crackme/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw13/rev/crackme/solve.py -------------------------------------------------------------------------------- /csaw13/rev/csawreversing1/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw13/rev/csawreversing1/Readme.md -------------------------------------------------------------------------------- /csaw13/rev/csawreversing1/csaw2013reversing1.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw13/rev/csawreversing1/csaw2013reversing1.exe -------------------------------------------------------------------------------- /csaw13/rev/csawreversing2/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw13/rev/csawreversing2/Readme.md -------------------------------------------------------------------------------- /csaw13/rev/csawreversing2/csaw2013reversing2.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw13/rev/csawreversing2/csaw2013reversing2.exe -------------------------------------------------------------------------------- /csaw13/rev/csawreversing2/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw13/rev/csawreversing2/solve.py -------------------------------------------------------------------------------- /csaw13/rev/dotnet/DotNetReversing.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw13/rev/dotnet/DotNetReversing.exe -------------------------------------------------------------------------------- /csaw13/rev/dotnet/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw13/rev/dotnet/Readme.md -------------------------------------------------------------------------------- /csaw14/greenhornd/AppJailLauncher.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw14/greenhornd/AppJailLauncher.exe -------------------------------------------------------------------------------- /csaw14/greenhornd/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw14/greenhornd/exploit.py -------------------------------------------------------------------------------- /csaw14/greenhornd/greenhornd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw14/greenhornd/greenhornd -------------------------------------------------------------------------------- /csaw14/greenhornd/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw14/greenhornd/readme.md -------------------------------------------------------------------------------- /csaw15/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw15/Readme.md -------------------------------------------------------------------------------- /csaw15/pwn/contact/.gdb_history: -------------------------------------------------------------------------------- 1 | c 2 | q 3 | -------------------------------------------------------------------------------- /csaw15/pwn/contact/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw15/pwn/contact/Readme.md -------------------------------------------------------------------------------- /csaw15/pwn/contact/contacts_54f3188f64e548565bc1b87d7aa07427: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw15/pwn/contact/contacts_54f3188f64e548565bc1b87d7aa07427 -------------------------------------------------------------------------------- /csaw15/pwn/contact/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw15/pwn/contact/exploit.py -------------------------------------------------------------------------------- /csaw15/pwn/contact/flag.txt: -------------------------------------------------------------------------------- 1 | flag{f0rm47_s7r1ng5_4r3_fun_57uff} 2 | -------------------------------------------------------------------------------- /csaw15/pwn/contact/peda-session-contacts_54f3188f64e548565bc1b87d7aa07427.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /csaw15/pwn/contact/peda-session-ls.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /csaw15/pwn/ftp_2/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw15/pwn/ftp_2/Readme.md -------------------------------------------------------------------------------- /csaw15/pwn/ftp_2/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw15/pwn/ftp_2/exploit.py -------------------------------------------------------------------------------- /csaw15/pwn/ftp_2/flag.txt: -------------------------------------------------------------------------------- 1 | flag{exploiting_ftp_servers_in_2015} 2 | -------------------------------------------------------------------------------- /csaw15/pwn/ftp_2/ftp_0319deb1c1c033af28613c57da686aa7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw15/pwn/ftp_2/ftp_0319deb1c1c033af28613c57da686aa7 -------------------------------------------------------------------------------- /csaw15/pwn/precision/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw15/pwn/precision/Readme.md -------------------------------------------------------------------------------- /csaw15/pwn/precision/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw15/pwn/precision/exploit.py -------------------------------------------------------------------------------- /csaw15/pwn/precision/flag.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw15/pwn/precision/flag.txt -------------------------------------------------------------------------------- /csaw15/pwn/precision/precision_a8f6f0590c177948fe06c76a1831e650: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw15/pwn/precision/precision_a8f6f0590c177948fe06c76a1831e650 -------------------------------------------------------------------------------- /csaw15/reverse/ftp/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw15/reverse/ftp/Readme.md -------------------------------------------------------------------------------- /csaw15/reverse/ftp/ftp_0319deb1c1c033af28613c57da686aa7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw15/reverse/ftp/ftp_0319deb1c1c033af28613c57da686aa7 -------------------------------------------------------------------------------- /csaw15/reverse/ftp/re_solution.txt: -------------------------------------------------------------------------------- 1 | flag{n0_c0ok1e_ju$t_a_f1ag_f0r_you} 2 | -------------------------------------------------------------------------------- /csaw15/reverse/ftp/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw15/reverse/ftp/solve.py -------------------------------------------------------------------------------- /csaw15/reverse/hacking-time/HackingTime_03e852ace386388eb88c39a02f88c773.nes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw15/reverse/hacking-time/HackingTime_03e852ace386388eb88c39a02f88c773.nes -------------------------------------------------------------------------------- /csaw15/reverse/hacking-time/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw15/reverse/hacking-time/Readme.md -------------------------------------------------------------------------------- /csaw15/reverse/hacking-time/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw15/reverse/hacking-time/exploit.py -------------------------------------------------------------------------------- /csaw15/reverse/wyvern/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw15/reverse/wyvern/Readme.md -------------------------------------------------------------------------------- /csaw15/reverse/wyvern/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw15/reverse/wyvern/solve.py -------------------------------------------------------------------------------- /csaw15/reverse/wyvern/wyvern_c85f1be480808a9da350faaa6104a19b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw15/reverse/wyvern/wyvern_c85f1be480808a9da350faaa6104a19b -------------------------------------------------------------------------------- /csaw16/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw16/Readme.md -------------------------------------------------------------------------------- /csaw16/pwn/hungman/.gdb_history: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw16/pwn/hungman/.gdb_history -------------------------------------------------------------------------------- /csaw16/pwn/hungman/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw16/pwn/hungman/Readme.md -------------------------------------------------------------------------------- /csaw16/pwn/hungman/core: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw16/pwn/hungman/core -------------------------------------------------------------------------------- /csaw16/pwn/hungman/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw16/pwn/hungman/exploit.py -------------------------------------------------------------------------------- /csaw16/pwn/hungman/flag.txt: -------------------------------------------------------------------------------- 1 | flag{this_looks_like_its_a_well_hungman} 2 | -------------------------------------------------------------------------------- /csaw16/pwn/hungman/hungman: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw16/pwn/hungman/hungman -------------------------------------------------------------------------------- /csaw16/pwn/hungman/peda-session-hungman.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw16/pwn/hungman/peda-session-hungman.txt -------------------------------------------------------------------------------- /csaw16/pwn/tutorial/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw16/pwn/tutorial/Readme.md -------------------------------------------------------------------------------- /csaw16/pwn/tutorial/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw16/pwn/tutorial/exploit.py -------------------------------------------------------------------------------- /csaw16/pwn/tutorial/flag.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw16/pwn/tutorial/flag.txt -------------------------------------------------------------------------------- /csaw16/pwn/tutorial/tutorial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw16/pwn/tutorial/tutorial -------------------------------------------------------------------------------- /csaw16/pwn/warmup/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw16/pwn/warmup/Readme.md -------------------------------------------------------------------------------- /csaw16/pwn/warmup/flag.txt: -------------------------------------------------------------------------------- 1 | FLAG{LET_US_BEGIN_CSAW2016} 2 | -------------------------------------------------------------------------------- /csaw16/pwn/warmup/warmup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw16/pwn/warmup/warmup -------------------------------------------------------------------------------- /csaw16/reverse/deedeedee/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw16/reverse/deedeedee/Readme.md -------------------------------------------------------------------------------- /csaw16/reverse/deedeedee/deedeedee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw16/reverse/deedeedee/deedeedee -------------------------------------------------------------------------------- /csaw16/reverse/gametime/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw16/reverse/gametime/Readme.md -------------------------------------------------------------------------------- /csaw16/reverse/gametime/edit.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw16/reverse/gametime/edit.exe -------------------------------------------------------------------------------- /csaw16/reverse/gametime/gametime.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw16/reverse/gametime/gametime.exe -------------------------------------------------------------------------------- /csaw16/reverse/key/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw16/reverse/key/Readme.md -------------------------------------------------------------------------------- /csaw16/reverse/key/key.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw16/reverse/key/key.exe -------------------------------------------------------------------------------- /csaw16/reverse/key/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw16/reverse/key/solve.py -------------------------------------------------------------------------------- /csaw16/reverse/rock/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw16/reverse/rock/Readme.md -------------------------------------------------------------------------------- /csaw16/reverse/rock/rock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw16/reverse/rock/rock -------------------------------------------------------------------------------- /csaw16/reverse/rock/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw16/reverse/rock/solve.py -------------------------------------------------------------------------------- /csaw16/reverse/tar-tar-binks/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw16/reverse/tar-tar-binks/Readme.md -------------------------------------------------------------------------------- /csaw16/reverse/tar-tar-binks/flag.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw16/reverse/tar-tar-binks/flag.tar -------------------------------------------------------------------------------- /csaw16/reverse/tar-tar-binks/flag.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw16/reverse/tar-tar-binks/flag.txt -------------------------------------------------------------------------------- /csaw16/reverse/tar-tar-binks/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw16/reverse/tar-tar-binks/solve.py -------------------------------------------------------------------------------- /csaw17/pwn/auir/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw17/pwn/auir/Readme.md -------------------------------------------------------------------------------- /csaw17/pwn/auir/auir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw17/pwn/auir/auir -------------------------------------------------------------------------------- /csaw17/pwn/auir/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw17/pwn/auir/exploit.py -------------------------------------------------------------------------------- /csaw17/pwn/auir/libc-2.23.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw17/pwn/auir/libc-2.23.so -------------------------------------------------------------------------------- /csaw17/pwn/minesweeper/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw17/pwn/minesweeper/exploit.py -------------------------------------------------------------------------------- /csaw17/pwn/minesweeper/minesweeper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw17/pwn/minesweeper/minesweeper -------------------------------------------------------------------------------- /csaw17/pwn/minesweeper/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw17/pwn/minesweeper/readme.md -------------------------------------------------------------------------------- /csaw17/pwn/pilot/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw17/pwn/pilot/Readme.md -------------------------------------------------------------------------------- /csaw17/pwn/pilot/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw17/pwn/pilot/exploit.py -------------------------------------------------------------------------------- /csaw17/pwn/pilot/pilot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw17/pwn/pilot/pilot -------------------------------------------------------------------------------- /csaw17/pwn/svc/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw17/pwn/svc/Readme.md -------------------------------------------------------------------------------- /csaw17/pwn/svc/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw17/pwn/svc/exploit.py -------------------------------------------------------------------------------- /csaw17/pwn/svc/flag: -------------------------------------------------------------------------------- 1 | flag{sCv_0n1y_C0st_50_M!n3ra1_tr3at_h!m_we11} 2 | -------------------------------------------------------------------------------- /csaw17/pwn/svc/leak0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw17/pwn/svc/leak0.py -------------------------------------------------------------------------------- /csaw17/pwn/svc/leak1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw17/pwn/svc/leak1.py -------------------------------------------------------------------------------- /csaw17/pwn/svc/leak2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw17/pwn/svc/leak2.py -------------------------------------------------------------------------------- /csaw17/pwn/svc/svc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw17/pwn/svc/svc -------------------------------------------------------------------------------- /csaw17/pwn/zone/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw17/pwn/zone/exploit.py -------------------------------------------------------------------------------- /csaw17/pwn/zone/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw17/pwn/zone/readme.md -------------------------------------------------------------------------------- /csaw17/pwn/zone/zone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw17/pwn/zone/zone -------------------------------------------------------------------------------- /csaw17/rev/bananascript/banana.script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw17/rev/bananascript/banana.script -------------------------------------------------------------------------------- /csaw17/rev/bananascript/monkeyDo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw17/rev/bananascript/monkeyDo -------------------------------------------------------------------------------- /csaw17/rev/bananascript/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw17/rev/bananascript/readme.md -------------------------------------------------------------------------------- /csaw17/rev/bananascript/reverent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw17/rev/bananascript/reverent.py -------------------------------------------------------------------------------- /csaw17/rev/bananascript/test1.script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw17/rev/bananascript/test1.script -------------------------------------------------------------------------------- /csaw17/rev/bananascript/test2.script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw17/rev/bananascript/test2.script -------------------------------------------------------------------------------- /csaw17/rev/prophecy/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw17/rev/prophecy/Readme.md -------------------------------------------------------------------------------- /csaw17/rev/prophecy/prophecy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw17/rev/prophecy/prophecy -------------------------------------------------------------------------------- /csaw17/rev/realism/main.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw17/rev/realism/main.bin -------------------------------------------------------------------------------- /csaw17/rev/realism/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw17/rev/realism/readme.md -------------------------------------------------------------------------------- /csaw17/rev/realism/reverent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw17/rev/realism/reverent.py -------------------------------------------------------------------------------- /csaw17/rev/tablEZ/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw17/rev/tablEZ/readme.md -------------------------------------------------------------------------------- /csaw17/rev/tablEZ/tablez: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw17/rev/tablEZ/tablez -------------------------------------------------------------------------------- /csaw18/pwn/alienVSsamurai/aliensVSsamurais: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw18/pwn/alienVSsamurai/aliensVSsamurais -------------------------------------------------------------------------------- /csaw18/pwn/alienVSsamurai/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw18/pwn/alienVSsamurai/exploit.py -------------------------------------------------------------------------------- /csaw18/pwn/alienVSsamurai/libc-2.23.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw18/pwn/alienVSsamurai/libc-2.23.so -------------------------------------------------------------------------------- /csaw18/pwn/alienVSsamurai/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw18/pwn/alienVSsamurai/readme.md -------------------------------------------------------------------------------- /csaw18/pwn/boi/boi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw18/pwn/boi/boi -------------------------------------------------------------------------------- /csaw18/pwn/boi/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw18/pwn/boi/exploit.py -------------------------------------------------------------------------------- /csaw18/pwn/boi/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw18/pwn/boi/readme.md -------------------------------------------------------------------------------- /csaw18/pwn/doubletrouble/doubletrouble: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw18/pwn/doubletrouble/doubletrouble -------------------------------------------------------------------------------- /csaw18/pwn/doubletrouble/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw18/pwn/doubletrouble/exploit.py -------------------------------------------------------------------------------- /csaw18/pwn/doubletrouble/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw18/pwn/doubletrouble/readme.md -------------------------------------------------------------------------------- /csaw18/pwn/get_it/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw18/pwn/get_it/exploit.py -------------------------------------------------------------------------------- /csaw18/pwn/get_it/get_it: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw18/pwn/get_it/get_it -------------------------------------------------------------------------------- /csaw18/pwn/get_it/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw18/pwn/get_it/readme.md -------------------------------------------------------------------------------- /csaw18/pwn/plc/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw18/pwn/plc/exploit.py -------------------------------------------------------------------------------- /csaw18/pwn/plc/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw18/pwn/plc/readme.md -------------------------------------------------------------------------------- /csaw18/pwn/shellpointcode/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw18/pwn/shellpointcode/exploit.py -------------------------------------------------------------------------------- /csaw18/pwn/shellpointcode/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw18/pwn/shellpointcode/readme.md -------------------------------------------------------------------------------- /csaw18/pwn/shellpointcode/shellcode.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw18/pwn/shellpointcode/shellcode.asm -------------------------------------------------------------------------------- /csaw18/pwn/shellpointcode/shellcode.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw18/pwn/shellpointcode/shellcode.o -------------------------------------------------------------------------------- /csaw18/pwn/shellpointcode/sheller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw18/pwn/shellpointcode/sheller -------------------------------------------------------------------------------- /csaw18/pwn/shellpointcode/shellpointcode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw18/pwn/shellpointcode/shellpointcode -------------------------------------------------------------------------------- /csaw18/pwn/turtles/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw18/pwn/turtles/exploit.py -------------------------------------------------------------------------------- /csaw18/pwn/turtles/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw18/pwn/turtles/readme.md -------------------------------------------------------------------------------- /csaw18/pwn/turtles/sources.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw18/pwn/turtles/sources.list -------------------------------------------------------------------------------- /csaw18/pwn/turtles/turtles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw18/pwn/turtles/turtles -------------------------------------------------------------------------------- /csaw18/rev/tour_of_x86_pt1/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw18/rev/tour_of_x86_pt1/readme.md -------------------------------------------------------------------------------- /csaw18/rev/tour_of_x86_pt1/stage1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw18/rev/tour_of_x86_pt1/stage1.asm -------------------------------------------------------------------------------- /csaw18/rev/tour_of_x86_pt2/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw18/rev/tour_of_x86_pt2/Makefile -------------------------------------------------------------------------------- /csaw18/rev/tour_of_x86_pt2/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw18/rev/tour_of_x86_pt2/readme.md -------------------------------------------------------------------------------- /csaw18/rev/tour_of_x86_pt2/stage-2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw18/rev/tour_of_x86_pt2/stage-2.bin -------------------------------------------------------------------------------- /csaw18/rev/tour_of_x86_pt2/stage1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw18/rev/tour_of_x86_pt2/stage1.asm -------------------------------------------------------------------------------- /csaw2014/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw2014/Readme.md -------------------------------------------------------------------------------- /csaw2014/pwn/bo/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw2014/pwn/bo/Readme.md -------------------------------------------------------------------------------- /csaw2014/pwn/bo/bo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw2014/pwn/bo/bo -------------------------------------------------------------------------------- /csaw2014/pwn/pybabies/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw2014/pwn/pybabies/Readme.md -------------------------------------------------------------------------------- /csaw2014/pwn/pybabies/pyshell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw2014/pwn/pybabies/pyshell.py -------------------------------------------------------------------------------- /csaw2014/pwn/s3/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw2014/pwn/s3/Readme.md -------------------------------------------------------------------------------- /csaw2014/pwn/s3/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw2014/pwn/s3/exploit.py -------------------------------------------------------------------------------- /csaw2014/pwn/s3/flag.txt: -------------------------------------------------------------------------------- 1 | flag{SimplyStupidStorage} 2 | -------------------------------------------------------------------------------- /csaw2014/pwn/s3/s3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw2014/pwn/s3/s3 -------------------------------------------------------------------------------- /csaw2014/reverse/csaw2013reversing2.exe/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw2014/reverse/csaw2013reversing2.exe/Readme.md -------------------------------------------------------------------------------- /csaw2014/reverse/csaw2013reversing2.exe/capture.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw2014/reverse/csaw2013reversing2.exe/capture.py -------------------------------------------------------------------------------- /csaw2014/reverse/csaw2013reversing2.exe/csaw2013reversing2.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw2014/reverse/csaw2013reversing2.exe/csaw2013reversing2.exe -------------------------------------------------------------------------------- /csaw2014/reverse/eggshells/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw2014/reverse/eggshells/Readme.md -------------------------------------------------------------------------------- /csaw2014/reverse/eggshells/eggshells-master.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw2014/reverse/eggshells/eggshells-master.zip -------------------------------------------------------------------------------- /csaw2014/reverse/wololo/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw2014/reverse/wololo/Readme.md -------------------------------------------------------------------------------- /csaw2014/reverse/wololo/hex_file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw2014/reverse/wololo/hex_file -------------------------------------------------------------------------------- /csaw2014/reverse/wololo/wololo.lst.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw2014/reverse/wololo/wololo.lst.xz -------------------------------------------------------------------------------- /csaw2014/reverse/wololo/wololo_x.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/csaw2014/reverse/wololo/wololo_x.py -------------------------------------------------------------------------------- /defconquals16/pwn/feedme/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/defconquals16/pwn/feedme/Readme.md -------------------------------------------------------------------------------- /defconquals16/pwn/feedme/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/defconquals16/pwn/feedme/exploit.py -------------------------------------------------------------------------------- /defconquals16/pwn/feedme/feedme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/defconquals16/pwn/feedme/feedme -------------------------------------------------------------------------------- /defconquals2018/elf-crumble/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/defconquals2018/elf-crumble/Readme.md -------------------------------------------------------------------------------- /defconquals2018/elf-crumble/pieces.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/defconquals2018/elf-crumble/pieces.tgz -------------------------------------------------------------------------------- /defconquals2018/elf-crumble/rev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/defconquals2018/elf-crumble/rev -------------------------------------------------------------------------------- /defconquals2018/pwn/itsame/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/defconquals2018/pwn/itsame/exploit.py -------------------------------------------------------------------------------- /defconquals2018/pwn/itsame/libc.so.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/defconquals2018/pwn/itsame/libc.so.6 -------------------------------------------------------------------------------- /defconquals2018/pwn/itsame/mario: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/defconquals2018/pwn/itsame/mario -------------------------------------------------------------------------------- /defconquals2018/pwn/itsame/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/defconquals2018/pwn/itsame/readme.md -------------------------------------------------------------------------------- /defconquals2018/pwn/nop/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/defconquals2018/pwn/nop/exploit.py -------------------------------------------------------------------------------- /defconquals2018/pwn/nop/nop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/defconquals2018/pwn/nop/nop -------------------------------------------------------------------------------- /defconquals2018/pwn/nop/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/defconquals2018/pwn/nop/readme.md -------------------------------------------------------------------------------- /defconquals2018/pwn/racewars/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/defconquals2018/pwn/racewars/exploit.py -------------------------------------------------------------------------------- /defconquals2018/pwn/racewars/libc-2.23.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/defconquals2018/pwn/racewars/libc-2.23.so -------------------------------------------------------------------------------- /defconquals2018/pwn/racewars/racewars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/defconquals2018/pwn/racewars/racewars -------------------------------------------------------------------------------- /defconquals2018/pwn/racewars/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/defconquals2018/pwn/racewars/readme.md -------------------------------------------------------------------------------- /defconquals2019/pwn/babyheap/babyheap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/defconquals2019/pwn/babyheap/babyheap -------------------------------------------------------------------------------- /defconquals2019/pwn/babyheap/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/defconquals2019/pwn/babyheap/exploit.py -------------------------------------------------------------------------------- /defconquals2019/pwn/babyheap/libc.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/defconquals2019/pwn/babyheap/libc.so -------------------------------------------------------------------------------- /defconquals2019/pwn/babyheap/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/defconquals2019/pwn/babyheap/readme.md -------------------------------------------------------------------------------- /defconquals2019/speedrun/s1/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/defconquals2019/speedrun/s1/exploit.py -------------------------------------------------------------------------------- /defconquals2019/speedrun/s1/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/defconquals2019/speedrun/s1/readme.md -------------------------------------------------------------------------------- /defconquals2019/speedrun/s1/speedrun-001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/defconquals2019/speedrun/s1/speedrun-001 -------------------------------------------------------------------------------- /defconquals2019/speedrun/s11/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/defconquals2019/speedrun/s11/readme.md -------------------------------------------------------------------------------- /defconquals2019/speedrun/s11/speedrun-011: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/defconquals2019/speedrun/s11/speedrun-011 -------------------------------------------------------------------------------- /defconquals2019/speedrun/s2/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/defconquals2019/speedrun/s2/exploit.py -------------------------------------------------------------------------------- /defconquals2019/speedrun/s2/libc-2.27.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/defconquals2019/speedrun/s2/libc-2.27.so -------------------------------------------------------------------------------- /defconquals2019/speedrun/s2/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/defconquals2019/speedrun/s2/readme.md -------------------------------------------------------------------------------- /defconquals2019/speedrun/s2/speedrun-002: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/defconquals2019/speedrun/s2/speedrun-002 -------------------------------------------------------------------------------- /defconquals2019/speedrun/s3/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/defconquals2019/speedrun/s3/exploit.py -------------------------------------------------------------------------------- /defconquals2019/speedrun/s3/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/defconquals2019/speedrun/s3/readme.md -------------------------------------------------------------------------------- /defconquals2019/speedrun/s3/speedrun-003: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/defconquals2019/speedrun/s3/speedrun-003 -------------------------------------------------------------------------------- /defconquals2019/speedrun/s4/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/defconquals2019/speedrun/s4/exploit.py -------------------------------------------------------------------------------- /defconquals2019/speedrun/s4/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/defconquals2019/speedrun/s4/readme.md -------------------------------------------------------------------------------- /defconquals2019/speedrun/s4/speedrun-004: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/defconquals2019/speedrun/s4/speedrun-004 -------------------------------------------------------------------------------- /defconquals2019/speedrun/s6/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/defconquals2019/speedrun/s6/exploit.py -------------------------------------------------------------------------------- /defconquals2019/speedrun/s6/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/defconquals2019/speedrun/s6/readme.md -------------------------------------------------------------------------------- /defconquals2019/speedrun/s6/speedrun-006: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/defconquals2019/speedrun/s6/speedrun-006 -------------------------------------------------------------------------------- /fbctf19/overfloat/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/fbctf19/overfloat/exploit.py -------------------------------------------------------------------------------- /fbctf19/overfloat/libc-2.27.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/fbctf19/overfloat/libc-2.27.so -------------------------------------------------------------------------------- /fbctf19/overfloat/overfloat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/fbctf19/overfloat/overfloat -------------------------------------------------------------------------------- /fbctf19/overfloat/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/fbctf19/overfloat/readme.md -------------------------------------------------------------------------------- /gcl-quals-2017/canada-150/407edc5d16757a20f7263dce52e11dd63a6dd67bbe3173142006e30f7d543c78: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/gcl-quals-2017/canada-150/407edc5d16757a20f7263dce52e11dd63a6dd67bbe3173142006e30f7d543c78 -------------------------------------------------------------------------------- /gcl-quals-2017/canada-150/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/gcl-quals-2017/canada-150/Readme.md -------------------------------------------------------------------------------- /googlequals17/pwn/wiki/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/googlequals17/pwn/wiki/Readme.md -------------------------------------------------------------------------------- /googlequals17/pwn/wiki/challenge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/googlequals17/pwn/wiki/challenge -------------------------------------------------------------------------------- /googlequals17/pwn/wiki/db/1MB@tMaN: -------------------------------------------------------------------------------- 1 | jW2LtVF1l6AWNCdk4ne8Qs+7gupuWlVW 2 | -------------------------------------------------------------------------------- /googlequals17/pwn/wiki/db/Fortimanager_Access: -------------------------------------------------------------------------------- 1 | tLegRqfOzadxhWYe/VgdERL8k6n7uRM4 2 | -------------------------------------------------------------------------------- /googlequals17/pwn/wiki/db/xmlset_roodkcableoj28840ybtide: -------------------------------------------------------------------------------- 1 | NIszIs21Q0AsxH6Htzr4qWv8iK9F9hsv 2 | -------------------------------------------------------------------------------- /googlequals17/pwn/wiki/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/googlequals17/pwn/wiki/exploit.py -------------------------------------------------------------------------------- /googlequals17/pwn/wiki/flag.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/googlequals17/pwn/wiki/flag.txt -------------------------------------------------------------------------------- /h3/pwn/time/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/h3/pwn/time/Readme.md -------------------------------------------------------------------------------- /h3/pwn/time/solve: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/h3/pwn/time/solve -------------------------------------------------------------------------------- /h3/pwn/time/solve.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/h3/pwn/time/solve.c -------------------------------------------------------------------------------- /h3/pwn/time/time: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/h3/pwn/time/time -------------------------------------------------------------------------------- /h3/pwn/time/time.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/h3/pwn/time/time.c -------------------------------------------------------------------------------- /h3/reversing/dagron/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/h3/reversing/dagron/Readme.md -------------------------------------------------------------------------------- /h3/reversing/dagron/dragon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/h3/reversing/dagron/dragon -------------------------------------------------------------------------------- /h3/reversing/h3machine/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/h3/reversing/h3machine/Readme.md -------------------------------------------------------------------------------- /h3/reversing/h3machine/challenge0.h3i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/h3/reversing/h3machine/challenge0.h3i -------------------------------------------------------------------------------- /h3/reversing/h3machine/challenge1.h3i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/h3/reversing/h3machine/challenge1.h3i -------------------------------------------------------------------------------- /h3/reversing/h3machine/challenge1_patched.h3i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/h3/reversing/h3machine/challenge1_patched.h3i -------------------------------------------------------------------------------- /h3/reversing/h3machine/challenge2.h3i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/h3/reversing/h3machine/challenge2.h3i -------------------------------------------------------------------------------- /h3/reversing/h3machine/challenge3.h3i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/h3/reversing/h3machine/challenge3.h3i -------------------------------------------------------------------------------- /h3/reversing/h3machine/h3-machine-emulator.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/h3/reversing/h3machine/h3-machine-emulator.tar.gz -------------------------------------------------------------------------------- /hack.lu14/pwn/oreo/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/hack.lu14/pwn/oreo/Readme.md -------------------------------------------------------------------------------- /hack.lu14/pwn/oreo/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/hack.lu14/pwn/oreo/exploit.py -------------------------------------------------------------------------------- /hack.lu14/pwn/oreo/libc-2.24.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/hack.lu14/pwn/oreo/libc-2.24.so -------------------------------------------------------------------------------- /hack.lu14/pwn/oreo/oreo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/hack.lu14/pwn/oreo/oreo -------------------------------------------------------------------------------- /hackIM19/pwn/babypwn/babypwn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/hackIM19/pwn/babypwn/babypwn -------------------------------------------------------------------------------- /hackIM19/pwn/babypwn/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/hackIM19/pwn/babypwn/exploit.py -------------------------------------------------------------------------------- /hackIM19/pwn/babypwn/libc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/hackIM19/pwn/babypwn/libc -------------------------------------------------------------------------------- /hackIM19/pwn/babypwn/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/hackIM19/pwn/babypwn/readme.md -------------------------------------------------------------------------------- /hackIM19/pwn/easyshell/challenge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/hackIM19/pwn/easyshell/challenge -------------------------------------------------------------------------------- /hackIM19/pwn/easyshell/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/hackIM19/pwn/easyshell/exploit.py -------------------------------------------------------------------------------- /hackIM19/pwn/easyshell/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/hackIM19/pwn/easyshell/readme.md -------------------------------------------------------------------------------- /hackIM19/pwn/peasy-shell/challenge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/hackIM19/pwn/peasy-shell/challenge -------------------------------------------------------------------------------- /hackIM19/pwn/peasy-shell/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/hackIM19/pwn/peasy-shell/exploit.py -------------------------------------------------------------------------------- /hackIM19/pwn/peasy-shell/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/hackIM19/pwn/peasy-shell/readme.md -------------------------------------------------------------------------------- /hackIM19/pwn/shop/challenge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/hackIM19/pwn/shop/challenge -------------------------------------------------------------------------------- /hackIM19/pwn/shop/local-exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/hackIM19/pwn/shop/local-exploit.py -------------------------------------------------------------------------------- /hackIM19/pwn/shop/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/hackIM19/pwn/shop/readme.md -------------------------------------------------------------------------------- /hackIM19/pwn/shop/remote-exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/hackIM19/pwn/shop/remote-exploit.py -------------------------------------------------------------------------------- /hacklu17/pwn/exam/.gdb_history: -------------------------------------------------------------------------------- 1 | vmmap 2 | c 3 | q 4 | q 5 | -------------------------------------------------------------------------------- /hacklu17/pwn/exam/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/hacklu17/pwn/exam/Readme.md -------------------------------------------------------------------------------- /hacklu17/pwn/exam/core: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/hacklu17/pwn/exam/core -------------------------------------------------------------------------------- /hacklu17/pwn/exam/exam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/hacklu17/pwn/exam/exam -------------------------------------------------------------------------------- /hacklu17/pwn/exam/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/hacklu17/pwn/exam/exploit.py -------------------------------------------------------------------------------- /hacklu17/pwn/exam/libc.so.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/hacklu17/pwn/exam/libc.so.6 -------------------------------------------------------------------------------- /hs19/storytime/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/hs19/storytime/exploit.py -------------------------------------------------------------------------------- /hs19/storytime/libc.so.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/hs19/storytime/libc.so.6 -------------------------------------------------------------------------------- /hs19/storytime/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/hs19/storytime/readme.md -------------------------------------------------------------------------------- /hs19/storytime/storytime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/hs19/storytime/storytime -------------------------------------------------------------------------------- /hxp/aleph1/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/hxp/aleph1/Readme.md -------------------------------------------------------------------------------- /hxp/aleph1/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/hxp/aleph1/exploit.py -------------------------------------------------------------------------------- /hxp/aleph1/vuln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/hxp/aleph1/vuln -------------------------------------------------------------------------------- /hxp/aleph1/vuln.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/hxp/aleph1/vuln.c -------------------------------------------------------------------------------- /hxp/babyish/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/hxp/babyish/Readme.md -------------------------------------------------------------------------------- /hxp/babyish/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/hxp/babyish/exploit.py -------------------------------------------------------------------------------- /hxp/babyish/leak.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/hxp/babyish/leak.py -------------------------------------------------------------------------------- /hxp/babyish/libc.so.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/hxp/babyish/libc.so.6 -------------------------------------------------------------------------------- /hxp/babyish/vuln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/hxp/babyish/vuln -------------------------------------------------------------------------------- /hxp/babyish/vuln.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/hxp/babyish/vuln.c -------------------------------------------------------------------------------- /hxp2018/poor_canary/canary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/hxp2018/poor_canary/canary -------------------------------------------------------------------------------- /hxp2018/poor_canary/canary.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/hxp2018/poor_canary/canary.c -------------------------------------------------------------------------------- /hxp2018/poor_canary/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/hxp2018/poor_canary/exploit.py -------------------------------------------------------------------------------- /hxp2018/poor_canary/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/hxp2018/poor_canary/readme.md -------------------------------------------------------------------------------- /insomnihack17/pwn/baby/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/insomnihack17/pwn/baby/Readme.md -------------------------------------------------------------------------------- /insomnihack17/pwn/baby/baby: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/insomnihack17/pwn/baby/baby -------------------------------------------------------------------------------- /insomnihack17/pwn/baby/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/insomnihack17/pwn/baby/exploit.py -------------------------------------------------------------------------------- /insomnihack17/pwn/baby/libc-2.27.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/insomnihack17/pwn/baby/libc-2.27.so -------------------------------------------------------------------------------- /insomnihack18-teaser/pwn/onewrite/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/insomnihack18-teaser/pwn/onewrite/exploit.py -------------------------------------------------------------------------------- /insomnihack18-teaser/pwn/onewrite/onewrite-390417ba15a4e5ad7ea0507a21e7dc1ef03eb1805750a0e786f2066a68445786: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/insomnihack18-teaser/pwn/onewrite/onewrite-390417ba15a4e5ad7ea0507a21e7dc1ef03eb1805750a0e786f2066a68445786 -------------------------------------------------------------------------------- /insomnihack18-teaser/pwn/onewrite/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/insomnihack18-teaser/pwn/onewrite/readme.md -------------------------------------------------------------------------------- /insomnihack18-teaser/rev/beginner_reverse/beginner_reverse-466bdf23cf344b8ee734a8ae86620ac72a37bb81a950b30eae6709f185c3b247: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/insomnihack18-teaser/rev/beginner_reverse/beginner_reverse-466bdf23cf344b8ee734a8ae86620ac72a37bb81a950b30eae6709f185c3b247 -------------------------------------------------------------------------------- /insomnihack18-teaser/rev/beginner_reverse/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/insomnihack18-teaser/rev/beginner_reverse/readme.md -------------------------------------------------------------------------------- /insomnihack18-teaser/rev/junkyard/junkyard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/insomnihack18-teaser/rev/junkyard/junkyard -------------------------------------------------------------------------------- /insomnihack18-teaser/rev/junkyard/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/insomnihack18-teaser/rev/junkyard/readme.md -------------------------------------------------------------------------------- /insomnihack18-teaser/rev/junkyard/rev.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/insomnihack18-teaser/rev/junkyard/rev.py -------------------------------------------------------------------------------- /other/rev/movfuscated1/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/other/rev/movfuscated1/Readme.md -------------------------------------------------------------------------------- /other/rev/movfuscated1/movfuscated1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/other/rev/movfuscated1/movfuscated1 -------------------------------------------------------------------------------- /other/rev/movfuscated1/reverent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/other/rev/movfuscated1/reverent.py -------------------------------------------------------------------------------- /plaid19/pwn/cpp/cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/plaid19/pwn/cpp/cpp -------------------------------------------------------------------------------- /plaid19/pwn/cpp/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/plaid19/pwn/cpp/exploit.py -------------------------------------------------------------------------------- /plaid19/pwn/cpp/libc-2.27.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/plaid19/pwn/cpp/libc-2.27.so -------------------------------------------------------------------------------- /plaid19/pwn/cpp/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/plaid19/pwn/cpp/readme.md -------------------------------------------------------------------------------- /plaid19/re/icancount/i_can_count_8484ceff57cb99e3bdb3017f8c8a2467: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/plaid19/re/icancount/i_can_count_8484ceff57cb99e3bdb3017f8c8a2467 -------------------------------------------------------------------------------- /plaid19/re/icancount/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/plaid19/re/icancount/readme.md -------------------------------------------------------------------------------- /plaid19/re/icancount/rev.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/plaid19/re/icancount/rev.py -------------------------------------------------------------------------------- /plaid19/re/plaid_party_planning_III/pppiii-b73804b431586f8ecd4a0e8c0daf3ba6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/plaid19/re/plaid_party_planning_III/pppiii-b73804b431586f8ecd4a0e8c0daf3ba6 -------------------------------------------------------------------------------- /plaid19/re/plaid_party_planning_III/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/plaid19/re/plaid_party_planning_III/readme.md -------------------------------------------------------------------------------- /securityfest/fairlight/fairlight: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/securityfest/fairlight/fairlight -------------------------------------------------------------------------------- /securityfest/fairlight/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/securityfest/fairlight/readme.md -------------------------------------------------------------------------------- /securityfest/fairlight/rev.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/securityfest/fairlight/rev.py -------------------------------------------------------------------------------- /shellphish_heap/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/shellphish_heap/Readme.md -------------------------------------------------------------------------------- /shellphish_heap/fastbin_dup/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/shellphish_heap/fastbin_dup/Readme.md -------------------------------------------------------------------------------- /shellphish_heap/fastbin_dup/fastbin_dup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/shellphish_heap/fastbin_dup/fastbin_dup -------------------------------------------------------------------------------- /shellphish_heap/fastbin_dup/fastbin_dup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/shellphish_heap/fastbin_dup/fastbin_dup.c -------------------------------------------------------------------------------- /shellphish_heap/fastbin_dup_consolidate/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/shellphish_heap/fastbin_dup_consolidate/Readme.md -------------------------------------------------------------------------------- /shellphish_heap/fastbin_dup_consolidate/fastbin_dup_consolidate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/shellphish_heap/fastbin_dup_consolidate/fastbin_dup_consolidate.c -------------------------------------------------------------------------------- /shellphish_heap/fastbin_dup_into_stack/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/shellphish_heap/fastbin_dup_into_stack/Readme.md -------------------------------------------------------------------------------- /shellphish_heap/fastbin_dup_into_stack/fastbin_dup_into_stack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/shellphish_heap/fastbin_dup_into_stack/fastbin_dup_into_stack -------------------------------------------------------------------------------- /shellphish_heap/fastbin_dup_into_stack/fastbin_dup_into_stack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/shellphish_heap/fastbin_dup_into_stack/fastbin_dup_into_stack.c -------------------------------------------------------------------------------- /shellphish_heap/first_fit/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/shellphish_heap/first_fit/Readme.md -------------------------------------------------------------------------------- /shellphish_heap/first_fit/first_fit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/shellphish_heap/first_fit/first_fit -------------------------------------------------------------------------------- /shellphish_heap/first_fit/first_fit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/shellphish_heap/first_fit/first_fit.c -------------------------------------------------------------------------------- /shellphish_heap/house-of-einherjar/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/shellphish_heap/house-of-einherjar/Readme.md -------------------------------------------------------------------------------- /shellphish_heap/house-of-einherjar/house_of_einherjar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/shellphish_heap/house-of-einherjar/house_of_einherjar.c -------------------------------------------------------------------------------- /shellphish_heap/house-of-lore/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/shellphish_heap/house-of-lore/Readme.md -------------------------------------------------------------------------------- /shellphish_heap/house-of-lore/house_of_lore.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/shellphish_heap/house-of-lore/house_of_lore.c -------------------------------------------------------------------------------- /shellphish_heap/house-of-power/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/shellphish_heap/house-of-power/Readme.md -------------------------------------------------------------------------------- /shellphish_heap/house-of-power/house_of_force.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/shellphish_heap/house-of-power/house_of_force.c -------------------------------------------------------------------------------- /shellphish_heap/house-of-spirit/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/shellphish_heap/house-of-spirit/Readme.md -------------------------------------------------------------------------------- /shellphish_heap/overlapping_chunks/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/shellphish_heap/overlapping_chunks/Readme.md -------------------------------------------------------------------------------- /shellphish_heap/overlapping_chunks/overlapping_chunks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/shellphish_heap/overlapping_chunks/overlapping_chunks.c -------------------------------------------------------------------------------- /shellphish_heap/overlapping_heap_chunks_2/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/shellphish_heap/overlapping_heap_chunks_2/Readme.md -------------------------------------------------------------------------------- /shellphish_heap/single_null_byte_overflow/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/shellphish_heap/single_null_byte_overflow/Readme.md -------------------------------------------------------------------------------- /shellphish_heap/single_null_byte_overflow/single_null_byte.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/shellphish_heap/single_null_byte_overflow/single_null_byte.c -------------------------------------------------------------------------------- /shellphish_heap/unsafe_unlink/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/shellphish_heap/unsafe_unlink/Readme.md -------------------------------------------------------------------------------- /shellphish_heap/unsafe_unlink/unsafe_unlink.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/shellphish_heap/unsafe_unlink/unsafe_unlink.c -------------------------------------------------------------------------------- /shellphish_heap/unsorted_bin_attack/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/shellphish_heap/unsorted_bin_attack/Readme.md -------------------------------------------------------------------------------- /shellphish_heap/unsorted_bin_attack/unsorted_bin_attack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/shellphish_heap/unsorted_bin_attack/unsorted_bin_attack.c -------------------------------------------------------------------------------- /shellphish_heap/unsorted_bin_into_stack/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/shellphish_heap/unsorted_bin_into_stack/Readme.md -------------------------------------------------------------------------------- /shellphish_heap/unsorted_bin_into_stack/unsorted_bin_into_stack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/shellphish_heap/unsorted_bin_into_stack/unsorted_bin_into_stack.c -------------------------------------------------------------------------------- /swampctf19/pwn/bad_file/bad_file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/swampctf19/pwn/bad_file/bad_file -------------------------------------------------------------------------------- /swampctf19/pwn/bad_file/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/swampctf19/pwn/bad_file/exploit.py -------------------------------------------------------------------------------- /swampctf19/pwn/bad_file/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/swampctf19/pwn/bad_file/readme.md -------------------------------------------------------------------------------- /swampctf19/pwn/dream_heaps/dream_heaps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/swampctf19/pwn/dream_heaps/dream_heaps -------------------------------------------------------------------------------- /swampctf19/pwn/dream_heaps/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/swampctf19/pwn/dream_heaps/exploit.py -------------------------------------------------------------------------------- /swampctf19/pwn/dream_heaps/libc-2.27.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/swampctf19/pwn/dream_heaps/libc-2.27.so -------------------------------------------------------------------------------- /swampctf19/pwn/dream_heaps/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/swampctf19/pwn/dream_heaps/readme.md -------------------------------------------------------------------------------- /swampctf19/pwn/heap_golf/heap_golf1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/swampctf19/pwn/heap_golf/heap_golf1 -------------------------------------------------------------------------------- /swampctf19/pwn/heap_golf/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/swampctf19/pwn/heap_golf/readme.md -------------------------------------------------------------------------------- /swampctf19/rev/future/future_fun: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/swampctf19/rev/future/future_fun -------------------------------------------------------------------------------- /swampctf19/rev/future/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/swampctf19/rev/future/readme.md -------------------------------------------------------------------------------- /tokyowesterns16/pwn/greeting/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/tokyowesterns16/pwn/greeting/exploit.py -------------------------------------------------------------------------------- /tokyowesterns16/pwn/greeting/greeting: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/tokyowesterns16/pwn/greeting/greeting -------------------------------------------------------------------------------- /tokyowesterns16/pwn/greeting/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/tokyowesterns16/pwn/greeting/readme.md -------------------------------------------------------------------------------- /tu19/runme/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/tu19/runme/readme.md -------------------------------------------------------------------------------- /tu19/runme/runme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/tu19/runme/runme -------------------------------------------------------------------------------- /tu19/thefirst/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/tu19/thefirst/readme.md -------------------------------------------------------------------------------- /tu19/thefirst/thefirst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/tu19/thefirst/thefirst -------------------------------------------------------------------------------- /tu19/vulnmath/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/tu19/vulnmath/exploit.py -------------------------------------------------------------------------------- /tu19/vulnmath/libc.so.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/tu19/vulnmath/libc.so.6 -------------------------------------------------------------------------------- /tu19/vulnmath/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/tu19/vulnmath/readme.md -------------------------------------------------------------------------------- /tu19/vulnmath/vulnmath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/tu19/vulnmath/vulnmath -------------------------------------------------------------------------------- /tuctf/funmail2/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/tuctf/funmail2/Readme.md -------------------------------------------------------------------------------- /tuctf/funmail2/funmail2.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/tuctf/funmail2/funmail2.0 -------------------------------------------------------------------------------- /tuctf/future/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/tuctf/future/Readme.md -------------------------------------------------------------------------------- /tuctf/future/future: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/tuctf/future/future -------------------------------------------------------------------------------- /tuctf/future/future.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/tuctf/future/future.c -------------------------------------------------------------------------------- /tuctf/future/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/tuctf/future/solve.py -------------------------------------------------------------------------------- /tuctf/guestbook/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/tuctf/guestbook/Readme.md -------------------------------------------------------------------------------- /tuctf/guestbook/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/tuctf/guestbook/exploit.py -------------------------------------------------------------------------------- /tuctf/guestbook/guestbook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/tuctf/guestbook/guestbook -------------------------------------------------------------------------------- /tuctf/guestbook/libc.so.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/tuctf/guestbook/libc.so.6 -------------------------------------------------------------------------------- /tuctf/unknown/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/tuctf/unknown/Readme.md -------------------------------------------------------------------------------- /tuctf/unknown/unknown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/tuctf/unknown/unknown -------------------------------------------------------------------------------- /tuctf/vuln_chat/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/tuctf/vuln_chat/Readme.md -------------------------------------------------------------------------------- /tuctf/vuln_chat/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/tuctf/vuln_chat/exploit.py -------------------------------------------------------------------------------- /tuctf/vuln_chat/vuln-chat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/tuctf/vuln_chat/vuln-chat -------------------------------------------------------------------------------- /tuctf/vuln_chat2/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/tuctf/vuln_chat2/Readme.md -------------------------------------------------------------------------------- /tuctf/vuln_chat2/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/tuctf/vuln_chat2/exploit.py -------------------------------------------------------------------------------- /tuctf/vuln_chat2/vuln-chat2.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyinatuxedo/ctf/HEAD/tuctf/vuln_chat2/vuln-chat2.0 --------------------------------------------------------------------------------