├── README.md ├── binaries ├── flare-on │ ├── 2014 │ │ ├── 2014-Solution1-5.pdf │ │ ├── 2014-Solution5-7.pdf │ │ ├── C1 │ │ │ └── C1.exe │ │ ├── C2 │ │ │ ├── home.html │ │ │ └── img │ │ │ │ └── flare-on.png │ │ ├── C3 │ │ │ └── such_evil │ │ ├── C4 │ │ │ └── APT9001.pdf │ │ ├── C5 │ │ │ └── 5get_it │ │ ├── C6 │ │ │ └── e7bc5d2c0cf4480348f5504196561297 │ │ ├── C7 │ │ │ └── d69650fa6d4825ec2ddeecdc6a92228d │ │ ├── README.md │ │ └── flareon2014-pw-is-malware.zip │ ├── 2015 │ │ ├── 1 │ │ │ └── Flare-On_start_2015.exe │ │ ├── 2 │ │ │ └── 599EA8F84AD975CFB07E0E5732C9BA14.zip │ │ ├── 3 │ │ │ └── 3BD127AEDB12472EB288DAAFDEE76953.zip │ │ ├── 4 │ │ │ └── CB931CA00859C5D1356CB2733B11EBF2.zip │ │ ├── 5 │ │ │ └── 062FB655852EAF0CD96325631FD90920.zip │ │ ├── 6 │ │ │ └── 63C64502837A89CA0147095726DF8262.zip │ │ ├── 7 │ │ │ └── 0CC92381BDCA47754B144A4FC2E41623.zip │ │ ├── 8 │ │ │ └── FE9D3BA1789DC6371105042D80291205.zip │ │ ├── 9 │ │ │ └── 4568CB1948CCD11DDB9B90359F7DC79A.zip │ │ ├── 10 │ │ │ └── DC682778F53E853B3188AC63EB376D8B.zip │ │ ├── 11 │ │ │ └── 42634F3F5FAF28306EB07675274AA6B6.zip │ │ ├── 2015_FLAREOn_Challenges-pw-is-flare.zip │ │ ├── 2015solution1.pdf │ │ ├── 2015solution10.pdf │ │ ├── 2015solution11.pdf │ │ ├── 2015solution2.pdf │ │ ├── 2015solution3.pdf │ │ ├── 2015solution4.pdf │ │ ├── 2015solution5.pdf │ │ ├── 2015solution6.pdf │ │ ├── 2015solution7.pdf │ │ ├── 2015solution8.pdf │ │ ├── 2015solution9.pdf │ │ └── README.md │ └── 2016 │ │ ├── 1 │ │ └── challenge1.exe │ │ ├── 2 │ │ ├── BusinessPapers.doc │ │ └── DudeLocker.exe │ │ ├── 3 │ │ └── unknown │ │ ├── 4 │ │ └── flareon2016challenge.dll │ │ ├── 5 │ │ ├── DIE.log │ │ ├── disasm.py │ │ ├── smokestack.exe │ │ └── vmOPcodes.bytes │ │ ├── 6 │ │ └── khaki.exe │ │ ├── 7 │ │ └── hashes │ │ ├── 8 │ │ └── CHIMERA.EXE │ │ ├── 9 │ │ └── GUI.exe │ │ ├── 10 │ │ └── flava.pcap │ │ ├── Flare-On3_Challenges.zip │ │ ├── README.md │ │ ├── challenge1-solution.pdf │ │ ├── challenge10-solution.pdf │ │ ├── challenge2-solution.pdf │ │ ├── challenge3-solution.pdf │ │ ├── challenge4-solution.pdf │ │ ├── challenge5-solution.pdf │ │ ├── challenge6-solution.pdf │ │ ├── challenge7-solution.pdf │ │ ├── challenge8-solution.pdf │ │ └── challenge9-solution.pdf └── labyrenth │ └── 2016 │ ├── README.md │ ├── docs │ ├── docs1 │ ├── docs2 │ ├── docs3 │ ├── docs4 │ └── docs5 │ ├── mobile │ ├── mobile1 │ ├── mobile2 │ ├── mobile3 │ ├── mobile4 │ ├── mobile5 │ └── mobile6 │ ├── random │ ├── rand1 │ ├── rand2 │ ├── rand3 │ ├── rand4 │ └── rand5 │ ├── threat │ ├── threat1 │ ├── threat2 │ ├── threat3 │ ├── threat4 │ ├── threat5 │ ├── threat6 │ └── threat7 │ ├── unix │ ├── unix1 │ ├── unix2 │ ├── unix3 │ ├── unix5 │ ├── unix6 │ ├── unix7 │ └── unxi4 │ └── win │ ├── win1 │ ├── win2 │ ├── win3 │ ├── win4 │ ├── win5 │ ├── win6 │ ├── win7 │ ├── win8 │ └── win9 └── images └── ota.png /README.md: -------------------------------------------------------------------------------- 1 | # OpenToAll REsources 2 | ![OpenToAll Team Logo](./images/ota.png) 3 | 4 | ## REsources 5 | 6 | - **Foundations** 7 | - [C Boot Camp](http://gribblelab.org/CBootCamp/) 8 | - [Introductory Intel x86: Architecture, Assembly, Applications, & Alliteration](http://opensecuritytraining.info/IntroX86.html) 9 | - [Hacking - The Art of Exploitation](https://www.nostarch.com/hacking2.htm) 10 | - [Practical Malware Analysis](https://www.nostarch.com/malware) 11 | - [Secrets of Reverse Engineering](https://www.amazon.ca/Reversing-Secrets-Engineering-Eldad-Eilam/dp/0764574817) 12 | - [Reverse Engineering for Beginners](https://beginners.re/) 13 | - [IDA Pro Book 2nd Edition](https://www.nostarch.com/idapro2.htm) 14 | - [Gray Hat Python](https://www.nostarch.com/ghpython.htm) 15 | - [Practical Reverse Engineering](https://www.amazon.ca/Practical-Reverse-Engineering-Reversing-Obfuscation/dp/1118787315) 16 | - [Art of Assembly Language](http://flint.cs.yale.edu/cs422/doc/art-of-asm/pdf/) 17 | 18 | - **Practice** 19 | - [CTF](https://github.com/ctfs) 20 | - [RPISEC Malware](https://github.com/RPISEC/Malware/) 21 | - [Practical Malware Analysis Labs](https://practicalmalwareanalysis.com/labs/) 22 | - [Flare-on](http://flare-on.com) 23 | - 2014 24 | - [Challenges - pw is malware](http://flare-on.com/files/2014_FLAREOn_Challenges.zip) 25 | - Solutions 26 | - [Official: 1-5](https://www.fireeye.com/blog/threat-research/2014/11/the_flare_on_challen.html) 27 | - [Official: 6,7](https://www.fireeye.com/blog/threat-research/2014/11/flare_on_challengep.html) 28 | - 2015 29 | - [Challenges - pw is malware](http://flare-on.com/files/2015_FLAREOn_Challenges.zip) 30 | - Solutions 31 | - [Official](https://www.fireeye.com/blog/threat-research/2015/09/flare-on_challenges.html) 32 | - 2016 33 | - [Challenges - pw is flare](http://flare-on.com/files/Flare-On3_Challenges.zip) 34 | - Solutions 35 | - [Official](https://www.fireeye.com/blog/threat-research/2016/11/2016_flare-on_challe.html) 36 | - [alessandrogario's smokestack solution](https://alessandrogar.io/post/flare-on-challenge-2016-smokestack/) 37 | - 2017 38 | - TBA 39 | 40 | - [LabyREnth](http://labyrenth.com/) 41 | - [2016](/binaries/labyrenth/2016/) 42 | - [2017](/binaries/labyrenth/2017) 43 | 44 | - Crackmes 45 | - [crackmes.de 2015 archive](https://tuts4you.com/download.php?view.3152) 46 | - 2015 folder is grouped by difficulty, and contains solutions 47 | - [RPISEC MBE](https://github.com/RPISEC/MBE) (First few lectures focus on RE) 48 | - [Challenges and Lecture Slides](http://security.cs.rpi.edu/courses/binexp-spring2015/) 49 | - labs also available here https://reversing.ctfd.io/challenges 50 | 51 | **Forums, Blogs, Repos, Wikis** 52 | - Important Sites 53 | - [tuts4you - Articles, forums, downloads, papers, etc.](https://tuts4you.com/) 54 | - [openrce](http://www.openrce.org/articles/) 55 | - [Compiler Explorer](https://godbolt.org/) 56 | 57 | - Wikis 58 | - [aldeid](https://www.aldeid.com) 59 | - [yobi](http://wiki.yobi.be/wiki/Reverse-Engineering) 60 | 61 | - Blogs & Articles 62 | - OpenToAll RE 63 | - [alessandrogario](https://alessandrogar.io/) 64 | - [Grazfather](http://grazfather.github.io/) 65 | - [fevral](https://fevral.github.io/) 66 | - [how to write a crackme for a ctf](https://www.pelock.com/articles/how-to-write-a-crackme-for-a-ctf-competition) 67 | - [gynvael](http://gynvael.coldwind.pl/?blog=1) 68 | - [rolfrolles](http://www.msreverseengineering.com/blog/) 69 | - Repos 70 | - [Literature Review](https://github.com/REMath/literature_review/) 71 | - [List of REsources](https://github.com/wtsxDev/reverse-engineering) 72 | - [IDAPython](https://github.com/idapython/src) 73 | - Books 74 | - [Beginner's guide to IDA Python](https://leanpub.com/IDAPython-Book) 75 | - [Anti-RE book](https://github.com/antire-book/antire_book) 76 | - [xchg rax, rax](https://www.xorpd.net/pages/xchg_rax/snip_00.html) 77 | 78 | **IDA Plugins** 79 | - [IDA Plugins Contest](https://www.hex-rays.com/contests/) 80 | - [IDA Plugins List](https://github.com/onethawt/idaplugins-list) 81 | 82 | **Interesting talks** 83 | - [Repsych: Psychological Warfare in Reverse Engineering](https://www.youtube.com/watch?v=HlUe0TUHOIc) 84 | 85 | **Frameworks and Tools** 86 | - angr 87 | - [angr](http://angr.io/) 88 | - metasm 89 | - [metasm](https://github.com/jjyg/metasm/) 90 | - miasm 91 | - [miasm blog](http://www.miasm.re/blog/) 92 | - [deobfuscation](http://blog.quarkslab.com/deobfuscation-recovering-an-ollvm-protected-program.html) 93 | - z3 94 | - [z3](https://github.com/Z3Prover/z3) 95 | - Pin 96 | - [Pin](https://software.intel.com/en-us/articles/pin-a-dynamic-binary-instrumentation-tool) 97 | - https://www.aldeid.com/wiki/Pin 98 | - https://www.aldeid.com/wiki/Pintool2 99 | - Online Disassemblers/Compilers/Emulators 100 | - https://www.onlinedisassembler.com/static/home/ 101 | - https://defuse.ca/online-x86-assembler.htm#disassembly 102 | - http://godbolt.org/ 103 | - http://carlosrafaelgn.com.br/asm86/ 104 | 105 | **Papers** 106 | - [Unpacking Virtualization Obfuscators](https://www.usenix.org/legacy/events/woot09/tech/full_papers/rolles.pdf) 107 | -------------------------------------------------------------------------------- /binaries/flare-on/2014/2014-Solution1-5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenToAllCTF/REsources/f0b32dbd68ae7d61569839ec0f2d4b8df17fba2e/binaries/flare-on/2014/2014-Solution1-5.pdf -------------------------------------------------------------------------------- /binaries/flare-on/2014/2014-Solution5-7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenToAllCTF/REsources/f0b32dbd68ae7d61569839ec0f2d4b8df17fba2e/binaries/flare-on/2014/2014-Solution5-7.pdf -------------------------------------------------------------------------------- /binaries/flare-on/2014/C1/C1.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenToAllCTF/REsources/f0b32dbd68ae7d61569839ec0f2d4b8df17fba2e/binaries/flare-on/2014/C1/C1.exe -------------------------------------------------------------------------------- /binaries/flare-on/2014/C2/home.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | The FLARE On Challenge 8 | 9 | 46 | 47 | 48 | 49 | 50 |
51 | 52 | 53 | 54 | 61 | 62 |

63 | 64 |
65 |
66 | 67 |
68 |

The FireEye Labs Advanced Reverse Engineering (FLARE) team is an elite technical 69 | group of malware analysts, researchers, and hackers. We are looking to hire smart 70 | individuals interested in reverse engineering. We have created this series of binary 71 | challenges to test your skills. We encourage anyone to participate and practice their 72 | skills while having fun!

73 | 74 |

At launch, a download link for the first challenge will show up here. The first 75 | challenge is a self-extracting zip file that requires you accept our End User 76 | License Agreement (EULA) before continuing.

77 | 78 |
79 | 80 | 85 | 86 | 92 | 93 | 113 | 128 | 129 | 130 |
131 |
132 | 133 |

Launch Date     


134 |
135 | 136 |
137 |
138 | 139 |
140 | 141 | 151 | 152 | 153 | 154 | 155 | 162 | 163 | 164 | 165 | 166 | 167 | -------------------------------------------------------------------------------- /binaries/flare-on/2014/C2/img/flare-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenToAllCTF/REsources/f0b32dbd68ae7d61569839ec0f2d4b8df17fba2e/binaries/flare-on/2014/C2/img/flare-on.png -------------------------------------------------------------------------------- /binaries/flare-on/2014/C3/such_evil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenToAllCTF/REsources/f0b32dbd68ae7d61569839ec0f2d4b8df17fba2e/binaries/flare-on/2014/C3/such_evil -------------------------------------------------------------------------------- /binaries/flare-on/2014/C4/APT9001.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenToAllCTF/REsources/f0b32dbd68ae7d61569839ec0f2d4b8df17fba2e/binaries/flare-on/2014/C4/APT9001.pdf -------------------------------------------------------------------------------- /binaries/flare-on/2014/C5/5get_it: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenToAllCTF/REsources/f0b32dbd68ae7d61569839ec0f2d4b8df17fba2e/binaries/flare-on/2014/C5/5get_it -------------------------------------------------------------------------------- /binaries/flare-on/2014/C6/e7bc5d2c0cf4480348f5504196561297: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenToAllCTF/REsources/f0b32dbd68ae7d61569839ec0f2d4b8df17fba2e/binaries/flare-on/2014/C6/e7bc5d2c0cf4480348f5504196561297 -------------------------------------------------------------------------------- /binaries/flare-on/2014/C7/d69650fa6d4825ec2ddeecdc6a92228d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenToAllCTF/REsources/f0b32dbd68ae7d61569839ec0f2d4b8df17fba2e/binaries/flare-on/2014/C7/d69650fa6d4825ec2ddeecdc6a92228d -------------------------------------------------------------------------------- /binaries/flare-on/2014/README.md: -------------------------------------------------------------------------------- 1 | 2 | [Solutions - Part 1](https://www.fireeye.com/blog/threat-research/2014/11/the_flare_on_challen.html) 3 | 4 | [Solutions - Part 2](https://www.fireeye.com/blog/threat-research/2014/11/flare_on_challengep.html) 5 | 6 | 7 | password to zip file is malware 8 | -------------------------------------------------------------------------------- /binaries/flare-on/2014/flareon2014-pw-is-malware.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenToAllCTF/REsources/f0b32dbd68ae7d61569839ec0f2d4b8df17fba2e/binaries/flare-on/2014/flareon2014-pw-is-malware.zip -------------------------------------------------------------------------------- /binaries/flare-on/2015/1/Flare-On_start_2015.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenToAllCTF/REsources/f0b32dbd68ae7d61569839ec0f2d4b8df17fba2e/binaries/flare-on/2015/1/Flare-On_start_2015.exe -------------------------------------------------------------------------------- /binaries/flare-on/2015/10/DC682778F53E853B3188AC63EB376D8B.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenToAllCTF/REsources/f0b32dbd68ae7d61569839ec0f2d4b8df17fba2e/binaries/flare-on/2015/10/DC682778F53E853B3188AC63EB376D8B.zip -------------------------------------------------------------------------------- /binaries/flare-on/2015/11/42634F3F5FAF28306EB07675274AA6B6.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenToAllCTF/REsources/f0b32dbd68ae7d61569839ec0f2d4b8df17fba2e/binaries/flare-on/2015/11/42634F3F5FAF28306EB07675274AA6B6.zip -------------------------------------------------------------------------------- /binaries/flare-on/2015/2/599EA8F84AD975CFB07E0E5732C9BA14.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenToAllCTF/REsources/f0b32dbd68ae7d61569839ec0f2d4b8df17fba2e/binaries/flare-on/2015/2/599EA8F84AD975CFB07E0E5732C9BA14.zip -------------------------------------------------------------------------------- /binaries/flare-on/2015/2015_FLAREOn_Challenges-pw-is-flare.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenToAllCTF/REsources/f0b32dbd68ae7d61569839ec0f2d4b8df17fba2e/binaries/flare-on/2015/2015_FLAREOn_Challenges-pw-is-flare.zip -------------------------------------------------------------------------------- /binaries/flare-on/2015/2015solution1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenToAllCTF/REsources/f0b32dbd68ae7d61569839ec0f2d4b8df17fba2e/binaries/flare-on/2015/2015solution1.pdf -------------------------------------------------------------------------------- /binaries/flare-on/2015/2015solution10.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenToAllCTF/REsources/f0b32dbd68ae7d61569839ec0f2d4b8df17fba2e/binaries/flare-on/2015/2015solution10.pdf -------------------------------------------------------------------------------- /binaries/flare-on/2015/2015solution11.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenToAllCTF/REsources/f0b32dbd68ae7d61569839ec0f2d4b8df17fba2e/binaries/flare-on/2015/2015solution11.pdf -------------------------------------------------------------------------------- /binaries/flare-on/2015/2015solution2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenToAllCTF/REsources/f0b32dbd68ae7d61569839ec0f2d4b8df17fba2e/binaries/flare-on/2015/2015solution2.pdf -------------------------------------------------------------------------------- /binaries/flare-on/2015/2015solution3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenToAllCTF/REsources/f0b32dbd68ae7d61569839ec0f2d4b8df17fba2e/binaries/flare-on/2015/2015solution3.pdf -------------------------------------------------------------------------------- /binaries/flare-on/2015/2015solution4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenToAllCTF/REsources/f0b32dbd68ae7d61569839ec0f2d4b8df17fba2e/binaries/flare-on/2015/2015solution4.pdf -------------------------------------------------------------------------------- /binaries/flare-on/2015/2015solution5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenToAllCTF/REsources/f0b32dbd68ae7d61569839ec0f2d4b8df17fba2e/binaries/flare-on/2015/2015solution5.pdf -------------------------------------------------------------------------------- /binaries/flare-on/2015/2015solution6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenToAllCTF/REsources/f0b32dbd68ae7d61569839ec0f2d4b8df17fba2e/binaries/flare-on/2015/2015solution6.pdf -------------------------------------------------------------------------------- /binaries/flare-on/2015/2015solution7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenToAllCTF/REsources/f0b32dbd68ae7d61569839ec0f2d4b8df17fba2e/binaries/flare-on/2015/2015solution7.pdf -------------------------------------------------------------------------------- /binaries/flare-on/2015/2015solution8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenToAllCTF/REsources/f0b32dbd68ae7d61569839ec0f2d4b8df17fba2e/binaries/flare-on/2015/2015solution8.pdf -------------------------------------------------------------------------------- /binaries/flare-on/2015/2015solution9.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenToAllCTF/REsources/f0b32dbd68ae7d61569839ec0f2d4b8df17fba2e/binaries/flare-on/2015/2015solution9.pdf -------------------------------------------------------------------------------- /binaries/flare-on/2015/3/3BD127AEDB12472EB288DAAFDEE76953.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenToAllCTF/REsources/f0b32dbd68ae7d61569839ec0f2d4b8df17fba2e/binaries/flare-on/2015/3/3BD127AEDB12472EB288DAAFDEE76953.zip -------------------------------------------------------------------------------- /binaries/flare-on/2015/4/CB931CA00859C5D1356CB2733B11EBF2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenToAllCTF/REsources/f0b32dbd68ae7d61569839ec0f2d4b8df17fba2e/binaries/flare-on/2015/4/CB931CA00859C5D1356CB2733B11EBF2.zip -------------------------------------------------------------------------------- /binaries/flare-on/2015/5/062FB655852EAF0CD96325631FD90920.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenToAllCTF/REsources/f0b32dbd68ae7d61569839ec0f2d4b8df17fba2e/binaries/flare-on/2015/5/062FB655852EAF0CD96325631FD90920.zip -------------------------------------------------------------------------------- /binaries/flare-on/2015/6/63C64502837A89CA0147095726DF8262.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenToAllCTF/REsources/f0b32dbd68ae7d61569839ec0f2d4b8df17fba2e/binaries/flare-on/2015/6/63C64502837A89CA0147095726DF8262.zip -------------------------------------------------------------------------------- /binaries/flare-on/2015/7/0CC92381BDCA47754B144A4FC2E41623.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenToAllCTF/REsources/f0b32dbd68ae7d61569839ec0f2d4b8df17fba2e/binaries/flare-on/2015/7/0CC92381BDCA47754B144A4FC2E41623.zip -------------------------------------------------------------------------------- /binaries/flare-on/2015/8/FE9D3BA1789DC6371105042D80291205.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenToAllCTF/REsources/f0b32dbd68ae7d61569839ec0f2d4b8df17fba2e/binaries/flare-on/2015/8/FE9D3BA1789DC6371105042D80291205.zip -------------------------------------------------------------------------------- /binaries/flare-on/2015/9/4568CB1948CCD11DDB9B90359F7DC79A.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenToAllCTF/REsources/f0b32dbd68ae7d61569839ec0f2d4b8df17fba2e/binaries/flare-on/2015/9/4568CB1948CCD11DDB9B90359F7DC79A.zip -------------------------------------------------------------------------------- /binaries/flare-on/2015/README.md: -------------------------------------------------------------------------------- 1 | 2 | [Solutions](https://www.fireeye.com/blog/threat-research/2015/09/flare-on_challenges.html) 3 | 4 | password to zip files is flare 5 | -------------------------------------------------------------------------------- /binaries/flare-on/2016/1/challenge1.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenToAllCTF/REsources/f0b32dbd68ae7d61569839ec0f2d4b8df17fba2e/binaries/flare-on/2016/1/challenge1.exe -------------------------------------------------------------------------------- /binaries/flare-on/2016/10/flava.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenToAllCTF/REsources/f0b32dbd68ae7d61569839ec0f2d4b8df17fba2e/binaries/flare-on/2016/10/flava.pcap -------------------------------------------------------------------------------- /binaries/flare-on/2016/2/BusinessPapers.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenToAllCTF/REsources/f0b32dbd68ae7d61569839ec0f2d4b8df17fba2e/binaries/flare-on/2016/2/BusinessPapers.doc -------------------------------------------------------------------------------- /binaries/flare-on/2016/2/DudeLocker.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenToAllCTF/REsources/f0b32dbd68ae7d61569839ec0f2d4b8df17fba2e/binaries/flare-on/2016/2/DudeLocker.exe -------------------------------------------------------------------------------- /binaries/flare-on/2016/3/unknown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenToAllCTF/REsources/f0b32dbd68ae7d61569839ec0f2d4b8df17fba2e/binaries/flare-on/2016/3/unknown -------------------------------------------------------------------------------- /binaries/flare-on/2016/4/flareon2016challenge.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenToAllCTF/REsources/f0b32dbd68ae7d61569839ec0f2d4b8df17fba2e/binaries/flare-on/2016/4/flareon2016challenge.dll -------------------------------------------------------------------------------- /binaries/flare-on/2016/5/DIE.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenToAllCTF/REsources/f0b32dbd68ae7d61569839ec0f2d4b8df17fba2e/binaries/flare-on/2016/5/DIE.log -------------------------------------------------------------------------------- /binaries/flare-on/2016/5/disasm.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python 2 | 3 | import struct 4 | 5 | ''' 6 | import idaapi 7 | import os, sys 8 | 9 | with open('newestthing.bytes', 'wb') as ok: 10 | ok.write(GetManyBytes(0x40A140, 386, True)) 11 | ''' 12 | 13 | # now to deal with the bytes... 14 | 15 | code = [] 16 | 17 | with open('vmOPcodes.bytes', 'r') as readable: 18 | while 1: 19 | byte = readable.read(2) 20 | if not byte: 21 | break 22 | byter = struct.unpack("