Misc
Tools used for solving Misc challenges.
This is a curated list of misc tools :
Bruteforcers
- changeme — A default credential scanner.
- Hashcat — Advanced Password Recovery.
- Hydra — Parallelized login cracker which supports numerous protocols to attack.
- John the Ripper — Open Source password security auditing and password recovery.
- jwt_tool — A toolkit for testing, tweaking and cracking JSON Web Tokens.
- Ophcrack — Free Windows password cracker based on rainbow tables.
- Patator — Multi-purpose brute-forcer, with a modular design and a flexible usage.
- Turbo Intruder — Burp Suite extension for sending large numbers of HTTP requests and analyzing the results.
Exploiting / Pwn
- afl — Security-oriented fuzzer.
- honggfuzz — Security oriented software fuzzer. Supports evolutionary, feedback-driven fuzzing based on code coverage.
- libformatstr — Simplify format string exploitation.
- One_gadget — Tool for finding one gadget RCE.
- Pwntools — CTF framework for writing exploits.
- ROPgadget — Framework for ROP exploitation.
- Ropper — Display information about files in different file formats and find gadgets to build rop chains for different architectures.
- Shellcodes Database — A massive shellcodes database.
Networking Tools
- Masscan — Mass IP port scanner, TCP port scanner.
- Monit — A linux tool to check a host on the network (and other non-network activities).
- Nipe — Nipe is a script to make Tor Network your default gateway.
- Nmap — An open source utility for network discovery and security auditing.
- Zeek — An open-source network security monitor.
- Zmap — An open-source network scanner.
- Tcpdump — Tcpdump is a packet analyzer that is launched from the command line.
- Netcat — is a utility tool that uses TCP and UDP connections to read and write in a network.
- Telnet — is a client/server application protocol that provides access to virtual terminals of remote systems on local area networks or the Internet.
- OpenSSL — OpenSSL is an open-source command line tool that is commonly used to generate private keys, create CSRs, install your SSL/TLS certificate, and identify certificate information.
- OpenVPN — Open source OpenVPN uses VPN technologies to secure and encrypt data sent over the internet.
- Wireshark — is a network protocol analyzer, or an application that captures packets from a network connection, such as from your computer to your home office or the internet.
Esoteric Languages
- Brainfuck — Brainfuck esoteric programming language IDE.
- COW — It is a Brainfuck variant designed humorously with Bovinae in mind.
- Malbolge — Malbolge esoteric programming language solver.
- Ook! — Tool for decoding / encoding in Ook!
- Piet — Piet programming language compiler.
- Rockstar — A language intended to look like song lyrics.
- Try It Online — An online tool that has a ton of Esoteric language interpreters.
Sandboxes
- Any.run — Interactive malware hunting service.
- Intezer Analyze — Malware analysis platform.
- Triage — State-of-the-art malware analysis sandbox designed for cross-platform support.
Others
