Tools
– A page to capture useful tools:
General Tools:
https://gchq.github.io/CyberChef/
Vulnerability Analysis:
https://www.first.org/cvss/calculator/3.0 – Common Vulnerability Scoring System Version 3.0 Calculator
SSL Tools:
A few useful tools for checking SSL
https://testssl.sh/ – A bash script for testing SSL
https://mozilla.github.io/server-side-tls/ssl-config-generator/ – Tool for generating SSL configuration files for common HTTP servers
Steganography Tools:
https://github.com/zed-0xff/zsteg – Tool to detect stegano-hidden data in PNG & BMP
http://www.libpng.org/pub/png/apps/pngcheck.html – PNG Checker
Crypto Currency Tools:
https://github.com/glv2/bruteforce-wallet – Tool to find the password of an encrypted Peercoin (or Bitcoin, Litecoin, etc…) wallet file (i.e. wallet.dat).
https://iancoleman.io/bip39/
Runtime Tools:
https://github.com/DynamoRIO/dynamorio
Tools to review:
* pwndbg (https://github.com/pwndbg/pwndbg)
* peda (https://github.com/longld/peda.git)
* gdbinit (https://github.com/gdbinit/Gdbinit)
* pwntools (https://github.com/Gallopsled/pwntools)
* radare2 (http://www.radare.org/)
* checksec.sh (http://www.trapkit.de/tools/checksec.html) in /usr/local/bin/ checksec.sh
https://github.com/swisskyrepo/PayloadsAllTheThings