├── 2017 ├── Belluminar-2017 │ ├── README.md │ └── color-world.pdf ├── Christmas-CTF-2017 │ ├── 0-day.md │ ├── README.md │ ├── pictube1.html │ └── session_parser.py ├── H3X0R_CTF2 │ ├── H3X0R_CTF2.pdf │ └── README.md ├── Layer7_External_CTF(2017) │ └── README.md ├── Layer7_Internal_CTF │ ├── Layer7_Internal_CTF_2017.pdf │ └── README.md ├── Power_of_XX(2017) │ └── README.md ├── Root-CTF │ ├── Write.pdf │ ├── calculate_decoder.py │ └── lotto-exploit.py ├── Secuinside2017-Mathboy7 │ ├── README.md │ └── mathboy7.py ├── Sunrin_Internal_CTF2017 │ └── 젠카이노아이마스.pdf └── Ubuntu-ctf(2017) │ ├── README.md │ └── write-ups.pdf ├── 2018 ├── HITB-XCTF-2018-Quals_upload(web) │ └── exploit.py ├── NeverLAN-CTF(2018) │ ├── Cryptography │ │ ├── Don't-Hate-me │ │ │ ├── README.md │ │ │ ├── this_is_insane2.jpeg │ │ │ └── this_is_insane2.zip │ │ ├── How-much-can-you-throw-on-a-Caesar-salad │ │ │ └── O_SO_Curious.jpeg │ │ ├── Picture-Words │ │ │ ├── Invisible.jpeg │ │ │ ├── cipher.txt │ │ │ ├── decrypt_result.txt │ │ │ └── minimoy0001.gif │ │ ├── Story-Time! │ │ │ └── README.md │ │ ├── That's-a-big-file │ │ │ ├── Output.txt │ │ │ ├── base64.c │ │ │ └── decoder.py │ │ └── dot-dot-dashish │ │ │ └── README.md │ ├── InterWeb │ │ ├── README.md │ │ ├── das-blog.png │ │ └── wpscan.png │ ├── Passwords │ │ ├── Ending!=Hash │ │ │ └── wireshark(flag).png │ │ ├── SHA-1 │ │ │ ├── README.md │ │ │ ├── description.txt │ │ │ ├── failed(python-script) │ │ │ │ ├── __pycache__ │ │ │ │ │ └── brute.cpython-36.pyc │ │ │ │ └── brute.py │ │ │ ├── failed_bruteforce │ │ │ │ ├── __pycache__ │ │ │ │ │ └── brute.cpython-36.pyc │ │ │ │ └── brute.py │ │ │ ├── hash.txt │ │ │ └── hashcat-4.1.0 │ │ │ │ └── charsets │ │ │ │ ├── DES_full.charset │ │ │ │ ├── DES_special │ │ │ │ ├── DES_alpha.charset │ │ │ │ ├── DES_numeral.charset │ │ │ │ └── multiple_nodes │ │ │ │ │ ├── DES_portion_0.charset │ │ │ │ │ ├── DES_portion_1.charset │ │ │ │ │ ├── DES_portion_2.charset │ │ │ │ │ ├── DES_portion_3.charset │ │ │ │ │ ├── DES_portion_4.charset │ │ │ │ │ ├── DES_portion_5.charset │ │ │ │ │ ├── DES_portion_6.charset │ │ │ │ │ ├── DES_portion_7.charset │ │ │ │ │ ├── DES_portion_8.charset │ │ │ │ │ ├── DES_portion_9.charset │ │ │ │ │ ├── DES_portion_A.charset │ │ │ │ │ ├── DES_portion_B.charset │ │ │ │ │ ├── DES_portion_C.charset │ │ │ │ │ ├── DES_portion_D.charset │ │ │ │ │ ├── DES_portion_E.charset │ │ │ │ │ └── DES_portion_F.charset │ │ │ │ ├── combined │ │ │ │ ├── Bulgarian.hcchr │ │ │ │ ├── Castilian.hcchr │ │ │ │ ├── Catalan.hcchr │ │ │ │ ├── English.hcchr │ │ │ │ ├── French.hcchr │ │ │ │ ├── German.hcchr │ │ │ │ ├── Greek.hcchr │ │ │ │ ├── GreekPolytonic.hcchr │ │ │ │ ├── Italian.hcchr │ │ │ │ ├── Lithuanian.hcchr │ │ │ │ ├── Polish.hcchr │ │ │ │ ├── Portuguese.hcchr │ │ │ │ ├── Russian.hcchr │ │ │ │ ├── Slovak.hcchr │ │ │ │ └── Spanish.hcchr │ │ │ │ ├── special │ │ │ │ ├── Castilian │ │ │ │ │ ├── es-ES_ISO-8859-1-special.hcchr │ │ │ │ │ ├── es-ES_ISO-8859-15-special.hcchr │ │ │ │ │ └── es-ES_cp1252-special.hcchr │ │ │ │ ├── Catalan │ │ │ │ │ ├── ca_ISO-8859-1-special.hcchr │ │ │ │ │ ├── ca_ISO-8859-15-special.hcchr │ │ │ │ │ └── ca_cp1252-special.hcchr │ │ │ │ ├── French │ │ │ │ │ ├── fr_ISO-8859-1-special.hcchr │ │ │ │ │ ├── fr_ISO-8859-15-special.hcchr │ │ │ │ │ ├── fr_ISO-8859-16-special.hcchr │ │ │ │ │ └── fr_cp1252-special.hcchr │ │ │ │ ├── German │ │ │ │ │ ├── de_ISO-8859-1-special.hcchr │ │ │ │ │ ├── de_ISO-8859-15-special.hcchr │ │ │ │ │ └── de_cp1252-special.hcchr │ │ │ │ ├── Greek │ │ │ │ │ ├── el_ISO-8859-7-special.hcchr │ │ │ │ │ └── el_cp1253-special.hcchr │ │ │ │ ├── Italian │ │ │ │ │ ├── it_ISO-8859-1-special.hcchr │ │ │ │ │ ├── it_ISO-8859-15-special.hcchr │ │ │ │ │ └── it_cp1252-special.hcchr │ │ │ │ ├── Polish │ │ │ │ │ └── pl_cp1250-special.hcchr │ │ │ │ ├── Portuguese │ │ │ │ │ ├── pt_ISO-8859-1-special.hcchr │ │ │ │ │ ├── pt_ISO-8859-15-special.hcchr │ │ │ │ │ └── pt_cp1252-special.hcchr │ │ │ │ ├── Russian │ │ │ │ │ ├── ru_ISO-8859-5-special.hcchr │ │ │ │ │ └── ru_cp1251-special.hcchr │ │ │ │ ├── Slovak │ │ │ │ │ ├── sk_ISO-8859-2-special.hcchr │ │ │ │ │ └── sk_cp1250-special.hcchr │ │ │ │ └── Spanish │ │ │ │ │ ├── es_ISO-8859-1-special.hcchr │ │ │ │ │ ├── es_ISO-8859-15-special.hcchr │ │ │ │ │ └── es_cp1252-special.hcchr │ │ │ │ └── standard │ │ │ │ ├── Bulgarian │ │ │ │ ├── bg_ISO-8859-5.hcchr │ │ │ │ ├── bg_KOI8-R.hcchr │ │ │ │ └── bg_cp1251.hcchr │ │ │ │ ├── Castilian │ │ │ │ ├── es-ES_ISO-8859-1.hcchr │ │ │ │ ├── es-ES_ISO-8859-15.hcchr │ │ │ │ └── es-ES_cp1252.hcchr │ │ │ │ ├── Catalan │ │ │ │ ├── ca_ISO-8859-1.hcchr │ │ │ │ ├── ca_ISO-8859-15.hcchr │ │ │ │ └── ca_cp1252.hcchr │ │ │ │ ├── English │ │ │ │ ├── en_ISO-8859-1.hcchr │ │ │ │ ├── en_ISO-8859-15.hcchr │ │ │ │ └── en_cp1252.hcchr │ │ │ │ └── French │ │ │ │ ├── fr_ISO-8859-1.hcchr │ │ │ │ ├── fr_ISO-8859-15.hcchr │ │ │ │ └── fr_cp1252.hcchr │ │ ├── The-WIFI-Network │ │ │ ├── README.md │ │ │ ├── flag.png │ │ │ ├── neverlan.cap │ │ │ └── neverlan.hccapx │ │ └── Zip-Attack │ │ │ ├── README.md │ │ │ ├── encrypted.zip │ │ │ ├── known-file.zip │ │ │ └── sw-iphone-wallpaper-first-order.jpg │ ├── README.md │ ├── Recon │ │ ├── Happy hunting.txt │ │ ├── Neo's-recon.png │ │ ├── Purvesta's-recon.png │ │ ├── Viking's-recon.png │ │ ├── Zesty's-challenge.png │ │ └── s7a73farm's-recon.png │ ├── Reversing │ │ └── Commitment-Issues │ │ │ └── Commitmen-Issues(flag).png │ ├── Scripting │ │ ├── JSON-parsing-1 │ │ │ ├── file-20171020T1500 │ │ │ └── statistics.py │ │ ├── basic-math │ │ │ └── sum.py │ │ ├── even-more-basic-math-with-some-junk │ │ │ ├── even_more_numbers_with_some_mild_inconveniences.txt │ │ │ └── sum.py │ │ └── more-basic-math │ │ │ ├── some_more_numbers.txt │ │ │ └── sum.py │ ├── Trivia │ │ ├── How_far_can_you_go(not-solved) │ │ │ ├── 1.txt │ │ │ ├── 2.zip │ │ │ ├── 3.zip │ │ │ └── Alice.zip │ │ └── README.md │ ├── challenge-screenshot.png │ └── ranking-screenshot.png └── Timisoara-CTF-2018-Final │ └── README.md ├── 2019 └── 19Cyberoc │ ├── 19Cyberoc - Secret Service (Hidden Service) Write up.pdf │ ├── README.md │ └── flag.png ├── 2020 └── Defenit_CTF │ ├── web1-fortune-cookie │ └── exploit.py │ ├── web2-highlighter │ └── tq.txt │ ├── web3-tar-analyzer │ ├── .COMMAND │ ├── .SET_ADMIN │ └── exploit.py │ └── web4-babyjs │ └── exploit.py └── README.md /2017/Belluminar-2017/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2017/Belluminar-2017/README.md -------------------------------------------------------------------------------- /2017/Belluminar-2017/color-world.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2017/Belluminar-2017/color-world.pdf -------------------------------------------------------------------------------- /2017/Christmas-CTF-2017/0-day.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2017/Christmas-CTF-2017/0-day.md -------------------------------------------------------------------------------- /2017/Christmas-CTF-2017/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2017/Christmas-CTF-2017/README.md -------------------------------------------------------------------------------- /2017/Christmas-CTF-2017/pictube1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2017/Christmas-CTF-2017/pictube1.html -------------------------------------------------------------------------------- /2017/Christmas-CTF-2017/session_parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2017/Christmas-CTF-2017/session_parser.py -------------------------------------------------------------------------------- /2017/H3X0R_CTF2/H3X0R_CTF2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2017/H3X0R_CTF2/H3X0R_CTF2.pdf -------------------------------------------------------------------------------- /2017/H3X0R_CTF2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2017/H3X0R_CTF2/README.md -------------------------------------------------------------------------------- /2017/Layer7_External_CTF(2017)/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2017/Layer7_External_CTF(2017)/README.md -------------------------------------------------------------------------------- /2017/Layer7_Internal_CTF/Layer7_Internal_CTF_2017.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2017/Layer7_Internal_CTF/Layer7_Internal_CTF_2017.pdf -------------------------------------------------------------------------------- /2017/Layer7_Internal_CTF/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2017/Layer7_Internal_CTF/README.md -------------------------------------------------------------------------------- /2017/Power_of_XX(2017)/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2017/Power_of_XX(2017)/README.md -------------------------------------------------------------------------------- /2017/Root-CTF/Write.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2017/Root-CTF/Write.pdf -------------------------------------------------------------------------------- /2017/Root-CTF/calculate_decoder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2017/Root-CTF/calculate_decoder.py -------------------------------------------------------------------------------- /2017/Root-CTF/lotto-exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2017/Root-CTF/lotto-exploit.py -------------------------------------------------------------------------------- /2017/Secuinside2017-Mathboy7/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2017/Secuinside2017-Mathboy7/README.md -------------------------------------------------------------------------------- /2017/Secuinside2017-Mathboy7/mathboy7.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2017/Secuinside2017-Mathboy7/mathboy7.py -------------------------------------------------------------------------------- /2017/Sunrin_Internal_CTF2017/젠카이노아이마스.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2017/Sunrin_Internal_CTF2017/젠카이노아이마스.pdf -------------------------------------------------------------------------------- /2017/Ubuntu-ctf(2017)/README.md: -------------------------------------------------------------------------------- 1 | # Kookmin-univ & Ubuntu CTF 2 | ~~~ 3 | 날짜 : 2017.11.05 4 | 팀명 : 새싹보끔밥 (3rd) 5 | ~~~ -------------------------------------------------------------------------------- /2017/Ubuntu-ctf(2017)/write-ups.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2017/Ubuntu-ctf(2017)/write-ups.pdf -------------------------------------------------------------------------------- /2018/HITB-XCTF-2018-Quals_upload(web)/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/HITB-XCTF-2018-Quals_upload(web)/exploit.py -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Cryptography/Don't-Hate-me/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Cryptography/Don't-Hate-me/README.md -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Cryptography/Don't-Hate-me/this_is_insane2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Cryptography/Don't-Hate-me/this_is_insane2.jpeg -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Cryptography/Don't-Hate-me/this_is_insane2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Cryptography/Don't-Hate-me/this_is_insane2.zip -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Cryptography/How-much-can-you-throw-on-a-Caesar-salad/O_SO_Curious.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Cryptography/How-much-can-you-throw-on-a-Caesar-salad/O_SO_Curious.jpeg -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Cryptography/Picture-Words/Invisible.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Cryptography/Picture-Words/Invisible.jpeg -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Cryptography/Picture-Words/cipher.txt: -------------------------------------------------------------------------------- 1 | https://www.dcode.fr/arthur-invisibles-cipher -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Cryptography/Picture-Words/decrypt_result.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Cryptography/Picture-Words/decrypt_result.txt -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Cryptography/Picture-Words/minimoy0001.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Cryptography/Picture-Words/minimoy0001.gif -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Cryptography/Story-Time!/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Cryptography/Story-Time!/README.md -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Cryptography/That's-a-big-file/Output.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Cryptography/That's-a-big-file/Output.txt -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Cryptography/That's-a-big-file/base64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Cryptography/That's-a-big-file/base64.c -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Cryptography/That's-a-big-file/decoder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Cryptography/That's-a-big-file/decoder.py -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Cryptography/dot-dot-dashish/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Cryptography/dot-dot-dashish/README.md -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/InterWeb/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/InterWeb/README.md -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/InterWeb/das-blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/InterWeb/das-blog.png -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/InterWeb/wpscan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/InterWeb/wpscan.png -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/Ending!=Hash/wireshark(flag).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/Ending!=Hash/wireshark(flag).png -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/README.md -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/description.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/description.txt -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/failed(python-script)/__pycache__/brute.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/failed(python-script)/__pycache__/brute.cpython-36.pyc -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/failed(python-script)/brute.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/failed(python-script)/brute.py -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/failed_bruteforce/__pycache__/brute.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/failed_bruteforce/__pycache__/brute.cpython-36.pyc -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/failed_bruteforce/brute.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/failed_bruteforce/brute.py -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hash.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hash.txt -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/DES_full.charset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/DES_full.charset -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/DES_special/DES_alpha.charset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/DES_special/DES_alpha.charset -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/DES_special/DES_numeral.charset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/DES_special/DES_numeral.charset -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/DES_special/multiple_nodes/DES_portion_0.charset: -------------------------------------------------------------------------------- 1 | 01020407080b0d0e -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/DES_special/multiple_nodes/DES_portion_1.charset: -------------------------------------------------------------------------------- 1 | 10131516191a1c1f -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/DES_special/multiple_nodes/DES_portion_2.charset: -------------------------------------------------------------------------------- 1 | 20232526292a2c2f -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/DES_special/multiple_nodes/DES_portion_3.charset: -------------------------------------------------------------------------------- 1 | 31323437383b3d3e -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/DES_special/multiple_nodes/DES_portion_4.charset: -------------------------------------------------------------------------------- 1 | 40434546494a4c4f -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/DES_special/multiple_nodes/DES_portion_5.charset: -------------------------------------------------------------------------------- 1 | 51525457585b5d5e -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/DES_special/multiple_nodes/DES_portion_6.charset: -------------------------------------------------------------------------------- 1 | 61626467686b6d6e -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/DES_special/multiple_nodes/DES_portion_7.charset: -------------------------------------------------------------------------------- 1 | 70737576797a7c7f -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/DES_special/multiple_nodes/DES_portion_8.charset: -------------------------------------------------------------------------------- 1 | 80838586898a8c8f -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/DES_special/multiple_nodes/DES_portion_9.charset: -------------------------------------------------------------------------------- 1 | 91929497989b9d9e -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/DES_special/multiple_nodes/DES_portion_A.charset: -------------------------------------------------------------------------------- 1 | a1a2a4a7a8abadae -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/DES_special/multiple_nodes/DES_portion_B.charset: -------------------------------------------------------------------------------- 1 | b0b3b5b6b9babcbf -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/DES_special/multiple_nodes/DES_portion_C.charset: -------------------------------------------------------------------------------- 1 | c1c2c4c7c8cbcdce -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/DES_special/multiple_nodes/DES_portion_D.charset: -------------------------------------------------------------------------------- 1 | d0d3d5d6d9dadcdf -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/DES_special/multiple_nodes/DES_portion_E.charset: -------------------------------------------------------------------------------- 1 | e0e3e5e6e9eaecef -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/DES_special/multiple_nodes/DES_portion_F.charset: -------------------------------------------------------------------------------- 1 | f1f2f4f7f8fbfdfe -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/combined/Bulgarian.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/combined/Bulgarian.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/combined/Castilian.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/combined/Castilian.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/combined/Catalan.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/combined/Catalan.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/combined/English.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/combined/English.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/combined/French.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/combined/French.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/combined/German.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/combined/German.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/combined/Greek.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/combined/Greek.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/combined/GreekPolytonic.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/combined/GreekPolytonic.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/combined/Italian.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/combined/Italian.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/combined/Lithuanian.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/combined/Lithuanian.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/combined/Polish.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/combined/Polish.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/combined/Portuguese.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/combined/Portuguese.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/combined/Russian.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/combined/Russian.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/combined/Slovak.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/combined/Slovak.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/combined/Spanish.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/combined/Spanish.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Castilian/es-ES_ISO-8859-1-special.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Castilian/es-ES_ISO-8859-1-special.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Castilian/es-ES_ISO-8859-15-special.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Castilian/es-ES_ISO-8859-15-special.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Castilian/es-ES_cp1252-special.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Castilian/es-ES_cp1252-special.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Catalan/ca_ISO-8859-1-special.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Catalan/ca_ISO-8859-1-special.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Catalan/ca_ISO-8859-15-special.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Catalan/ca_ISO-8859-15-special.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Catalan/ca_cp1252-special.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Catalan/ca_cp1252-special.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/French/fr_ISO-8859-1-special.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/French/fr_ISO-8859-1-special.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/French/fr_ISO-8859-15-special.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/French/fr_ISO-8859-15-special.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/French/fr_ISO-8859-16-special.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/French/fr_ISO-8859-16-special.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/French/fr_cp1252-special.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/French/fr_cp1252-special.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/German/de_ISO-8859-1-special.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/German/de_ISO-8859-1-special.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/German/de_ISO-8859-15-special.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/German/de_ISO-8859-15-special.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/German/de_cp1252-special.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/German/de_cp1252-special.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Greek/el_ISO-8859-7-special.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Greek/el_ISO-8859-7-special.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Greek/el_cp1253-special.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Greek/el_cp1253-special.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Italian/it_ISO-8859-1-special.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Italian/it_ISO-8859-1-special.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Italian/it_ISO-8859-15-special.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Italian/it_ISO-8859-15-special.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Italian/it_cp1252-special.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Italian/it_cp1252-special.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Polish/pl_cp1250-special.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Polish/pl_cp1250-special.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Portuguese/pt_ISO-8859-1-special.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Portuguese/pt_ISO-8859-1-special.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Portuguese/pt_ISO-8859-15-special.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Portuguese/pt_ISO-8859-15-special.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Portuguese/pt_cp1252-special.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Portuguese/pt_cp1252-special.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Russian/ru_ISO-8859-5-special.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Russian/ru_ISO-8859-5-special.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Russian/ru_cp1251-special.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Russian/ru_cp1251-special.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Slovak/sk_ISO-8859-2-special.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Slovak/sk_ISO-8859-2-special.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Slovak/sk_cp1250-special.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Slovak/sk_cp1250-special.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Spanish/es_ISO-8859-1-special.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Spanish/es_ISO-8859-1-special.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Spanish/es_ISO-8859-15-special.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Spanish/es_ISO-8859-15-special.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Spanish/es_cp1252-special.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/special/Spanish/es_cp1252-special.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/standard/Bulgarian/bg_ISO-8859-5.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/standard/Bulgarian/bg_ISO-8859-5.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/standard/Bulgarian/bg_KOI8-R.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/standard/Bulgarian/bg_KOI8-R.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/standard/Bulgarian/bg_cp1251.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/standard/Bulgarian/bg_cp1251.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/standard/Castilian/es-ES_ISO-8859-1.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/standard/Castilian/es-ES_ISO-8859-1.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/standard/Castilian/es-ES_ISO-8859-15.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/standard/Castilian/es-ES_ISO-8859-15.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/standard/Castilian/es-ES_cp1252.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/standard/Castilian/es-ES_cp1252.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/standard/Catalan/ca_ISO-8859-1.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/standard/Catalan/ca_ISO-8859-1.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/standard/Catalan/ca_ISO-8859-15.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/standard/Catalan/ca_ISO-8859-15.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/standard/Catalan/ca_cp1252.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/standard/Catalan/ca_cp1252.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/standard/English/en_ISO-8859-1.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/standard/English/en_ISO-8859-1.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/standard/English/en_ISO-8859-15.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/standard/English/en_ISO-8859-15.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/standard/English/en_cp1252.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/standard/English/en_cp1252.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/standard/French/fr_ISO-8859-1.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/standard/French/fr_ISO-8859-1.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/standard/French/fr_ISO-8859-15.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/standard/French/fr_ISO-8859-15.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/standard/French/fr_cp1252.hcchr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/SHA-1/hashcat-4.1.0/charsets/standard/French/fr_cp1252.hcchr -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/The-WIFI-Network/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/The-WIFI-Network/README.md -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/The-WIFI-Network/flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/The-WIFI-Network/flag.png -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/The-WIFI-Network/neverlan.cap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/The-WIFI-Network/neverlan.cap -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/The-WIFI-Network/neverlan.hccapx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/The-WIFI-Network/neverlan.hccapx -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/Zip-Attack/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/Zip-Attack/README.md -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/Zip-Attack/encrypted.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/Zip-Attack/encrypted.zip -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/Zip-Attack/known-file.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/Zip-Attack/known-file.zip -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Passwords/Zip-Attack/sw-iphone-wallpaper-first-order.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Passwords/Zip-Attack/sw-iphone-wallpaper-first-order.jpg -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/README.md -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Recon/Happy hunting.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Recon/Happy hunting.txt -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Recon/Neo's-recon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Recon/Neo's-recon.png -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Recon/Purvesta's-recon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Recon/Purvesta's-recon.png -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Recon/Viking's-recon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Recon/Viking's-recon.png -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Recon/Zesty's-challenge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Recon/Zesty's-challenge.png -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Recon/s7a73farm's-recon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Recon/s7a73farm's-recon.png -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Reversing/Commitment-Issues/Commitmen-Issues(flag).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Reversing/Commitment-Issues/Commitmen-Issues(flag).png -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Scripting/JSON-parsing-1/file-20171020T1500: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Scripting/JSON-parsing-1/file-20171020T1500 -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Scripting/JSON-parsing-1/statistics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Scripting/JSON-parsing-1/statistics.py -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Scripting/basic-math/sum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Scripting/basic-math/sum.py -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Scripting/even-more-basic-math-with-some-junk/even_more_numbers_with_some_mild_inconveniences.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Scripting/even-more-basic-math-with-some-junk/even_more_numbers_with_some_mild_inconveniences.txt -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Scripting/even-more-basic-math-with-some-junk/sum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Scripting/even-more-basic-math-with-some-junk/sum.py -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Scripting/more-basic-math/some_more_numbers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Scripting/more-basic-math/some_more_numbers.txt -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Scripting/more-basic-math/sum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Scripting/more-basic-math/sum.py -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Trivia/How_far_can_you_go(not-solved)/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Trivia/How_far_can_you_go(not-solved)/1.txt -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Trivia/How_far_can_you_go(not-solved)/2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Trivia/How_far_can_you_go(not-solved)/2.zip -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Trivia/How_far_can_you_go(not-solved)/3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Trivia/How_far_can_you_go(not-solved)/3.zip -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Trivia/How_far_can_you_go(not-solved)/Alice.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Trivia/How_far_can_you_go(not-solved)/Alice.zip -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/Trivia/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/Trivia/README.md -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/challenge-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/challenge-screenshot.png -------------------------------------------------------------------------------- /2018/NeverLAN-CTF(2018)/ranking-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/NeverLAN-CTF(2018)/ranking-screenshot.png -------------------------------------------------------------------------------- /2018/Timisoara-CTF-2018-Final/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2018/Timisoara-CTF-2018-Final/README.md -------------------------------------------------------------------------------- /2019/19Cyberoc/19Cyberoc - Secret Service (Hidden Service) Write up.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2019/19Cyberoc/19Cyberoc - Secret Service (Hidden Service) Write up.pdf -------------------------------------------------------------------------------- /2019/19Cyberoc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2019/19Cyberoc/README.md -------------------------------------------------------------------------------- /2019/19Cyberoc/flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2019/19Cyberoc/flag.png -------------------------------------------------------------------------------- /2020/Defenit_CTF/web1-fortune-cookie/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2020/Defenit_CTF/web1-fortune-cookie/exploit.py -------------------------------------------------------------------------------- /2020/Defenit_CTF/web2-highlighter/tq.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2020/Defenit_CTF/web2-highlighter/tq.txt -------------------------------------------------------------------------------- /2020/Defenit_CTF/web3-tar-analyzer/.COMMAND: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2020/Defenit_CTF/web3-tar-analyzer/.COMMAND -------------------------------------------------------------------------------- /2020/Defenit_CTF/web3-tar-analyzer/.SET_ADMIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2020/Defenit_CTF/web3-tar-analyzer/.SET_ADMIN -------------------------------------------------------------------------------- /2020/Defenit_CTF/web3-tar-analyzer/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2020/Defenit_CTF/web3-tar-analyzer/exploit.py -------------------------------------------------------------------------------- /2020/Defenit_CTF/web4-babyjs/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/munsiwoo/ctf-write-ups/HEAD/2020/Defenit_CTF/web4-babyjs/exploit.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # CTF Write ups 2 | --------------------------------------------------------------------------------