Enumeration

Open-source projects categorized as Enumeration

Top 23 Enumeration Open-Source Projects

  • PayloadsAllTheThings

    A list of useful payloads and bypass for Web Application Security and Pentest/CTF

  • Project mention: php shell not executed in wordpress | /r/hacking | 2023-12-08

    Also https://github.com/swisskyrepo/PayloadsAllTheThings I'm sure there's a few test php files in here for filter bypasses too

  • PEASS-ng

    PEASS - Privilege Escalation Awesome Scripts SUITE (with colors)

  • Project mention: Great enumeration scripts? | /r/oscp | 2023-06-02

    Once on a system, something like Linpeas or Winpeas would be useful: https://github.com/carlospolop/PEASS-ng

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • dirsearch

    Web path scanner

  • Project mention: Looking for some help with this Python package | /r/learnpython | 2023-08-19

    I am new to Python. With the help of several users (thanks u/Diapolo10 and u/shiftybyte)I've been able to install Python and the dirsearch package. Dirsearch (https://github.com/maurosoria/dirsearch) allows for checking website paths with a wordlist. For example, I have a wordlist file with words like "dog", "cat", "bird", etc and I want to check the validity of those words as extensions on a website. Something like "example.com/bird", "example.com/cat", etc. I have a test wordlist in the same directory as dirsearch, but I am confused on how to proceed with the commands. I want to have it check my wordlist as extensions on the example.com website and then save output on if the webpath is valid or not. Just need a little bit of help.

  • amass

    In-depth attack surface mapping and asset discovery

  • Project mention: amass VS dmut - a user suggested alternative | libhunt.com/r/amass | 2023-11-29
  • feroxbuster

    A fast, simple, recursive content discovery tool written in Rust.

  • Project mention: gobuster or dirbuster or dirb | /r/hacking | 2023-06-07

    Ferox https://github.com/epi052/feroxbuster

  • RedTeam-Tools

    Tools and Techniques for Red Team / Penetration Testing

  • Active-Directory-Exploitation-Cheat-Sheet

    A cheat sheet that contains common enumeration and attack methods for Windows Active Directory.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • pspy

    Monitor linux processes without root permissions

  • Project mention: Ask HN: What's the big deal with Go (Golang)? | news.ycombinator.com | 2023-10-12

    * https://github.com/DominicBreuker/pspy

    When you deploy them they just work. Compare that to compiled C++ code you often face issues with the deployment in my experience. And production machines usually do not ship compilers.

  • discover

    Custom bash scripts used to automate various penetration testing tasks including recon, scanning, enumeration, and malicious payload creation using Metasploit. For use with Kali Linux.

  • Project mention: Do you know a Kali tool to find an username with just the name of the person ? | /r/Kalilinux | 2023-07-03

    https://github.com/leebaird/discover try this

  • Raccoon

    A high performance offensive security tool for reconnaissance and vulnerability scanning

  • pwncat

    Fancy reverse and bind shell handler

  • Project mention: Take the first steps to harden your Kubernetes cluster | dev.to | 2023-09-09

    We're using pwncat-cs to listen for incoming connections and elevate to a shell. Log into the EC2 VM and run:

  • ksubdomain

    无状态子域名爆破工具

  • Reconnoitre

    A security tool for multithreaded information gathering and service enumeration whilst building directory structures to store results, along with writing out recommendations for further testing.

  • laravel-enum

    Simple, extensible and powerful enumeration implementation for Laravel.

  • Project mention: How to Use Laravel Rules | dev.to | 2023-07-27

    Suppose we have a Permission enum in our Laravel project, and when an admin assigns a permission to a user, we need to verify if the permission is valid. To accomplish this, we'll create the Permission enum using BenSampo/laravel-enum package:

  • Sudomy

    Sudomy is a subdomain enumeration tool to collect subdomains and analyzing domains performing automated reconnaissance (recon) for bug hunting / pentesting

  • A-Red-Teamer-diaries

    RedTeam/Pentest notes and experiments tested on several infrastructures related to professional engagements.

  • rapidscan

    :new: The Multi-Tool Web Vulnerability Scanner.

  • Interlace

    Easily turn single threaded command line applications into a fast, multi-threaded application with CIDR and glob support.

  • CrossLinked

    LinkedIn enumeration tool to extract valid employee names from an organization through search engine scraping

  • deepce

    Docker Enumeration, Escalation of Privileges and Container Escapes (DEEPCE)

  • Project mention: How to Escape a Container | news.ycombinator.com | 2023-12-20

    Useful: https://github.com/stealthcopter/deepce

  • enum4linux-ng

    A next generation version of enum4linux (a Windows/Samba enumeration tool) with additional features like JSON/YAML export. Aimed for security professionals and CTF players.

  • CEH-in-bullet-points

    💻 Certified ethical hacker summary in bullet points

  • Project mention: AYUDA / PREGUNTA / Estudiando CEH | /r/CEH | 2023-05-23
  • NetFabric.Hyperlinq

    High performance LINQ implementation with minimal heap allocations. Supports enumerables, async enumerables, arrays and Span<T>.

  • Project mention: Classes vs. Structs in .NET. How not to teach about performance | news.ycombinator.com | 2023-11-04

    > AVX instructions, which is implemented for quite a few LINQ methods

    Are you sure? Any examples of such methods? And does AVX actually helps?

    I don’t think that’s possible because IMO AVX and other SIMD can only help for dense inputs. The C# type is ReadOnlySpan, however ReadOnlySpan doesn’t implement IEnumerable and therefore incompatible with LINQ.

    There’s even an alternative LINQ to workaround https://github.com/NetFabric/NetFabric.Hyperlinq but that thing is a third-party library most people aren’t using.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Enumeration related posts

Index

What are some of the best open-source Enumeration projects? This list will help you:

Project Stars
1 PayloadsAllTheThings 56,681
2 PEASS-ng 14,831
3 dirsearch 11,213
4 amass 11,158
5 feroxbuster 5,250
6 RedTeam-Tools 5,144
7 Active-Directory-Exploitation-Cheat-Sheet 4,996
8 pspy 4,510
9 discover 3,309
10 Raccoon 2,993
11 pwncat 2,349
12 ksubdomain 2,086
13 Reconnoitre 2,065
14 laravel-enum 1,965
15 Sudomy 1,847
16 A-Red-Teamer-diaries 1,670
17 rapidscan 1,649
18 Interlace 1,168
19 CrossLinked 1,140
20 deepce 1,096
21 enum4linux-ng 1,020
22 CEH-in-bullet-points 878
23 NetFabric.Hyperlinq 858

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com