new links and small fixes

This commit is contained in:
Arnim Rupp 2020-12-09 22:42:20 +01:00
parent eb504b242b
commit 1313233ba2
2 changed files with 5 additions and 2 deletions

BIN
.README.md.swp Normal file

Binary file not shown.

View file

@ -46,6 +46,8 @@ It takes time to build up collection of tools used in CTF and remember them all.
*Tools used for creating CTF challenges* *Tools used for creating CTF challenges*
- [Crypto Puzzles](http://rupp.de/crypto_puzzles/crypto_puzzles_web.py) - Online tool for creating beginners ©️ Ȑ ¥ ₱ ァ 🍩 ℃ ♓ 🅰️ ட ᇉ 🆖 ⑀. Mostly CyberChef proof so players have to think for themselves. (Source on https://github.com/2d4d/crypto_puzzles)
- [Euli Treasure Hunt](https://github.com/2d4d/euli_treasure_hunt) - Tool for creating a series challenges for a group of beginners in .docx
- [Kali Linux CTF Blueprints](https://www.packtpub.com/eu/networking-and-servers/kali-linux-ctf-blueprints) - Online book on building, testing, and customizing your own Capture the Flag challenges. - [Kali Linux CTF Blueprints](https://www.packtpub.com/eu/networking-and-servers/kali-linux-ctf-blueprints) - Online book on building, testing, and customizing your own Capture the Flag challenges.
@ -89,6 +91,7 @@ Check solve section for steganography.
*JavaScript Obfustcators* *JavaScript Obfustcators*
- [jsfuck](http://www.jsfuck.com/) - It uses only six different characters to write and execute code: []()!+ It does not depend on a browser, so you can even run it on Node.js.
- [Metasploit JavaScript Obfuscator](https://github.com/rapid7/metasploit-framework/wiki/How-to-obfuscate-JavaScript-in-Metasploit) - [Metasploit JavaScript Obfuscator](https://github.com/rapid7/metasploit-framework/wiki/How-to-obfuscate-JavaScript-in-Metasploit)
- [Uglify](https://github.com/mishoo/UglifyJS) - [Uglify](https://github.com/mishoo/UglifyJS)
@ -141,7 +144,7 @@ Check solve section for steganography.
- [Cheatsheet](https://www.comparitech.com/net-admin/metasploit-cheat-sheet/) - [Cheatsheet](https://www.comparitech.com/net-admin/metasploit-cheat-sheet/)
- [one_gadget](https://github.com/david942j/one_gadget) - A tool to find the one gadget `execve('/bin/sh', NULL, NULL)` call. - [one_gadget](https://github.com/david942j/one_gadget) - A tool to find the one gadget `execve('/bin/sh', NULL, NULL)` call.
- `gem install one_gadget` - `gem install one_gadget`
- [Pwntools](https://github.com/Gallopsled/pwntools) - CTF Framework for writing exploits. - [Pwntools](https://github.com/Gallopsled/pwntools) - CTF Framework for writing exploits in python.
- [Qira](https://github.com/BinaryAnalysisPlatform/qira) - QEMU Interactive Runtime Analyser. - [Qira](https://github.com/BinaryAnalysisPlatform/qira) - QEMU Interactive Runtime Analyser.
- [ROP Gadget](https://github.com/JonathanSalwan/ROPgadget) - Framework for ROP exploitation. - [ROP Gadget](https://github.com/JonathanSalwan/ROPgadget) - Framework for ROP exploitation.
- [V0lt](https://github.com/P1kachu/v0lt) - Security CTF Toolkit. - [V0lt](https://github.com/P1kachu/v0lt) - Security CTF Toolkit.