Showing 100 open source projects for "enumeration"

View related business solutions
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • Host LLMs in Production With On-Demand GPUs Icon
    Host LLMs in Production With On-Demand GPUs

    NVIDIA L4 GPUs. 5-second cold starts. Scale to zero when idle.

    Deploy your model, get an endpoint, pay only for compute time. No GPU provisioning or infrastructure management required.
    Try Free
  • 1
    Hack-Tools

    Hack-Tools

    Hack tools

    hack-tools is a collection of various hacking tools and utilities. It serves as a comprehensive toolkit for penetration testers and cybersecurity enthusiasts, encompassing a wide range of functionalities.​
    Downloads: 16 This Week
    Last Update:
    See Project
  • 2
    TIDoS

    TIDoS

    Python web penetration testing framework with modular security tools

    TIDoS-Framework is an open source web application penetration testing framework designed to assist security researchers and ethical hackers in identifying vulnerabilities in web systems. It provides a comprehensive environment for performing multiple phases of security assessment, including reconnaissance, scanning, enumeration, vulnerability analysis, and exploitation. Its modular architecture contains more than one hundred modules organized into several testing phases, allowing users to automate or manually run different security checks against a target application. The framework includes both graphical and command-line interfaces, enabling flexible interaction depending on the user’s workflow and preferred interface. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    assetfinder

    assetfinder

    Find domains and subdomains related to a given domain

    ...It supports optional filtering to return only subdomains, allowing users to focus on specific reconnaissance needs. assetfinder is lightweight and easy to use, typically requiring only a single command to produce results, making it ideal for quick enumeration tasks. Its modular design allows contributors to add new data sources, improving coverage over time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Tiny

    Tiny

    Tiny Face Detector, CVPR 2017

    This repository implements the Tiny Face Detector (from Hu & Ramanan, CVPR 2017) in MATLAB (using MatConvNet). The method is designed to detect tiny faces (i.e. very small-scale faces) by combining multi-scale context modeling, foveal descriptors, and scale enumeration strategies. It provides training/testing scripts, a demo (tiny_face_detector.m), model loading, evaluation on WIDER FACE, and supporting utilities (e.g. cnn_widerface_eval.m). The code depends on MatConvNet, which must be compiled (with GPU / CUDA / cuDNN support) for full performance. Pretrained model provided (ResNet101-based, plus alternatives). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Error to trace to log to deploy. One click. No SSH. Icon
    Error to trace to log to deploy. One click. No SSH.

    Catch the cause before the pager goes off.

    AppSignal links every error to the trace, the trace to the log, the log to the deploy that shipped it.
    Free 30 days.
  • 5
    AttackSurfaceMapper

    AttackSurfaceMapper

    Automated tool for mapping & expanding organization’s attack surface

    ...Users can supply domains, subdomains, or IP addresses as input, and applies multiple discovery methods to identify additional related assets such as new subdomains, associated IP ranges, and hosts within the same network ownership. It performs both brute-force and passive enumeration techniques to uncover infrastructure components that may not be immediately visible. After building an expanded list of targets, AttackSurfaceMapper collects intelligence such as screenshots of web applications, information about exposed services, and possible vulnerabilities identified through integrated services. It can also search for publicly exposed credentials.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    z-resourceids

    Enumeration of Applications and Components

    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    platformids

    platformids

    OS and Distribution Release Enumeration

    The ‘platformids‘ package provides the categorization and enumeration of OS platforms and distributions. This enables the development of portable generic code for arbitrary platforms in IT and IoT landscapes consisting of heterogeneous physical and virtual runtime environments. The introduced hierarchical bitmask vectors enable for fast and efficient platform specific code and data selection for OS and distributions with routines for specific platform releases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    yz-next-EnumerateIT

    yz-next-EnumerateIT

    Enumeration suite for IT Application Platform Stacks and Releases

    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    pythonids

    pythonids

    Enumeration of Python implementations and releases

    The ‘pythonids‘ package provides the enumeration of Python syntaxes and the categorization of Python implementations. This enables the development of fast and easy portable generic code for arbitrary platforms in IT and IoT landscapes consisting of heterogeneous physical and virtual runtime environments. The current supported syntaxes are Python2.7+ and Python3 for the Python implementations: CPython IPython (based on CPython) IronPython Jython PyPy
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10
    AQUATONE

    AQUATONE

    A tool for domain flyovers

    ...This means that you can pretty much give it output of any tool you use for host discovery. Aquatone is now completely focused on screenshotting and reporting. I know a lot of people used Aquatone for its DNS enumeration capabilities and it was definitely very good at that when it was released. Now other tools are doing a much better job of this, so I decided to leave it out of the new Aquatone, and instead make it easy to use it with your tool of choice.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    MyNotes

    MyNotes

    Sticky notes/post-it application for linux

    MyNotes is a sticky notes/post-it application. Notes are created using the system tray icon. They can be organized in categories and each category has a color. Images, checkboxes and a few predefined symbols can be inserted in the notes. The style of the text can be changed (alignment, style, color).
    Downloads: 4 This Week
    Last Update:
    See Project
  • 12
    pyfilesysobjects

    pyfilesysobjects

    Search and match of file type resource paths and addresses

    ... - filesysobjects - constants - filesysobjects.apppaths - application resource path processing - filesysobjects.paths - file systems path processing - filesysobjects.pathtools - search, enumeration, and iteration operations - filesysobjects.userdata - user directories - filesysobjects.osdata - OS directories - filesysobjects.configdata - config directories Supported platforms are: - Linux, BSD, Unix, Mac-OS/OS-X, and Windows - Python2.7, Python3.5+ Online documents: https://pyfilesysobjects.sourceforge.io/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    SCEO

    Single Cell Event Ordering Algorithm

    ...Usage: java -jar SCEO.jar input=input.txt output=output.txt N=n with input = input file containing tab delimited matrix with for each gene a (named) row and for each cell a (named) column with the values 1=event present, 0=event absent, -1=NA output = output file with an enumeration of the most possible orders of events, preceded by a value indicating the probability of this option. N = number of paths to be in the output
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    PlantMAT
    Plant Metabolite Annotation Toolbox (PlantMAT) is a computational tool combining library search and combinatorial enumeration to facilitate the structural identification of plant specialized metabolites, e.g., saponins and flavonoid glycosides.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Software and resources for combinatorial object enumeration, starting with combinatorial maps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Java DSA extensions

    Java datastructures and algorithms extensions

    DSA extensions contains classes similar in purpose to the classes provided in java.util. Currently, it contains sortable Lists and Maps, as well as a balanced binary search tree and a binary array search algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    NoSQLMap

    NoSQLMap

    Automated NoSQL database enumeration and web application exploitation

    A security tool for detecting and exploiting vulnerabilities in NoSQL databases, similar to SQLMap for traditional databases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    memesa-tools

    memesa-tools

    A collection of tools used in the enumeration of solution spaces

    This collection of tools forms the basis of a pipeline for the complete enumeration of the number of solutions present in a model that maximizes a single objective function.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    IMAGINE

    IMAGINE

    Biological image viewer and processor

    Detection, enumeration, and sizing of biological organisms by image analysis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Auto-Enum is a project developped by Lixia for the Hackerschool. You can with this complete enumeration tools achieve a target very quickly To make it executable enter chmod +x auto-enumeration.sh Once good start it with ./auto-enumeration.sh Have fun To contact the team appointment to visit our page : http://facebook.com/Hackerschoolfr For contact me : https://www.facebook.com/adixia.root
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    GCompris : I got IT

    GCompris : I got IT

    Educational Software for children aged 2 to 10.

    GCompris is a high quality educational software suite comprising of numerous activities for children aged 2 to 10. Some of the activities are game oriented, but nonetheless still educational.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 22

    patchview - one addon to patchutils

    pacthview let us view parts of a patch

    patchview is one addon to patchutils, with this tool you can view, in a simplified way,only the sub-patches, that you want, of one (big) patch file. You can split patches.To simplify this, it makes the enumeration of the files and you can choose b Code is now available on github : https://github.com/sergiomb2/patchutils
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    MolTPC

    MolTPC

    MolTPC provides a solution for fully automatic tautomer enumeration.

    Besides all their conformational degrees of freedom, drug-like molecules and natural products often also undergo tautomeric interconversions. Compared to the huge efforts made in experimental investigation of tautomerism, open and free algorithmic solutions for prototropic tautomer generation are surprisingly rare. The few freely available software packages limit their output to a subset of the possible configurational space by sometimes unwanted prior assumptions and complete neglection of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    HexaFind

    HexaFind

    HexaFind - The Unix & Linux network attack tool detection project.

    ...In order to defend against threats – security is not only required in a pre-emptive scenario, but also ex post facto; whereby the criminal/ civil act has been detected and the acquisition of evidence has begun in order to provide a conviction. This project and its scripted application have been created in response to these escalating movements towards network vulnerability enumeration and distributed denial of service attacks (DDoS). There is a clear lack of network attack tool detection products for the Linux/ UNIX operating system, and therefore this project should also address this imbalance. Within society, the UNIX / Linux operating system makes up an extremely minute fraction of operating systems that are in use within the world of today
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    C# USB Enumeration

    C# enumerate USB returning hub and port number

    .NET USB enumeration, Action<> callback gets hub and port number as well as USB and HID DevicePath suitable for use with CreateFile(). Useful in code applications, no user interface.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo