Les deux révisions précédentes
Révision précédente
Prochaine révision
|
Révision précédente
Dernière révision
Les deux révisions suivantes
|
ctf:public:tools [2016/10/15 22:20] arthaum |
ctf:public:tools [2016/10/16 22:27] arthaum |
* [[https://github.com/arthaud/formatstring|python-formatstring]], a library to exploit format string vulnerabilities in python | * [[https://github.com/arthaud/formatstring|python-formatstring]], a library to exploit format string vulnerabilities in python |
* [[http://www.nasm.us/|nasm]], an assembler for x86 and amd64. | * [[http://www.nasm.us/|nasm]], an assembler for x86 and amd64. |
| * [[https://github.com/sashs/Ropper|ropper]], a tool to find gadgets to write ROP chains |
| |
===== Cryptography ===== | ===== Cryptography ===== |
===== Web ===== | ===== Web ===== |
| |
* [[http://jsbeautifier.org/|jsbeautifier]], to help you deobfuscate javascript | ==== Client Side ==== |
* [[https://www.free-decompiler.com/flash/|jpexs flash decompiler]], a flash decompiler | |
* [[http://docs.python-requests.org/en/master/|python requests]], a library to craft http requests in python | * [[http://jsbeautifier.org/|jsbeautifier]], a tool to beautify/deobfuscate javascript. |
| * [[https://www.free-decompiler.com/flash/|jpexs flash decompiler]], a flash decompiler. |
| * [[http://utf-8.jp/public/jjencode.html|jjencode]], to encode/decode javascript using symbols only. |
| |
| ==== Server side ==== |
| |
| * [[http://docs.python-requests.org/en/master/|python requests]], a library to craft http requests in python. |
* [[https://www.owasp.org/index.php/Category:OWASP_DirBuster_Project|DirBuster]], a multi threaded java application designed to brute force directories and files names. | * [[https://www.owasp.org/index.php/Category:OWASP_DirBuster_Project|DirBuster]], a multi threaded java application designed to brute force directories and files names. |
* [[https://addons.mozilla.org/en-US/firefox/addon/tamper-data/|tamper data]], a firefox plugin to modify HTTP requests directly in your browser. | * [[https://addons.mozilla.org/en-US/firefox/addon/tamper-data/|tamper data]], a firefox plugin to modify HTTP requests directly in your browser. |
* [[http://wapiti.sourceforge.net/|wapiti]], a vulnerability scanner in python. | * [[http://wapiti.sourceforge.net/|wapiti]], a vulnerability scanner in python. |
| |
| ===== Miscellaneous ===== |
| |
| * [[http://www.openwall.com/john/|john the ripper]], a password cracker. |
| * [[https://hashcat.net/hashcat/|hashcat]], another password cracker. |