├── 0 └── ksnctf │ ├── bin-24 │ ├── README.md │ ├── image.png │ ├── image1.png │ ├── rightsout.exe │ └── solve.py │ ├── cry-02 │ └── README.md │ ├── cry-07 │ └── README.md │ ├── cry-14 │ └── README.md │ ├── cry-25 │ └── README.md │ ├── for-29 │ ├── README.md │ └── ksnctf_DoubleBlind.png │ ├── stg-28 │ └── README.md │ ├── web-06 │ ├── README.md │ ├── ksnctf_login.png │ └── solve.py │ ├── web-08 │ └── README.md │ ├── web-26 │ └── README.md │ ├── web-31 │ ├── README.md │ ├── ksnctf_KanGacha.png │ ├── ksnctf_KanGacha1.png │ ├── ksnctf_KanGacha2.png │ └── solve.py │ ├── web-32 │ └── README.md │ └── web-35 │ └── README.md ├── 2018 ├── 09-pico │ ├── web-flaskcards │ │ └── README.md │ └── web-mr-robots │ │ └── README.md ├── 12-35C3 │ └── rev-boxofblink │ │ ├── 0000.html │ │ ├── 0001.html │ │ ├── 0002.html │ │ ├── 0003.html │ │ ├── 0004.html │ │ ├── 0005.html │ │ ├── 0006.html │ │ ├── 0007.html │ │ ├── 0008.html │ │ ├── 0009.html │ │ ├── 001_problem.jpg │ │ ├── 002_change.xlsx │ │ ├── 002_data_wave.jpg │ │ ├── 003_data_up.jpg │ │ ├── 004_flag.jpg │ │ ├── README.md │ │ ├── decoder.py │ │ ├── extract_change.py │ │ └── remove_duplicate.py └── 12-hxp │ └── web-timefor │ ├── README.md │ ├── sub1.py │ ├── sub2.py │ ├── sub3.py │ ├── sub4.py │ └── sub5.py ├── 2019 ├── 01-ins │ └── web-l33t │ │ ├── README.md │ │ ├── evil.c │ │ ├── index.php │ │ ├── solve1.py │ │ └── solve2.py ├── 02-stem │ ├── for-lightat │ │ ├── README.md │ │ ├── Samples.txt │ │ ├── phonecall.png │ │ ├── phonecall_0.png │ │ └── pin.png │ ├── for-qvrcode │ │ ├── QvR.png │ │ └── README.md │ ├── mis-january │ │ ├── README.md │ │ ├── runcmd.png │ │ ├── sudol.png │ │ ├── sudov.png │ │ └── vimflag.png │ └── mis-journey │ │ ├── README.md │ │ └── gb100-1-8a79568ebe1483695100d6a04525a7282673746b2c9d5e70b2f1729c42a85d42.zip ├── 03-pragyan │ ├── bin-feed-me │ │ ├── README.md │ │ ├── chalenge1.c │ │ └── challenge1 │ ├── cry-add-them │ │ ├── README.md │ │ └── polynomials.txt │ ├── cry-decode │ │ ├── README.md │ │ ├── ciphertext.txt │ │ ├── encrypt.py │ │ └── solve.py │ ├── cry-easyrsa │ │ ├── README.md │ │ └── parameters.txt │ ├── cry-help │ │ ├── README.md │ │ ├── ciphertext.txt │ │ ├── encrypt.py │ │ └── publickey.pem │ ├── cry-phoenix │ │ ├── Bill.png │ │ ├── Charlie.png │ │ ├── Fleur.png │ │ ├── George.png │ │ ├── Ginny.png │ │ ├── Harry.png │ │ ├── Hermione.png │ │ ├── Luna.png │ │ ├── Neville.png │ │ ├── README.md │ │ ├── Ron.png │ │ └── flag.png │ ├── for-magic-pngs │ │ ├── README.md │ │ ├── flag.txt │ │ ├── modify_you_cant_see_me.png │ │ ├── tryme.zip │ │ └── you_cant_see_me.png │ ├── for-welcome │ │ ├── README.md │ │ ├── _welcome.jpeg.extracted │ │ │ ├── 2968.zip │ │ │ ├── a.zip │ │ │ ├── d.zip │ │ │ └── secret.bmp │ │ └── welcome.jpeg │ ├── mis-exorcism │ │ ├── README.md │ │ ├── a.png │ │ ├── b.png │ │ ├── encoded.txt │ │ ├── makeqr.py │ │ └── qr.png │ ├── web-cookie │ │ ├── README.md │ │ ├── screen1.jpg │ │ └── screen2.jpg │ ├── web-game-of-faces │ │ ├── 000.png │ │ ├── 001.jpg │ │ ├── 002.jpg │ │ ├── 003.jpg │ │ ├── 159.89.166.12.htm │ │ ├── 159.89.166.12_files │ │ │ ├── bootstrap.css │ │ │ ├── index.css │ │ │ └── index.js │ │ ├── README.md │ │ └── decrypt.py │ └── web-mandatory │ │ ├── 000.png │ │ ├── README.md │ │ └── bruteforce.php ├── 03-volga │ ├── cry-blind │ │ ├── README.md │ │ ├── server.py │ │ └── solve.py │ ├── pwn-warm │ │ ├── 001.png │ │ ├── 002.png │ │ ├── 003.png │ │ ├── 004.png │ │ ├── 005.png │ │ ├── 006.png │ │ ├── README.md │ │ ├── ghidra_001.c │ │ ├── ghidra_002.c │ │ └── krack_pass.c │ ├── stg-higher │ │ ├── README.md │ │ ├── screen_audio.jpg │ │ └── screen_problem.jpg │ ├── web-shop │ │ ├── 001.png │ │ └── README.md │ └── web-shop2 │ │ ├── 001.png │ │ ├── README.md │ │ └── solve.py ├── 04-angstromctf │ ├── cry-Paint │ │ ├── PohligHellman.png │ │ ├── README.md │ │ ├── algorithm.png │ │ ├── paint.py │ │ ├── paint.txt │ │ └── solve.py │ └── cry-Runes │ │ ├── README.md │ │ ├── algorithm.png │ │ ├── runes.txt │ │ └── solve.py ├── 04-reiwa │ ├── bin-和暦の流れ │ │ ├── README.md │ │ ├── gdb1.png │ │ ├── gdb2.png │ │ ├── reiwa │ │ └── reiwa.txt │ └── mis-零は? │ │ ├── README.md │ │ └── solve.py ├── 04-tjctf │ ├── bin-silly-sledshop │ │ ├── 001.png │ │ ├── 002.jpg │ │ ├── README.md │ │ ├── attack.sh │ │ ├── exploit001.txt │ │ ├── exploit002.txt │ │ ├── make_string001.py │ │ ├── make_string002.py │ │ ├── solve001.py │ │ ├── solve002.py │ │ └── solve003.py │ ├── cry-easy-as-rsa │ │ ├── README.md │ │ └── decrypt.py │ ├── for-all-the-zips │ │ ├── README.md │ │ ├── pass.sh │ │ └── unzip.sh │ ├── for-cable-selachimorpha │ │ ├── README.md │ │ ├── cable-selachimorpha.pcap │ │ └── screen.jpg │ ├── mis-sight-at-last │ │ ├── README.md │ │ ├── log.txt │ │ ├── polkadot0 │ │ └── solve.py │ ├── rev-broken-parrot │ │ ├── README.md │ │ ├── disas.radare2 │ │ └── parrot.png │ ├── rev-comprehensive │ │ ├── README.md │ │ ├── comprehensive.py │ │ └── solve.py │ ├── rev-python-in-one-line │ │ ├── README.md │ │ ├── one.py │ │ └── solve.py │ ├── web-moar-horse-2 │ │ └── README.md │ └── web-moar-horse-3 │ │ ├── REAMDE.md │ │ ├── solver.py │ │ └── top.png ├── 04-wpi │ ├── pwn-secureshell │ │ ├── 001.jpg │ │ ├── README.md │ │ ├── decompile.c │ │ ├── solve01.py │ │ ├── solve02.py │ │ └── solve03.py │ ├── pwn-source-pt1 │ │ ├── 001.jpg │ │ ├── 002.jpg │ │ └── README.md │ └── stg-stallman-intensifies │ │ ├── Answer.png │ │ ├── Challenge.PNG │ │ ├── README.md │ │ ├── steg.sh │ │ └── wordlist.txt ├── 04-xctf │ ├── mis-otaku │ │ ├── 82598457d27f4149a96e2cc38f49c873.zip │ │ ├── Challenge.png │ │ └── README.md │ └── mis-she │ │ ├── Challenge.png │ │ ├── README.md │ │ └── She.zip ├── 05-defcon │ └── pwn-speedrun-001 │ │ ├── README.md │ │ ├── exploit01.txt │ │ ├── exploit02.txt │ │ ├── exploit03.txt │ │ ├── gadget.txt │ │ ├── make_string_01.py │ │ ├── make_string_02.py │ │ └── make_string_03.py ├── 05-harekaze │ ├── cry-once-upon │ │ ├── README.md │ │ ├── inv.png │ │ ├── problem.py │ │ ├── result.txt │ │ └── solve.py │ ├── pwn-baby-rop-2 │ │ ├── 001.png │ │ └── README.md │ ├── rev-scramble │ │ ├── README.md │ │ ├── scramble │ │ ├── screen1.jpg │ │ └── solve.py │ └── web-encode │ │ ├── README.md │ │ └── src │ │ ├── Dockerfile │ │ ├── chall │ │ ├── index.html │ │ ├── pages │ │ │ ├── about.html │ │ │ └── lorem.html │ │ └── query.php │ │ └── php.ini ├── 05-seccon4b │ ├── cry-bitflip │ │ ├── README.md │ │ └── solve.py │ ├── cry-gorsa │ │ ├── README.md │ │ └── solve.py │ ├── cry-party │ │ ├── README.md │ │ └── solve.py │ ├── cry-sotired │ │ ├── README.md │ │ └── solve.py │ ├── rev-leakage │ │ ├── README.md │ │ ├── leakage │ │ ├── screen1.jpg │ │ └── solve.py │ ├── rev-linear │ │ ├── README.md │ │ ├── linear_operation │ │ ├── screen1.jpg │ │ └── solve.py │ ├── rev-seccompare │ │ ├── README.md │ │ ├── seccompare │ │ └── solve.py │ └── web-secure │ │ ├── README.md │ │ └── crawl.js ├── 06-hsctf │ ├── web-md5-- │ │ └── README.md │ └── web-networked │ │ ├── README.md │ │ ├── log.txt │ │ └── solve.py ├── 08-kosen │ ├── cry-esp │ │ ├── README.md │ │ ├── esp.py │ │ ├── out.txt │ │ └── solve.sage │ ├── cry-flagticket │ │ ├── README.md │ │ ├── flag_ticket.tar.gz │ │ └── solve.py │ ├── cry-kurukuru │ │ ├── README.md │ │ ├── encrypted │ │ ├── shuffle.py │ │ └── solve.py │ ├── cry-pascal │ │ ├── README.md │ │ ├── service.py │ │ └── solve.py │ ├── for-hugtto │ │ ├── README.md │ │ ├── solve.py │ │ ├── steg.py │ │ └── steg_emiru.png │ ├── for-temple │ │ ├── 40142c592afd88a78682234e2d5cada9.pcapng │ │ ├── README.md │ │ ├── data.csv │ │ └── solve.py │ ├── rev-favorites │ │ ├── README.md │ │ ├── Screenshot from 2019-09-03 02-10-12.png │ │ ├── favorites.c │ │ └── solve.py │ ├── rev-magic │ │ ├── README.md │ │ ├── chall │ │ └── solve.py │ ├── rev-passcode │ │ ├── README.md │ │ ├── exe.png │ │ ├── flag.png │ │ └── passcode.png │ └── web-iextra │ │ ├── README.md │ │ ├── src │ │ ├── Gemfile │ │ ├── Gemfile.lock │ │ ├── main.rb │ │ ├── public │ │ │ └── style.css │ │ └── views │ │ │ ├── images.erb │ │ │ └── index.erb │ │ ├── word.docx │ │ └── zip │ │ └── word │ │ └── media │ │ └── test.b ├── 09-pico │ └── web-300-irish │ │ └── README.md └── 11-tuctf │ └── shellme64 │ ├── README.md │ ├── shellcode_before_crushed.png │ ├── shellcode_crushed.png │ ├── shellme64 │ └── solve.py ├── 2020 ├── 03-b01lers │ └── cry-safety │ │ ├── README.md │ │ └── solve.py ├── 05-seccon4b │ ├── cry-c4b │ │ ├── README.md │ │ ├── atk.sol │ │ └── img │ │ │ ├── 01.png │ │ │ ├── 02.png │ │ │ ├── 03.png │ │ │ ├── 04.png │ │ │ └── 05.png │ ├── mis-emoemocode │ │ └── README.md │ ├── pwn-elementary-stack │ │ ├── README.md │ │ ├── problem.png │ │ └── pwntools_gdb.png │ ├── rev-mask │ │ ├── README.md │ │ ├── mask │ │ └── sol.py │ ├── rev-siblangs │ │ └── README.md │ ├── rev-yakisoba │ │ ├── README.md │ │ ├── sol.py │ │ └── yakisoba │ ├── web-somen │ │ ├── README.md │ │ ├── src │ │ │ ├── index.php │ │ │ └── worker.js │ │ └── wget │ │ │ ├── index.html │ │ │ └── security.js │ └── web-spy │ │ ├── README.md │ │ ├── exploit.py │ │ └── src │ │ ├── app.py │ │ └── employees.txt └── 08-crypto │ ├── cry-amsterdam │ ├── README.md │ ├── amsterdam.py │ ├── output.py │ └── solve.py │ └── cry-trailing │ ├── README.md │ ├── output.txt │ └── solve.py ├── 2021 ├── 04-midnight │ └── web-corporate │ │ ├── README.md │ │ └── src │ │ ├── class │ │ └── User.php │ │ ├── css │ │ ├── bootstrap.min.css │ │ └── style.css │ │ ├── images │ │ └── logo.png │ │ ├── index.php │ │ └── template │ │ └── home.html ├── 05-pwn2win │ └── illusion │ │ ├── README.md │ │ ├── exploit.sh │ │ └── src │ │ ├── Dockerfile │ │ ├── entrypoint.sh │ │ ├── flag.txt │ │ ├── readflag │ │ └── src │ │ ├── index.js │ │ ├── package-lock.json │ │ ├── package.json │ │ ├── static │ │ └── style.css │ │ └── templates │ │ └── index.ejs ├── 06-ccc │ └── imgfiltrate │ │ ├── README.md │ │ ├── data_base64.txt │ │ ├── data_raw.txt │ │ ├── flag.png │ │ ├── src │ │ ├── app │ │ │ ├── .dockerignore │ │ │ ├── Dockerfile │ │ │ ├── imgs │ │ │ │ ├── flag.png │ │ │ │ └── no_flag.png │ │ │ └── public │ │ │ │ ├── flag.php │ │ │ │ └── index.php │ │ ├── bot │ │ │ ├── .dockerignore │ │ │ ├── .eslintrc.cjs │ │ │ ├── Dockerfile │ │ │ ├── babel.config.json │ │ │ ├── main.js │ │ │ ├── package-lock.json │ │ │ ├── package.json │ │ │ └── static │ │ │ │ ├── index.html │ │ │ │ ├── main.js │ │ │ │ └── style.css │ │ └── docker-compose.yml │ │ └── visual.html └── 12-seccon │ └── pwn-kasu-bof │ ├── README.md │ ├── dl_runtime_resolve.png │ ├── plt.png │ ├── problem.png │ └── ret2dl_resolve_attack.png ├── .editorconfig ├── .gitattributes ├── .gitignore ├── LICENSE └── README.md /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | * text=auto -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/.gitignore -------------------------------------------------------------------------------- /0/ksnctf/bin-24/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/0/ksnctf/bin-24/README.md -------------------------------------------------------------------------------- /0/ksnctf/bin-24/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/0/ksnctf/bin-24/image.png -------------------------------------------------------------------------------- /0/ksnctf/bin-24/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/0/ksnctf/bin-24/image1.png -------------------------------------------------------------------------------- /0/ksnctf/bin-24/rightsout.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/0/ksnctf/bin-24/rightsout.exe -------------------------------------------------------------------------------- /0/ksnctf/bin-24/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/0/ksnctf/bin-24/solve.py -------------------------------------------------------------------------------- /0/ksnctf/cry-02/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/0/ksnctf/cry-02/README.md -------------------------------------------------------------------------------- /0/ksnctf/cry-07/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/0/ksnctf/cry-07/README.md -------------------------------------------------------------------------------- /0/ksnctf/cry-14/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/0/ksnctf/cry-14/README.md -------------------------------------------------------------------------------- /0/ksnctf/cry-25/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/0/ksnctf/cry-25/README.md -------------------------------------------------------------------------------- /0/ksnctf/for-29/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/0/ksnctf/for-29/README.md -------------------------------------------------------------------------------- /0/ksnctf/for-29/ksnctf_DoubleBlind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/0/ksnctf/for-29/ksnctf_DoubleBlind.png -------------------------------------------------------------------------------- /0/ksnctf/stg-28/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/0/ksnctf/stg-28/README.md -------------------------------------------------------------------------------- /0/ksnctf/web-06/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/0/ksnctf/web-06/README.md -------------------------------------------------------------------------------- /0/ksnctf/web-06/ksnctf_login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/0/ksnctf/web-06/ksnctf_login.png -------------------------------------------------------------------------------- /0/ksnctf/web-06/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/0/ksnctf/web-06/solve.py -------------------------------------------------------------------------------- /0/ksnctf/web-08/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/0/ksnctf/web-08/README.md -------------------------------------------------------------------------------- /0/ksnctf/web-26/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/0/ksnctf/web-26/README.md -------------------------------------------------------------------------------- /0/ksnctf/web-31/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/0/ksnctf/web-31/README.md -------------------------------------------------------------------------------- /0/ksnctf/web-31/ksnctf_KanGacha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/0/ksnctf/web-31/ksnctf_KanGacha.png -------------------------------------------------------------------------------- /0/ksnctf/web-31/ksnctf_KanGacha1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/0/ksnctf/web-31/ksnctf_KanGacha1.png -------------------------------------------------------------------------------- /0/ksnctf/web-31/ksnctf_KanGacha2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/0/ksnctf/web-31/ksnctf_KanGacha2.png -------------------------------------------------------------------------------- /0/ksnctf/web-31/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/0/ksnctf/web-31/solve.py -------------------------------------------------------------------------------- /0/ksnctf/web-32/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/0/ksnctf/web-32/README.md -------------------------------------------------------------------------------- /0/ksnctf/web-35/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/0/ksnctf/web-35/README.md -------------------------------------------------------------------------------- /2018/09-pico/web-flaskcards/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2018/09-pico/web-flaskcards/README.md -------------------------------------------------------------------------------- /2018/09-pico/web-mr-robots/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2018/09-pico/web-mr-robots/README.md -------------------------------------------------------------------------------- /2018/12-35C3/rev-boxofblink/0000.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2018/12-35C3/rev-boxofblink/0000.html -------------------------------------------------------------------------------- /2018/12-35C3/rev-boxofblink/0001.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2018/12-35C3/rev-boxofblink/0001.html -------------------------------------------------------------------------------- /2018/12-35C3/rev-boxofblink/0002.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2018/12-35C3/rev-boxofblink/0002.html -------------------------------------------------------------------------------- /2018/12-35C3/rev-boxofblink/0003.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2018/12-35C3/rev-boxofblink/0003.html -------------------------------------------------------------------------------- /2018/12-35C3/rev-boxofblink/0004.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2018/12-35C3/rev-boxofblink/0004.html -------------------------------------------------------------------------------- /2018/12-35C3/rev-boxofblink/0005.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2018/12-35C3/rev-boxofblink/0005.html -------------------------------------------------------------------------------- /2018/12-35C3/rev-boxofblink/0006.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2018/12-35C3/rev-boxofblink/0006.html -------------------------------------------------------------------------------- /2018/12-35C3/rev-boxofblink/0007.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2018/12-35C3/rev-boxofblink/0007.html -------------------------------------------------------------------------------- /2018/12-35C3/rev-boxofblink/0008.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2018/12-35C3/rev-boxofblink/0008.html -------------------------------------------------------------------------------- /2018/12-35C3/rev-boxofblink/0009.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2018/12-35C3/rev-boxofblink/001_problem.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2018/12-35C3/rev-boxofblink/001_problem.jpg -------------------------------------------------------------------------------- /2018/12-35C3/rev-boxofblink/002_change.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2018/12-35C3/rev-boxofblink/002_change.xlsx -------------------------------------------------------------------------------- /2018/12-35C3/rev-boxofblink/002_data_wave.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2018/12-35C3/rev-boxofblink/002_data_wave.jpg -------------------------------------------------------------------------------- /2018/12-35C3/rev-boxofblink/003_data_up.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2018/12-35C3/rev-boxofblink/003_data_up.jpg -------------------------------------------------------------------------------- /2018/12-35C3/rev-boxofblink/004_flag.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2018/12-35C3/rev-boxofblink/004_flag.jpg -------------------------------------------------------------------------------- /2018/12-35C3/rev-boxofblink/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2018/12-35C3/rev-boxofblink/README.md -------------------------------------------------------------------------------- /2018/12-35C3/rev-boxofblink/decoder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2018/12-35C3/rev-boxofblink/decoder.py -------------------------------------------------------------------------------- /2018/12-35C3/rev-boxofblink/extract_change.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2018/12-35C3/rev-boxofblink/extract_change.py -------------------------------------------------------------------------------- /2018/12-35C3/rev-boxofblink/remove_duplicate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2018/12-35C3/rev-boxofblink/remove_duplicate.py -------------------------------------------------------------------------------- /2018/12-hxp/web-timefor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2018/12-hxp/web-timefor/README.md -------------------------------------------------------------------------------- /2018/12-hxp/web-timefor/sub1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2018/12-hxp/web-timefor/sub1.py -------------------------------------------------------------------------------- /2018/12-hxp/web-timefor/sub2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2018/12-hxp/web-timefor/sub2.py -------------------------------------------------------------------------------- /2018/12-hxp/web-timefor/sub3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2018/12-hxp/web-timefor/sub3.py -------------------------------------------------------------------------------- /2018/12-hxp/web-timefor/sub4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2018/12-hxp/web-timefor/sub4.py -------------------------------------------------------------------------------- /2018/12-hxp/web-timefor/sub5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2018/12-hxp/web-timefor/sub5.py -------------------------------------------------------------------------------- /2019/01-ins/web-l33t/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/01-ins/web-l33t/README.md -------------------------------------------------------------------------------- /2019/01-ins/web-l33t/evil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/01-ins/web-l33t/evil.c -------------------------------------------------------------------------------- /2019/01-ins/web-l33t/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/01-ins/web-l33t/index.php -------------------------------------------------------------------------------- /2019/01-ins/web-l33t/solve1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/01-ins/web-l33t/solve1.py -------------------------------------------------------------------------------- /2019/01-ins/web-l33t/solve2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/01-ins/web-l33t/solve2.py -------------------------------------------------------------------------------- /2019/02-stem/for-lightat/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/02-stem/for-lightat/README.md -------------------------------------------------------------------------------- /2019/02-stem/for-lightat/Samples.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/02-stem/for-lightat/Samples.txt -------------------------------------------------------------------------------- /2019/02-stem/for-lightat/phonecall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/02-stem/for-lightat/phonecall.png -------------------------------------------------------------------------------- /2019/02-stem/for-lightat/phonecall_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/02-stem/for-lightat/phonecall_0.png -------------------------------------------------------------------------------- /2019/02-stem/for-lightat/pin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/02-stem/for-lightat/pin.png -------------------------------------------------------------------------------- /2019/02-stem/for-qvrcode/QvR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/02-stem/for-qvrcode/QvR.png -------------------------------------------------------------------------------- /2019/02-stem/for-qvrcode/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/02-stem/for-qvrcode/README.md -------------------------------------------------------------------------------- /2019/02-stem/mis-january/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/02-stem/mis-january/README.md -------------------------------------------------------------------------------- /2019/02-stem/mis-january/runcmd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/02-stem/mis-january/runcmd.png -------------------------------------------------------------------------------- /2019/02-stem/mis-january/sudol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/02-stem/mis-january/sudol.png -------------------------------------------------------------------------------- /2019/02-stem/mis-january/sudov.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/02-stem/mis-january/sudov.png -------------------------------------------------------------------------------- /2019/02-stem/mis-january/vimflag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/02-stem/mis-january/vimflag.png -------------------------------------------------------------------------------- /2019/02-stem/mis-journey/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/02-stem/mis-journey/README.md -------------------------------------------------------------------------------- /2019/02-stem/mis-journey/gb100-1-8a79568ebe1483695100d6a04525a7282673746b2c9d5e70b2f1729c42a85d42.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/02-stem/mis-journey/gb100-1-8a79568ebe1483695100d6a04525a7282673746b2c9d5e70b2f1729c42a85d42.zip -------------------------------------------------------------------------------- /2019/03-pragyan/bin-feed-me/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/bin-feed-me/README.md -------------------------------------------------------------------------------- /2019/03-pragyan/bin-feed-me/chalenge1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/bin-feed-me/chalenge1.c -------------------------------------------------------------------------------- /2019/03-pragyan/bin-feed-me/challenge1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/bin-feed-me/challenge1 -------------------------------------------------------------------------------- /2019/03-pragyan/cry-add-them/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/cry-add-them/README.md -------------------------------------------------------------------------------- /2019/03-pragyan/cry-add-them/polynomials.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/cry-add-them/polynomials.txt -------------------------------------------------------------------------------- /2019/03-pragyan/cry-decode/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/cry-decode/README.md -------------------------------------------------------------------------------- /2019/03-pragyan/cry-decode/ciphertext.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/cry-decode/ciphertext.txt -------------------------------------------------------------------------------- /2019/03-pragyan/cry-decode/encrypt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/cry-decode/encrypt.py -------------------------------------------------------------------------------- /2019/03-pragyan/cry-decode/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/cry-decode/solve.py -------------------------------------------------------------------------------- /2019/03-pragyan/cry-easyrsa/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/cry-easyrsa/README.md -------------------------------------------------------------------------------- /2019/03-pragyan/cry-easyrsa/parameters.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/cry-easyrsa/parameters.txt -------------------------------------------------------------------------------- /2019/03-pragyan/cry-help/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/cry-help/README.md -------------------------------------------------------------------------------- /2019/03-pragyan/cry-help/ciphertext.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/cry-help/ciphertext.txt -------------------------------------------------------------------------------- /2019/03-pragyan/cry-help/encrypt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/cry-help/encrypt.py -------------------------------------------------------------------------------- /2019/03-pragyan/cry-help/publickey.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/cry-help/publickey.pem -------------------------------------------------------------------------------- /2019/03-pragyan/cry-phoenix/Bill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/cry-phoenix/Bill.png -------------------------------------------------------------------------------- /2019/03-pragyan/cry-phoenix/Charlie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/cry-phoenix/Charlie.png -------------------------------------------------------------------------------- /2019/03-pragyan/cry-phoenix/Fleur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/cry-phoenix/Fleur.png -------------------------------------------------------------------------------- /2019/03-pragyan/cry-phoenix/George.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/cry-phoenix/George.png -------------------------------------------------------------------------------- /2019/03-pragyan/cry-phoenix/Ginny.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/cry-phoenix/Ginny.png -------------------------------------------------------------------------------- /2019/03-pragyan/cry-phoenix/Harry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/cry-phoenix/Harry.png -------------------------------------------------------------------------------- /2019/03-pragyan/cry-phoenix/Hermione.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/cry-phoenix/Hermione.png -------------------------------------------------------------------------------- /2019/03-pragyan/cry-phoenix/Luna.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/cry-phoenix/Luna.png -------------------------------------------------------------------------------- /2019/03-pragyan/cry-phoenix/Neville.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/cry-phoenix/Neville.png -------------------------------------------------------------------------------- /2019/03-pragyan/cry-phoenix/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/cry-phoenix/README.md -------------------------------------------------------------------------------- /2019/03-pragyan/cry-phoenix/Ron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/cry-phoenix/Ron.png -------------------------------------------------------------------------------- /2019/03-pragyan/cry-phoenix/flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/cry-phoenix/flag.png -------------------------------------------------------------------------------- /2019/03-pragyan/for-magic-pngs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/for-magic-pngs/README.md -------------------------------------------------------------------------------- /2019/03-pragyan/for-magic-pngs/flag.txt: -------------------------------------------------------------------------------- 1 | pctf{y0u_s33_m33_n0w!} 2 | -------------------------------------------------------------------------------- /2019/03-pragyan/for-magic-pngs/modify_you_cant_see_me.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/for-magic-pngs/modify_you_cant_see_me.png -------------------------------------------------------------------------------- /2019/03-pragyan/for-magic-pngs/tryme.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/for-magic-pngs/tryme.zip -------------------------------------------------------------------------------- /2019/03-pragyan/for-magic-pngs/you_cant_see_me.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/for-magic-pngs/you_cant_see_me.png -------------------------------------------------------------------------------- /2019/03-pragyan/for-welcome/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/for-welcome/README.md -------------------------------------------------------------------------------- /2019/03-pragyan/for-welcome/_welcome.jpeg.extracted/2968.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/for-welcome/_welcome.jpeg.extracted/2968.zip -------------------------------------------------------------------------------- /2019/03-pragyan/for-welcome/_welcome.jpeg.extracted/a.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/for-welcome/_welcome.jpeg.extracted/a.zip -------------------------------------------------------------------------------- /2019/03-pragyan/for-welcome/_welcome.jpeg.extracted/d.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/for-welcome/_welcome.jpeg.extracted/d.zip -------------------------------------------------------------------------------- /2019/03-pragyan/for-welcome/_welcome.jpeg.extracted/secret.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/for-welcome/_welcome.jpeg.extracted/secret.bmp -------------------------------------------------------------------------------- /2019/03-pragyan/for-welcome/welcome.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/for-welcome/welcome.jpeg -------------------------------------------------------------------------------- /2019/03-pragyan/mis-exorcism/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/mis-exorcism/README.md -------------------------------------------------------------------------------- /2019/03-pragyan/mis-exorcism/a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/mis-exorcism/a.png -------------------------------------------------------------------------------- /2019/03-pragyan/mis-exorcism/b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/mis-exorcism/b.png -------------------------------------------------------------------------------- /2019/03-pragyan/mis-exorcism/encoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/mis-exorcism/encoded.txt -------------------------------------------------------------------------------- /2019/03-pragyan/mis-exorcism/makeqr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/mis-exorcism/makeqr.py -------------------------------------------------------------------------------- /2019/03-pragyan/mis-exorcism/qr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/mis-exorcism/qr.png -------------------------------------------------------------------------------- /2019/03-pragyan/web-cookie/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/web-cookie/README.md -------------------------------------------------------------------------------- /2019/03-pragyan/web-cookie/screen1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/web-cookie/screen1.jpg -------------------------------------------------------------------------------- /2019/03-pragyan/web-cookie/screen2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/web-cookie/screen2.jpg -------------------------------------------------------------------------------- /2019/03-pragyan/web-game-of-faces/000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/web-game-of-faces/000.png -------------------------------------------------------------------------------- /2019/03-pragyan/web-game-of-faces/001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/web-game-of-faces/001.jpg -------------------------------------------------------------------------------- /2019/03-pragyan/web-game-of-faces/002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/web-game-of-faces/002.jpg -------------------------------------------------------------------------------- /2019/03-pragyan/web-game-of-faces/003.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/web-game-of-faces/003.jpg -------------------------------------------------------------------------------- /2019/03-pragyan/web-game-of-faces/159.89.166.12.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/web-game-of-faces/159.89.166.12.htm -------------------------------------------------------------------------------- /2019/03-pragyan/web-game-of-faces/159.89.166.12_files/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/web-game-of-faces/159.89.166.12_files/bootstrap.css -------------------------------------------------------------------------------- /2019/03-pragyan/web-game-of-faces/159.89.166.12_files/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/web-game-of-faces/159.89.166.12_files/index.css -------------------------------------------------------------------------------- /2019/03-pragyan/web-game-of-faces/159.89.166.12_files/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/web-game-of-faces/159.89.166.12_files/index.js -------------------------------------------------------------------------------- /2019/03-pragyan/web-game-of-faces/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/web-game-of-faces/README.md -------------------------------------------------------------------------------- /2019/03-pragyan/web-game-of-faces/decrypt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/web-game-of-faces/decrypt.py -------------------------------------------------------------------------------- /2019/03-pragyan/web-mandatory/000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/web-mandatory/000.png -------------------------------------------------------------------------------- /2019/03-pragyan/web-mandatory/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/web-mandatory/README.md -------------------------------------------------------------------------------- /2019/03-pragyan/web-mandatory/bruteforce.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-pragyan/web-mandatory/bruteforce.php -------------------------------------------------------------------------------- /2019/03-volga/cry-blind/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-volga/cry-blind/README.md -------------------------------------------------------------------------------- /2019/03-volga/cry-blind/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-volga/cry-blind/server.py -------------------------------------------------------------------------------- /2019/03-volga/cry-blind/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-volga/cry-blind/solve.py -------------------------------------------------------------------------------- /2019/03-volga/pwn-warm/001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-volga/pwn-warm/001.png -------------------------------------------------------------------------------- /2019/03-volga/pwn-warm/002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-volga/pwn-warm/002.png -------------------------------------------------------------------------------- /2019/03-volga/pwn-warm/003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-volga/pwn-warm/003.png -------------------------------------------------------------------------------- /2019/03-volga/pwn-warm/004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-volga/pwn-warm/004.png -------------------------------------------------------------------------------- /2019/03-volga/pwn-warm/005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-volga/pwn-warm/005.png -------------------------------------------------------------------------------- /2019/03-volga/pwn-warm/006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-volga/pwn-warm/006.png -------------------------------------------------------------------------------- /2019/03-volga/pwn-warm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-volga/pwn-warm/README.md -------------------------------------------------------------------------------- /2019/03-volga/pwn-warm/ghidra_001.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-volga/pwn-warm/ghidra_001.c -------------------------------------------------------------------------------- /2019/03-volga/pwn-warm/ghidra_002.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-volga/pwn-warm/ghidra_002.c -------------------------------------------------------------------------------- /2019/03-volga/pwn-warm/krack_pass.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-volga/pwn-warm/krack_pass.c -------------------------------------------------------------------------------- /2019/03-volga/stg-higher/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-volga/stg-higher/README.md -------------------------------------------------------------------------------- /2019/03-volga/stg-higher/screen_audio.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-volga/stg-higher/screen_audio.jpg -------------------------------------------------------------------------------- /2019/03-volga/stg-higher/screen_problem.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-volga/stg-higher/screen_problem.jpg -------------------------------------------------------------------------------- /2019/03-volga/web-shop/001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-volga/web-shop/001.png -------------------------------------------------------------------------------- /2019/03-volga/web-shop/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-volga/web-shop/README.md -------------------------------------------------------------------------------- /2019/03-volga/web-shop2/001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-volga/web-shop2/001.png -------------------------------------------------------------------------------- /2019/03-volga/web-shop2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-volga/web-shop2/README.md -------------------------------------------------------------------------------- /2019/03-volga/web-shop2/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/03-volga/web-shop2/solve.py -------------------------------------------------------------------------------- /2019/04-angstromctf/cry-Paint/PohligHellman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-angstromctf/cry-Paint/PohligHellman.png -------------------------------------------------------------------------------- /2019/04-angstromctf/cry-Paint/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-angstromctf/cry-Paint/README.md -------------------------------------------------------------------------------- /2019/04-angstromctf/cry-Paint/algorithm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-angstromctf/cry-Paint/algorithm.png -------------------------------------------------------------------------------- /2019/04-angstromctf/cry-Paint/paint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-angstromctf/cry-Paint/paint.py -------------------------------------------------------------------------------- /2019/04-angstromctf/cry-Paint/paint.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-angstromctf/cry-Paint/paint.txt -------------------------------------------------------------------------------- /2019/04-angstromctf/cry-Paint/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-angstromctf/cry-Paint/solve.py -------------------------------------------------------------------------------- /2019/04-angstromctf/cry-Runes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-angstromctf/cry-Runes/README.md -------------------------------------------------------------------------------- /2019/04-angstromctf/cry-Runes/algorithm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-angstromctf/cry-Runes/algorithm.png -------------------------------------------------------------------------------- /2019/04-angstromctf/cry-Runes/runes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-angstromctf/cry-Runes/runes.txt -------------------------------------------------------------------------------- /2019/04-angstromctf/cry-Runes/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-angstromctf/cry-Runes/solve.py -------------------------------------------------------------------------------- /2019/04-reiwa/bin-和暦の流れ/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-reiwa/bin-和暦の流れ/README.md -------------------------------------------------------------------------------- /2019/04-reiwa/bin-和暦の流れ/gdb1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-reiwa/bin-和暦の流れ/gdb1.png -------------------------------------------------------------------------------- /2019/04-reiwa/bin-和暦の流れ/gdb2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-reiwa/bin-和暦の流れ/gdb2.png -------------------------------------------------------------------------------- /2019/04-reiwa/bin-和暦の流れ/reiwa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-reiwa/bin-和暦の流れ/reiwa -------------------------------------------------------------------------------- /2019/04-reiwa/bin-和暦の流れ/reiwa.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-reiwa/bin-和暦の流れ/reiwa.txt -------------------------------------------------------------------------------- /2019/04-reiwa/mis-零は?/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-reiwa/mis-零は?/README.md -------------------------------------------------------------------------------- /2019/04-reiwa/mis-零は?/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-reiwa/mis-零は?/solve.py -------------------------------------------------------------------------------- /2019/04-tjctf/bin-silly-sledshop/001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-tjctf/bin-silly-sledshop/001.png -------------------------------------------------------------------------------- /2019/04-tjctf/bin-silly-sledshop/002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-tjctf/bin-silly-sledshop/002.jpg -------------------------------------------------------------------------------- /2019/04-tjctf/bin-silly-sledshop/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-tjctf/bin-silly-sledshop/README.md -------------------------------------------------------------------------------- /2019/04-tjctf/bin-silly-sledshop/attack.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-tjctf/bin-silly-sledshop/attack.sh -------------------------------------------------------------------------------- /2019/04-tjctf/bin-silly-sledshop/exploit001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-tjctf/bin-silly-sledshop/exploit001.txt -------------------------------------------------------------------------------- /2019/04-tjctf/bin-silly-sledshop/exploit002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-tjctf/bin-silly-sledshop/exploit002.txt -------------------------------------------------------------------------------- /2019/04-tjctf/bin-silly-sledshop/make_string001.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-tjctf/bin-silly-sledshop/make_string001.py -------------------------------------------------------------------------------- /2019/04-tjctf/bin-silly-sledshop/make_string002.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-tjctf/bin-silly-sledshop/make_string002.py -------------------------------------------------------------------------------- /2019/04-tjctf/bin-silly-sledshop/solve001.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-tjctf/bin-silly-sledshop/solve001.py -------------------------------------------------------------------------------- /2019/04-tjctf/bin-silly-sledshop/solve002.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-tjctf/bin-silly-sledshop/solve002.py -------------------------------------------------------------------------------- /2019/04-tjctf/bin-silly-sledshop/solve003.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-tjctf/bin-silly-sledshop/solve003.py -------------------------------------------------------------------------------- /2019/04-tjctf/cry-easy-as-rsa/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-tjctf/cry-easy-as-rsa/README.md -------------------------------------------------------------------------------- /2019/04-tjctf/cry-easy-as-rsa/decrypt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-tjctf/cry-easy-as-rsa/decrypt.py -------------------------------------------------------------------------------- /2019/04-tjctf/for-all-the-zips/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-tjctf/for-all-the-zips/README.md -------------------------------------------------------------------------------- /2019/04-tjctf/for-all-the-zips/pass.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-tjctf/for-all-the-zips/pass.sh -------------------------------------------------------------------------------- /2019/04-tjctf/for-all-the-zips/unzip.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-tjctf/for-all-the-zips/unzip.sh -------------------------------------------------------------------------------- /2019/04-tjctf/for-cable-selachimorpha/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-tjctf/for-cable-selachimorpha/README.md -------------------------------------------------------------------------------- /2019/04-tjctf/for-cable-selachimorpha/cable-selachimorpha.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-tjctf/for-cable-selachimorpha/cable-selachimorpha.pcap -------------------------------------------------------------------------------- /2019/04-tjctf/for-cable-selachimorpha/screen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-tjctf/for-cable-selachimorpha/screen.jpg -------------------------------------------------------------------------------- /2019/04-tjctf/mis-sight-at-last/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-tjctf/mis-sight-at-last/README.md -------------------------------------------------------------------------------- /2019/04-tjctf/mis-sight-at-last/log.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-tjctf/mis-sight-at-last/log.txt -------------------------------------------------------------------------------- /2019/04-tjctf/mis-sight-at-last/polkadot0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-tjctf/mis-sight-at-last/polkadot0 -------------------------------------------------------------------------------- /2019/04-tjctf/mis-sight-at-last/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-tjctf/mis-sight-at-last/solve.py -------------------------------------------------------------------------------- /2019/04-tjctf/rev-broken-parrot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-tjctf/rev-broken-parrot/README.md -------------------------------------------------------------------------------- /2019/04-tjctf/rev-broken-parrot/disas.radare2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-tjctf/rev-broken-parrot/disas.radare2 -------------------------------------------------------------------------------- /2019/04-tjctf/rev-broken-parrot/parrot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-tjctf/rev-broken-parrot/parrot.png -------------------------------------------------------------------------------- /2019/04-tjctf/rev-comprehensive/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-tjctf/rev-comprehensive/README.md -------------------------------------------------------------------------------- /2019/04-tjctf/rev-comprehensive/comprehensive.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-tjctf/rev-comprehensive/comprehensive.py -------------------------------------------------------------------------------- /2019/04-tjctf/rev-comprehensive/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-tjctf/rev-comprehensive/solve.py -------------------------------------------------------------------------------- /2019/04-tjctf/rev-python-in-one-line/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-tjctf/rev-python-in-one-line/README.md -------------------------------------------------------------------------------- /2019/04-tjctf/rev-python-in-one-line/one.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-tjctf/rev-python-in-one-line/one.py -------------------------------------------------------------------------------- /2019/04-tjctf/rev-python-in-one-line/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-tjctf/rev-python-in-one-line/solve.py -------------------------------------------------------------------------------- /2019/04-tjctf/web-moar-horse-2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-tjctf/web-moar-horse-2/README.md -------------------------------------------------------------------------------- /2019/04-tjctf/web-moar-horse-3/REAMDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-tjctf/web-moar-horse-3/REAMDE.md -------------------------------------------------------------------------------- /2019/04-tjctf/web-moar-horse-3/solver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-tjctf/web-moar-horse-3/solver.py -------------------------------------------------------------------------------- /2019/04-tjctf/web-moar-horse-3/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-tjctf/web-moar-horse-3/top.png -------------------------------------------------------------------------------- /2019/04-wpi/pwn-secureshell/001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-wpi/pwn-secureshell/001.jpg -------------------------------------------------------------------------------- /2019/04-wpi/pwn-secureshell/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-wpi/pwn-secureshell/README.md -------------------------------------------------------------------------------- /2019/04-wpi/pwn-secureshell/decompile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-wpi/pwn-secureshell/decompile.c -------------------------------------------------------------------------------- /2019/04-wpi/pwn-secureshell/solve01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-wpi/pwn-secureshell/solve01.py -------------------------------------------------------------------------------- /2019/04-wpi/pwn-secureshell/solve02.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-wpi/pwn-secureshell/solve02.py -------------------------------------------------------------------------------- /2019/04-wpi/pwn-secureshell/solve03.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-wpi/pwn-secureshell/solve03.py -------------------------------------------------------------------------------- /2019/04-wpi/pwn-source-pt1/001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-wpi/pwn-source-pt1/001.jpg -------------------------------------------------------------------------------- /2019/04-wpi/pwn-source-pt1/002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-wpi/pwn-source-pt1/002.jpg -------------------------------------------------------------------------------- /2019/04-wpi/pwn-source-pt1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-wpi/pwn-source-pt1/README.md -------------------------------------------------------------------------------- /2019/04-wpi/stg-stallman-intensifies/Answer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-wpi/stg-stallman-intensifies/Answer.png -------------------------------------------------------------------------------- /2019/04-wpi/stg-stallman-intensifies/Challenge.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-wpi/stg-stallman-intensifies/Challenge.PNG -------------------------------------------------------------------------------- /2019/04-wpi/stg-stallman-intensifies/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-wpi/stg-stallman-intensifies/README.md -------------------------------------------------------------------------------- /2019/04-wpi/stg-stallman-intensifies/steg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-wpi/stg-stallman-intensifies/steg.sh -------------------------------------------------------------------------------- /2019/04-wpi/stg-stallman-intensifies/wordlist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-wpi/stg-stallman-intensifies/wordlist.txt -------------------------------------------------------------------------------- /2019/04-xctf/mis-otaku/82598457d27f4149a96e2cc38f49c873.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-xctf/mis-otaku/82598457d27f4149a96e2cc38f49c873.zip -------------------------------------------------------------------------------- /2019/04-xctf/mis-otaku/Challenge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-xctf/mis-otaku/Challenge.png -------------------------------------------------------------------------------- /2019/04-xctf/mis-otaku/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-xctf/mis-otaku/README.md -------------------------------------------------------------------------------- /2019/04-xctf/mis-she/Challenge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-xctf/mis-she/Challenge.png -------------------------------------------------------------------------------- /2019/04-xctf/mis-she/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-xctf/mis-she/README.md -------------------------------------------------------------------------------- /2019/04-xctf/mis-she/She.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/04-xctf/mis-she/She.zip -------------------------------------------------------------------------------- /2019/05-defcon/pwn-speedrun-001/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-defcon/pwn-speedrun-001/README.md -------------------------------------------------------------------------------- /2019/05-defcon/pwn-speedrun-001/exploit01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-defcon/pwn-speedrun-001/exploit01.txt -------------------------------------------------------------------------------- /2019/05-defcon/pwn-speedrun-001/exploit02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-defcon/pwn-speedrun-001/exploit02.txt -------------------------------------------------------------------------------- /2019/05-defcon/pwn-speedrun-001/exploit03.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-defcon/pwn-speedrun-001/exploit03.txt -------------------------------------------------------------------------------- /2019/05-defcon/pwn-speedrun-001/gadget.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-defcon/pwn-speedrun-001/gadget.txt -------------------------------------------------------------------------------- /2019/05-defcon/pwn-speedrun-001/make_string_01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-defcon/pwn-speedrun-001/make_string_01.py -------------------------------------------------------------------------------- /2019/05-defcon/pwn-speedrun-001/make_string_02.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-defcon/pwn-speedrun-001/make_string_02.py -------------------------------------------------------------------------------- /2019/05-defcon/pwn-speedrun-001/make_string_03.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-defcon/pwn-speedrun-001/make_string_03.py -------------------------------------------------------------------------------- /2019/05-harekaze/cry-once-upon/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-harekaze/cry-once-upon/README.md -------------------------------------------------------------------------------- /2019/05-harekaze/cry-once-upon/inv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-harekaze/cry-once-upon/inv.png -------------------------------------------------------------------------------- /2019/05-harekaze/cry-once-upon/problem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-harekaze/cry-once-upon/problem.py -------------------------------------------------------------------------------- /2019/05-harekaze/cry-once-upon/result.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-harekaze/cry-once-upon/result.txt -------------------------------------------------------------------------------- /2019/05-harekaze/cry-once-upon/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-harekaze/cry-once-upon/solve.py -------------------------------------------------------------------------------- /2019/05-harekaze/pwn-baby-rop-2/001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-harekaze/pwn-baby-rop-2/001.png -------------------------------------------------------------------------------- /2019/05-harekaze/pwn-baby-rop-2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-harekaze/pwn-baby-rop-2/README.md -------------------------------------------------------------------------------- /2019/05-harekaze/rev-scramble/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-harekaze/rev-scramble/README.md -------------------------------------------------------------------------------- /2019/05-harekaze/rev-scramble/scramble: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-harekaze/rev-scramble/scramble -------------------------------------------------------------------------------- /2019/05-harekaze/rev-scramble/screen1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-harekaze/rev-scramble/screen1.jpg -------------------------------------------------------------------------------- /2019/05-harekaze/rev-scramble/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-harekaze/rev-scramble/solve.py -------------------------------------------------------------------------------- /2019/05-harekaze/web-encode/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-harekaze/web-encode/README.md -------------------------------------------------------------------------------- /2019/05-harekaze/web-encode/src/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-harekaze/web-encode/src/Dockerfile -------------------------------------------------------------------------------- /2019/05-harekaze/web-encode/src/chall/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-harekaze/web-encode/src/chall/index.html -------------------------------------------------------------------------------- /2019/05-harekaze/web-encode/src/chall/pages/about.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-harekaze/web-encode/src/chall/pages/about.html -------------------------------------------------------------------------------- /2019/05-harekaze/web-encode/src/chall/pages/lorem.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-harekaze/web-encode/src/chall/pages/lorem.html -------------------------------------------------------------------------------- /2019/05-harekaze/web-encode/src/chall/query.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-harekaze/web-encode/src/chall/query.php -------------------------------------------------------------------------------- /2019/05-harekaze/web-encode/src/php.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-harekaze/web-encode/src/php.ini -------------------------------------------------------------------------------- /2019/05-seccon4b/cry-bitflip/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-seccon4b/cry-bitflip/README.md -------------------------------------------------------------------------------- /2019/05-seccon4b/cry-bitflip/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-seccon4b/cry-bitflip/solve.py -------------------------------------------------------------------------------- /2019/05-seccon4b/cry-gorsa/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-seccon4b/cry-gorsa/README.md -------------------------------------------------------------------------------- /2019/05-seccon4b/cry-gorsa/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-seccon4b/cry-gorsa/solve.py -------------------------------------------------------------------------------- /2019/05-seccon4b/cry-party/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-seccon4b/cry-party/README.md -------------------------------------------------------------------------------- /2019/05-seccon4b/cry-party/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-seccon4b/cry-party/solve.py -------------------------------------------------------------------------------- /2019/05-seccon4b/cry-sotired/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-seccon4b/cry-sotired/README.md -------------------------------------------------------------------------------- /2019/05-seccon4b/cry-sotired/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-seccon4b/cry-sotired/solve.py -------------------------------------------------------------------------------- /2019/05-seccon4b/rev-leakage/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-seccon4b/rev-leakage/README.md -------------------------------------------------------------------------------- /2019/05-seccon4b/rev-leakage/leakage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-seccon4b/rev-leakage/leakage -------------------------------------------------------------------------------- /2019/05-seccon4b/rev-leakage/screen1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-seccon4b/rev-leakage/screen1.jpg -------------------------------------------------------------------------------- /2019/05-seccon4b/rev-leakage/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-seccon4b/rev-leakage/solve.py -------------------------------------------------------------------------------- /2019/05-seccon4b/rev-linear/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-seccon4b/rev-linear/README.md -------------------------------------------------------------------------------- /2019/05-seccon4b/rev-linear/linear_operation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-seccon4b/rev-linear/linear_operation -------------------------------------------------------------------------------- /2019/05-seccon4b/rev-linear/screen1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-seccon4b/rev-linear/screen1.jpg -------------------------------------------------------------------------------- /2019/05-seccon4b/rev-linear/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-seccon4b/rev-linear/solve.py -------------------------------------------------------------------------------- /2019/05-seccon4b/rev-seccompare/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-seccon4b/rev-seccompare/README.md -------------------------------------------------------------------------------- /2019/05-seccon4b/rev-seccompare/seccompare: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-seccon4b/rev-seccompare/seccompare -------------------------------------------------------------------------------- /2019/05-seccon4b/rev-seccompare/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-seccon4b/rev-seccompare/solve.py -------------------------------------------------------------------------------- /2019/05-seccon4b/web-secure/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-seccon4b/web-secure/README.md -------------------------------------------------------------------------------- /2019/05-seccon4b/web-secure/crawl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/05-seccon4b/web-secure/crawl.js -------------------------------------------------------------------------------- /2019/06-hsctf/web-md5--/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/06-hsctf/web-md5--/README.md -------------------------------------------------------------------------------- /2019/06-hsctf/web-networked/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/06-hsctf/web-networked/README.md -------------------------------------------------------------------------------- /2019/06-hsctf/web-networked/log.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/06-hsctf/web-networked/log.txt -------------------------------------------------------------------------------- /2019/06-hsctf/web-networked/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/06-hsctf/web-networked/solve.py -------------------------------------------------------------------------------- /2019/08-kosen/cry-esp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/08-kosen/cry-esp/README.md -------------------------------------------------------------------------------- /2019/08-kosen/cry-esp/esp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/08-kosen/cry-esp/esp.py -------------------------------------------------------------------------------- /2019/08-kosen/cry-esp/out.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/08-kosen/cry-esp/out.txt -------------------------------------------------------------------------------- /2019/08-kosen/cry-esp/solve.sage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/08-kosen/cry-esp/solve.sage -------------------------------------------------------------------------------- /2019/08-kosen/cry-flagticket/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/08-kosen/cry-flagticket/README.md -------------------------------------------------------------------------------- /2019/08-kosen/cry-flagticket/flag_ticket.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/08-kosen/cry-flagticket/flag_ticket.tar.gz -------------------------------------------------------------------------------- /2019/08-kosen/cry-flagticket/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/08-kosen/cry-flagticket/solve.py -------------------------------------------------------------------------------- /2019/08-kosen/cry-kurukuru/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/08-kosen/cry-kurukuru/README.md -------------------------------------------------------------------------------- /2019/08-kosen/cry-kurukuru/encrypted: -------------------------------------------------------------------------------- 1 | 1m__s4sk_s3np41m1r_836lly_cut3_34799u14}1osenCTF{5sKm 2 | -------------------------------------------------------------------------------- /2019/08-kosen/cry-kurukuru/shuffle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/08-kosen/cry-kurukuru/shuffle.py -------------------------------------------------------------------------------- /2019/08-kosen/cry-kurukuru/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/08-kosen/cry-kurukuru/solve.py -------------------------------------------------------------------------------- /2019/08-kosen/cry-pascal/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/08-kosen/cry-pascal/README.md -------------------------------------------------------------------------------- /2019/08-kosen/cry-pascal/service.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/08-kosen/cry-pascal/service.py -------------------------------------------------------------------------------- /2019/08-kosen/cry-pascal/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/08-kosen/cry-pascal/solve.py -------------------------------------------------------------------------------- /2019/08-kosen/for-hugtto/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/08-kosen/for-hugtto/README.md -------------------------------------------------------------------------------- /2019/08-kosen/for-hugtto/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/08-kosen/for-hugtto/solve.py -------------------------------------------------------------------------------- /2019/08-kosen/for-hugtto/steg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/08-kosen/for-hugtto/steg.py -------------------------------------------------------------------------------- /2019/08-kosen/for-hugtto/steg_emiru.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/08-kosen/for-hugtto/steg_emiru.png -------------------------------------------------------------------------------- /2019/08-kosen/for-temple/40142c592afd88a78682234e2d5cada9.pcapng: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/08-kosen/for-temple/40142c592afd88a78682234e2d5cada9.pcapng -------------------------------------------------------------------------------- /2019/08-kosen/for-temple/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/08-kosen/for-temple/README.md -------------------------------------------------------------------------------- /2019/08-kosen/for-temple/data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/08-kosen/for-temple/data.csv -------------------------------------------------------------------------------- /2019/08-kosen/for-temple/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/08-kosen/for-temple/solve.py -------------------------------------------------------------------------------- /2019/08-kosen/rev-favorites/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/08-kosen/rev-favorites/README.md -------------------------------------------------------------------------------- /2019/08-kosen/rev-favorites/Screenshot from 2019-09-03 02-10-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/08-kosen/rev-favorites/Screenshot from 2019-09-03 02-10-12.png -------------------------------------------------------------------------------- /2019/08-kosen/rev-favorites/favorites.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/08-kosen/rev-favorites/favorites.c -------------------------------------------------------------------------------- /2019/08-kosen/rev-favorites/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/08-kosen/rev-favorites/solve.py -------------------------------------------------------------------------------- /2019/08-kosen/rev-magic/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/08-kosen/rev-magic/README.md -------------------------------------------------------------------------------- /2019/08-kosen/rev-magic/chall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/08-kosen/rev-magic/chall -------------------------------------------------------------------------------- /2019/08-kosen/rev-magic/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/08-kosen/rev-magic/solve.py -------------------------------------------------------------------------------- /2019/08-kosen/rev-passcode/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/08-kosen/rev-passcode/README.md -------------------------------------------------------------------------------- /2019/08-kosen/rev-passcode/exe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/08-kosen/rev-passcode/exe.png -------------------------------------------------------------------------------- /2019/08-kosen/rev-passcode/flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/08-kosen/rev-passcode/flag.png -------------------------------------------------------------------------------- /2019/08-kosen/rev-passcode/passcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/08-kosen/rev-passcode/passcode.png -------------------------------------------------------------------------------- /2019/08-kosen/web-iextra/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/08-kosen/web-iextra/README.md -------------------------------------------------------------------------------- /2019/08-kosen/web-iextra/src/Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/08-kosen/web-iextra/src/Gemfile -------------------------------------------------------------------------------- /2019/08-kosen/web-iextra/src/Gemfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/08-kosen/web-iextra/src/Gemfile.lock -------------------------------------------------------------------------------- /2019/08-kosen/web-iextra/src/main.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/08-kosen/web-iextra/src/main.rb -------------------------------------------------------------------------------- /2019/08-kosen/web-iextra/src/public/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/08-kosen/web-iextra/src/public/style.css -------------------------------------------------------------------------------- /2019/08-kosen/web-iextra/src/views/images.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/08-kosen/web-iextra/src/views/images.erb -------------------------------------------------------------------------------- /2019/08-kosen/web-iextra/src/views/index.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/08-kosen/web-iextra/src/views/index.erb -------------------------------------------------------------------------------- /2019/08-kosen/web-iextra/word.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/08-kosen/web-iextra/word.docx -------------------------------------------------------------------------------- /2019/08-kosen/web-iextra/zip/word/media/test.b: -------------------------------------------------------------------------------- 1 | /flag -------------------------------------------------------------------------------- /2019/09-pico/web-300-irish/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/09-pico/web-300-irish/README.md -------------------------------------------------------------------------------- /2019/11-tuctf/shellme64/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/11-tuctf/shellme64/README.md -------------------------------------------------------------------------------- /2019/11-tuctf/shellme64/shellcode_before_crushed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/11-tuctf/shellme64/shellcode_before_crushed.png -------------------------------------------------------------------------------- /2019/11-tuctf/shellme64/shellcode_crushed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/11-tuctf/shellme64/shellcode_crushed.png -------------------------------------------------------------------------------- /2019/11-tuctf/shellme64/shellme64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/11-tuctf/shellme64/shellme64 -------------------------------------------------------------------------------- /2019/11-tuctf/shellme64/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2019/11-tuctf/shellme64/solve.py -------------------------------------------------------------------------------- /2020/03-b01lers/cry-safety/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2020/03-b01lers/cry-safety/README.md -------------------------------------------------------------------------------- /2020/03-b01lers/cry-safety/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2020/03-b01lers/cry-safety/solve.py -------------------------------------------------------------------------------- /2020/05-seccon4b/cry-c4b/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2020/05-seccon4b/cry-c4b/README.md -------------------------------------------------------------------------------- /2020/05-seccon4b/cry-c4b/atk.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2020/05-seccon4b/cry-c4b/atk.sol -------------------------------------------------------------------------------- /2020/05-seccon4b/cry-c4b/img/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2020/05-seccon4b/cry-c4b/img/01.png -------------------------------------------------------------------------------- /2020/05-seccon4b/cry-c4b/img/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2020/05-seccon4b/cry-c4b/img/02.png -------------------------------------------------------------------------------- /2020/05-seccon4b/cry-c4b/img/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2020/05-seccon4b/cry-c4b/img/03.png -------------------------------------------------------------------------------- /2020/05-seccon4b/cry-c4b/img/04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2020/05-seccon4b/cry-c4b/img/04.png -------------------------------------------------------------------------------- /2020/05-seccon4b/cry-c4b/img/05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2020/05-seccon4b/cry-c4b/img/05.png -------------------------------------------------------------------------------- /2020/05-seccon4b/mis-emoemocode/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2020/05-seccon4b/mis-emoemocode/README.md -------------------------------------------------------------------------------- /2020/05-seccon4b/pwn-elementary-stack/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2020/05-seccon4b/pwn-elementary-stack/README.md -------------------------------------------------------------------------------- /2020/05-seccon4b/pwn-elementary-stack/problem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2020/05-seccon4b/pwn-elementary-stack/problem.png -------------------------------------------------------------------------------- /2020/05-seccon4b/pwn-elementary-stack/pwntools_gdb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2020/05-seccon4b/pwn-elementary-stack/pwntools_gdb.png -------------------------------------------------------------------------------- /2020/05-seccon4b/rev-mask/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2020/05-seccon4b/rev-mask/README.md -------------------------------------------------------------------------------- /2020/05-seccon4b/rev-mask/mask: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2020/05-seccon4b/rev-mask/mask -------------------------------------------------------------------------------- /2020/05-seccon4b/rev-mask/sol.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2020/05-seccon4b/rev-mask/sol.py -------------------------------------------------------------------------------- /2020/05-seccon4b/rev-siblangs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2020/05-seccon4b/rev-siblangs/README.md -------------------------------------------------------------------------------- /2020/05-seccon4b/rev-yakisoba/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2020/05-seccon4b/rev-yakisoba/README.md -------------------------------------------------------------------------------- /2020/05-seccon4b/rev-yakisoba/sol.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2020/05-seccon4b/rev-yakisoba/sol.py -------------------------------------------------------------------------------- /2020/05-seccon4b/rev-yakisoba/yakisoba: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2020/05-seccon4b/rev-yakisoba/yakisoba -------------------------------------------------------------------------------- /2020/05-seccon4b/web-somen/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2020/05-seccon4b/web-somen/README.md -------------------------------------------------------------------------------- /2020/05-seccon4b/web-somen/src/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2020/05-seccon4b/web-somen/src/index.php -------------------------------------------------------------------------------- /2020/05-seccon4b/web-somen/src/worker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2020/05-seccon4b/web-somen/src/worker.js -------------------------------------------------------------------------------- /2020/05-seccon4b/web-somen/wget/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2020/05-seccon4b/web-somen/wget/index.html -------------------------------------------------------------------------------- /2020/05-seccon4b/web-somen/wget/security.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2020/05-seccon4b/web-somen/wget/security.js -------------------------------------------------------------------------------- /2020/05-seccon4b/web-spy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2020/05-seccon4b/web-spy/README.md -------------------------------------------------------------------------------- /2020/05-seccon4b/web-spy/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2020/05-seccon4b/web-spy/exploit.py -------------------------------------------------------------------------------- /2020/05-seccon4b/web-spy/src/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2020/05-seccon4b/web-spy/src/app.py -------------------------------------------------------------------------------- /2020/05-seccon4b/web-spy/src/employees.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2020/05-seccon4b/web-spy/src/employees.txt -------------------------------------------------------------------------------- /2020/08-crypto/cry-amsterdam/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2020/08-crypto/cry-amsterdam/README.md -------------------------------------------------------------------------------- /2020/08-crypto/cry-amsterdam/amsterdam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2020/08-crypto/cry-amsterdam/amsterdam.py -------------------------------------------------------------------------------- /2020/08-crypto/cry-amsterdam/output.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2020/08-crypto/cry-amsterdam/output.py -------------------------------------------------------------------------------- /2020/08-crypto/cry-amsterdam/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2020/08-crypto/cry-amsterdam/solve.py -------------------------------------------------------------------------------- /2020/08-crypto/cry-trailing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2020/08-crypto/cry-trailing/README.md -------------------------------------------------------------------------------- /2020/08-crypto/cry-trailing/output.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2020/08-crypto/cry-trailing/output.txt -------------------------------------------------------------------------------- /2020/08-crypto/cry-trailing/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2020/08-crypto/cry-trailing/solve.py -------------------------------------------------------------------------------- /2021/04-midnight/web-corporate/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2021/04-midnight/web-corporate/README.md -------------------------------------------------------------------------------- /2021/04-midnight/web-corporate/src/class/User.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2021/04-midnight/web-corporate/src/class/User.php -------------------------------------------------------------------------------- /2021/04-midnight/web-corporate/src/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2021/04-midnight/web-corporate/src/css/bootstrap.min.css -------------------------------------------------------------------------------- /2021/04-midnight/web-corporate/src/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2021/04-midnight/web-corporate/src/css/style.css -------------------------------------------------------------------------------- /2021/04-midnight/web-corporate/src/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2021/04-midnight/web-corporate/src/images/logo.png -------------------------------------------------------------------------------- /2021/04-midnight/web-corporate/src/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2021/04-midnight/web-corporate/src/index.php -------------------------------------------------------------------------------- /2021/04-midnight/web-corporate/src/template/home.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2021/04-midnight/web-corporate/src/template/home.html -------------------------------------------------------------------------------- /2021/05-pwn2win/illusion/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2021/05-pwn2win/illusion/README.md -------------------------------------------------------------------------------- /2021/05-pwn2win/illusion/exploit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2021/05-pwn2win/illusion/exploit.sh -------------------------------------------------------------------------------- /2021/05-pwn2win/illusion/src/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2021/05-pwn2win/illusion/src/Dockerfile -------------------------------------------------------------------------------- /2021/05-pwn2win/illusion/src/entrypoint.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | node /app/index.js & 4 | 5 | sleep 300 -------------------------------------------------------------------------------- /2021/05-pwn2win/illusion/src/flag.txt: -------------------------------------------------------------------------------- 1 | CTF-BR{f4k3_l0cal_fl4g_f0r_test1ng} 2 | -------------------------------------------------------------------------------- /2021/05-pwn2win/illusion/src/readflag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2021/05-pwn2win/illusion/src/readflag -------------------------------------------------------------------------------- /2021/05-pwn2win/illusion/src/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2021/05-pwn2win/illusion/src/src/index.js -------------------------------------------------------------------------------- /2021/05-pwn2win/illusion/src/src/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2021/05-pwn2win/illusion/src/src/package-lock.json -------------------------------------------------------------------------------- /2021/05-pwn2win/illusion/src/src/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2021/05-pwn2win/illusion/src/src/package.json -------------------------------------------------------------------------------- /2021/05-pwn2win/illusion/src/src/static/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2021/05-pwn2win/illusion/src/src/static/style.css -------------------------------------------------------------------------------- /2021/05-pwn2win/illusion/src/src/templates/index.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2021/05-pwn2win/illusion/src/src/templates/index.ejs -------------------------------------------------------------------------------- /2021/06-ccc/imgfiltrate/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2021/06-ccc/imgfiltrate/README.md -------------------------------------------------------------------------------- /2021/06-ccc/imgfiltrate/data_base64.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2021/06-ccc/imgfiltrate/data_base64.txt -------------------------------------------------------------------------------- /2021/06-ccc/imgfiltrate/data_raw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2021/06-ccc/imgfiltrate/data_raw.txt -------------------------------------------------------------------------------- /2021/06-ccc/imgfiltrate/flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2021/06-ccc/imgfiltrate/flag.png -------------------------------------------------------------------------------- /2021/06-ccc/imgfiltrate/src/app/.dockerignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2021/06-ccc/imgfiltrate/src/app/.dockerignore -------------------------------------------------------------------------------- /2021/06-ccc/imgfiltrate/src/app/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2021/06-ccc/imgfiltrate/src/app/Dockerfile -------------------------------------------------------------------------------- /2021/06-ccc/imgfiltrate/src/app/imgs/flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2021/06-ccc/imgfiltrate/src/app/imgs/flag.png -------------------------------------------------------------------------------- /2021/06-ccc/imgfiltrate/src/app/imgs/no_flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2021/06-ccc/imgfiltrate/src/app/imgs/no_flag.png -------------------------------------------------------------------------------- /2021/06-ccc/imgfiltrate/src/app/public/flag.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2021/06-ccc/imgfiltrate/src/app/public/flag.php -------------------------------------------------------------------------------- /2021/06-ccc/imgfiltrate/src/app/public/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2021/06-ccc/imgfiltrate/src/app/public/index.php -------------------------------------------------------------------------------- /2021/06-ccc/imgfiltrate/src/bot/.dockerignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2021/06-ccc/imgfiltrate/src/bot/.dockerignore -------------------------------------------------------------------------------- /2021/06-ccc/imgfiltrate/src/bot/.eslintrc.cjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2021/06-ccc/imgfiltrate/src/bot/.eslintrc.cjs -------------------------------------------------------------------------------- /2021/06-ccc/imgfiltrate/src/bot/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2021/06-ccc/imgfiltrate/src/bot/Dockerfile -------------------------------------------------------------------------------- /2021/06-ccc/imgfiltrate/src/bot/babel.config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2021/06-ccc/imgfiltrate/src/bot/babel.config.json -------------------------------------------------------------------------------- /2021/06-ccc/imgfiltrate/src/bot/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2021/06-ccc/imgfiltrate/src/bot/main.js -------------------------------------------------------------------------------- /2021/06-ccc/imgfiltrate/src/bot/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2021/06-ccc/imgfiltrate/src/bot/package-lock.json -------------------------------------------------------------------------------- /2021/06-ccc/imgfiltrate/src/bot/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2021/06-ccc/imgfiltrate/src/bot/package.json -------------------------------------------------------------------------------- /2021/06-ccc/imgfiltrate/src/bot/static/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2021/06-ccc/imgfiltrate/src/bot/static/index.html -------------------------------------------------------------------------------- /2021/06-ccc/imgfiltrate/src/bot/static/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2021/06-ccc/imgfiltrate/src/bot/static/main.js -------------------------------------------------------------------------------- /2021/06-ccc/imgfiltrate/src/bot/static/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2021/06-ccc/imgfiltrate/src/bot/static/style.css -------------------------------------------------------------------------------- /2021/06-ccc/imgfiltrate/src/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2021/06-ccc/imgfiltrate/src/docker-compose.yml -------------------------------------------------------------------------------- /2021/06-ccc/imgfiltrate/visual.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2021/06-ccc/imgfiltrate/visual.html -------------------------------------------------------------------------------- /2021/12-seccon/pwn-kasu-bof/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2021/12-seccon/pwn-kasu-bof/README.md -------------------------------------------------------------------------------- /2021/12-seccon/pwn-kasu-bof/dl_runtime_resolve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2021/12-seccon/pwn-kasu-bof/dl_runtime_resolve.png -------------------------------------------------------------------------------- /2021/12-seccon/pwn-kasu-bof/plt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2021/12-seccon/pwn-kasu-bof/plt.png -------------------------------------------------------------------------------- /2021/12-seccon/pwn-kasu-bof/problem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2021/12-seccon/pwn-kasu-bof/problem.png -------------------------------------------------------------------------------- /2021/12-seccon/pwn-kasu-bof/ret2dl_resolve_attack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/2021/12-seccon/pwn-kasu-bof/ret2dl_resolve_attack.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wani-hackase/wani-writeup/HEAD/README.md --------------------------------------------------------------------------------