NOOB2ROOT

Salvage

Tools

What I've built, and the arsenal I actually reach for — organised by where in an engagement it earns its place, with a note on each about when it's the right call and when it isn't.

Built by me

The arsenal

Third-party tools, grouped by job. Not a ranking — the note is the point. Star counts are a snapshot, not the reason anything is on the list.

Recon 5

  • Nuclei projectdiscovery ★ 30.5k

    Template-driven vulnerability scanning built to run at scale

    Scales better than anything else in this space, but it only ever finds what someone already wrote a template for. A starting point, not a finish line.

  • Subfinder projectdiscovery ★ 14.2k

    Passive subdomain enumeration with sane defaults

    Wire your own API keys in. The free sources alone miss a lot, and you will not know what you missed.

  • httpx projectdiscovery ★ 10.3k

    Fast HTTP probing and filtering

    The glue between enumeration and everything downstream. Probe, filter on status and title, pipe onward.

  • Amass owasp-amass ★ 15k

    In-depth attack surface mapping

    The most thorough subdomain enumeration available and by far the slowest. Reach for it when coverage matters more than the clock.

  • ffuf ffuf ★ 16.5k

    Fast web fuzzer for content and parameter discovery

    Rarely the bottleneck — your wordlist is.

Web 2

  • sqlmap sqlmapproject ★ 38.2k

    Automated SQL injection detection and exploitation

    Still unmatched once you have confirmed an injection point. Do not aim it blind; high --risk and --level generate a lot of noise for very little return.

  • Commix commixproject ★ 5.8k

    Automated command injection exploitation

    What sqlmap is to SQLi. Narrower use case, but it saves real time when the bug class fits.

API 2

  • Kiterunner assetnote ★ 3.2k

    API route discovery using real request shapes

    Finds API routes that directory brute forcing walks straight past, because it replays real request shapes instead of guessing paths.

  • GraphQLmap swisskyrepo ★ 1.7k

    Interactive GraphQL endpoint testing

    Useful the moment introspection is open. If introspection is disabled it has much less to offer, and that is increasingly common.

Active Directory 6

  • Impacket fortra ★ 16k

    Python classes for working with network protocols

    The library nearly everything else is built on. Learn the example scripts and half of AD testing becomes scriptable.

  • BloodHound SpecterOps ★ 3.3k

    Attack path mapping for Active Directory

    Turns "is this reachable" into a graph query. Collection is the risky half — plan how you run it before you run it.

  • NetExec Pennyw0rth ★ 5.8k

    Network service enumeration and exploitation at scale

    The maintained continuation of CrackMapExec. First thing to reach for once you have a foothold and a credential.

  • Rubeus GhostPack ★ 5.1k

    Raw Kerberos interaction and abuse

    Kerberos abuse in a single binary. Loud by default — know what your target's detection looks like before you run it.

  • Certipy ly4k ★ 3.6k

    AD Certificate Services enumeration and abuse

    ADCS misconfiguration is still one of the most reliable routes to domain admin, and this is what finds it.

  • Responder lgandx ★ 6.5k

    LLMNR, NBT-NS and MDNS poisoner

    Effective and completely indiscriminate. Scope it carefully — this is the tool most likely to cause an incident on someone else's network.

Network 2

  • Nmap nmap ★ 13.3k

    Network discovery and security auditing

    Still the reference. NSE is the part most people never touch and it is where the depth is.

  • Masscan robertdavidgraham ★ 25.9k

    Internet-scale port scanner

    For when the range is too large for Nmap. Confirm anything it reports with a real scan — speed costs accuracy.

Cloud 3

  • Scout Suite nccgroup ★ 7.8k

    Multi-cloud security posture auditing

    Good for breadth across AWS, Azure and GCP in one pass. Thin on what to actually do with a finding.

  • Prowler prowler-cloud ★ 14.6k

    Cloud security assessment mapped to compliance frameworks

    Deeper on AWS than Scout Suite and mapped to frameworks, which matters when the report has to speak to auditors as well as engineers.

  • Pacu RhinoSecurityLabs ★ 5.3k

    AWS exploitation framework

    The exploitation half of AWS testing, picking up where the posture scanners stop at findings.

Mobile 3

  • MobSF MobSF ★ 21.6k

    Automated static and dynamic mobile app analysis

    Fastest way to triage an APK or IPA. Treat everything it reports as a lead, not a finding.

  • Frida frida ★ 21.6k

    Dynamic instrumentation toolkit

    The layer most mobile work stands on — pinning bypasses, runtime hooks, method tracing.

  • jadx skylot ★ 50k

    Dex to Java decompiler

    Best Android decompiler available. Read the source before you touch the runtime; it usually answers the question faster.

Passwords & wordlists 3

  • SecLists danielmiessler ★ 72.8k

    Collection of wordlists for security testing

    Not a tool, a dependency. Most of this page is only as good as what you feed it.

  • hashcat hashcat ★ 26.5k

    GPU-accelerated password recovery

    The standard. Rule files matter far more than raw hash rate.

  • John the Ripper openwall ★ 13.5k

    Password cracker with very broad format support

    Better coverage of odd hash formats than hashcat, slower on GPU. Keep both installed.

Post-exploitation 2

  • PEASS-ng peass-ng ★ 20.3k

    winPEAS and linPEAS privilege escalation enumeration

    Deliberately verbose. The colour coding is the only reason the output is usable — learn what the highlights mean.

  • GTFOBins GTFOBins ★ 13.5k

    Unix binaries that can bypass local security restrictions

    Not a tool, a lookup. First place to check when you have a binary and a sudo rule.

Command & control 2

  • Sliver BishopFox ★ 11.7k

    Cross-platform adversary emulation framework

    The realistic open-source answer to Cobalt Strike, and actively maintained.

  • Havoc HavocFramework ★ 8.5k

    Modern C2 framework with a strong operator UI

    Capable, and the demon agent is well built — but the repository is archived, so treat it as unmaintained before you build a workflow on it.

Exploit development 2

  • pwndbg pwndbg ★ 10.8k

    GDB plugin for exploit development

    Makes gdb genuinely usable for exploitation work. Heap inspection alone justifies installing it.

  • radare2 radareorg ★ 24.6k

    Reverse engineering framework

    Steep curve and no licence cost. If you are not committed to learning the keybindings, Ghidra is the gentler road to the same place.

Defence 2

  • Sigma SigmaHQ ★ 10.9k

    Generic signature format for SIEM detection rules

    Reading detection rules is the cheapest way to learn what your own activity is expected to trip.

  • Velociraptor Velocidex ★ 4.2k

    Endpoint visibility, hunting and digital forensics

    Worth knowing from the offensive side, because it is often what is looking for you.