Showing 65 open source projects for "path"

View related business solutions
  • 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
  • Veeam Data Platform v13.1 Icon
    Veeam Data Platform v13.1

    Move workloads across hypervisors and clouds with no vendor lock-in. Try VDP free today.

    Try Veeam Data Platform today. Experience the unified platform that's secure by design, portable by default, and proven to recover clean, fast, and anywhere.
    Try Now
  • 1
    dirsearch

    dirsearch

    Web path scanner

    An advanced command-line tool designed to brute force directories and files in webservers, AKA web path scanner. Wordlist is a text file, each line is a path. About extensions, unlike other tools, dirsearch only replaces the %EXT% keyword with extensions from -e flag. For wordlists without %EXT% (like SecLists), -f | --force-extensions switch is required to append extensions to every word in wordlist, as well as the /. To use multiple wordlists, you can separate your wordlists with commas. ...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 2
    ASN

    ASN

    Command line ASN lookup, network recon, and traceroute tool

    ...It aggregates data from multiple external services to present detailed information such as BGP statistics, RPKI validation status, IP reputation, geolocation, and prefix ownership. It can also perform AS path tracing, allowing users to observe the network route between systems and identify Internet Exchange Points or anomalies in the path. In addition to its command line usage, asn can run as a web-based traceroute server or as a self-hosted lookup API that returns JSON-formatted data for automated workflows. This flexibility allows the tool to support manual investigations, incident response, and automated network analysis pipelines.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    grype

    grype

    A vulnerability scanner for container images and filesystems

    ...You can also choose another destination directory and release version for the installation. The destination directory doesn't need to be /usr/local/bin, it just needs to be a location found in the user's PATH and writable by the user that's installing Grype. If you're using GitHub Actions, you can simply use our Grype-based action to run vulnerability scans on your code or container images during your CI workflows.
    Downloads: 28 This Week
    Last Update:
    See Project
  • 4
    Ray Tracing in One Weekend Book Series

    Ray Tracing in One Weekend Book Series

    The Ray Tracing in One Weekend series of books

    ...These books are formatted for printing directly from your browser, where you can also (on most browsers) save them as PDF. In Ray Tracing in One Weekend, you will build a simple brute-force path tracer. Continuing with Ray Tracing: The Next Week, you will add textures, volumes (like fog), rectangles, instances, lights, and support for lots of objects using a bounding volume hierarchy (BVH). Finally, with Ray Tracing: The Rest Of Your Life, we'll dive into the math of creating a very serious ray tracer.
    Downloads: 24 This Week
    Last Update:
    See Project
  • 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.
    Start Free
  • 5
    OWASP Amass

    OWASP Amass

    In-depth attack surface mapping and asset discovery

    ...The volume argument allows the Amass graph database to persist between executions and output files to be accessed on the host system. The first field (left of the colon) of the volume option is the amass output directory that is external to Docker, while the second field is the path, internal to Docker, where amass will write the output files.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 6
    Apisauce

    Apisauce

    Axios + standardized errors + request/response transforms

    ...Responses have a problem property to help guide exception flow, attach functions that get called each request, attach functions that change all request or response data. Detects connection issues (on React Native). The only required property is baseURL and it should be the starting point for your API. It can contain a sub-path and a port as well. The responses are promise-based, so you'll need to handle things in a .then() function. The promise is always resolved with a response object. Even if there was a problem with the request! This is one of the goals of this library. It ensures sane calling code without having to handle .catch and has 2 separate flows.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    s2n-quic

    s2n-quic

    An implementation of the IETF QUIC protocol

    s2n-quic is AWS’s open-source implementation of the IETF QUIC transport protocol, written in Rust and designed for performance, security, and modern usage. QUIC is a UDP-based, multiplexed, encrypted transport layer that underpins HTTP/3 and addresses issues such as head-of-line blocking and faster handshake times compared to TCP+TLS. This library integrates with AWS’s s2n-tls or rustls for the TLS 1.3 handshake and leverages Rust’s memory and thread safety guarantees to deliver a robust...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    SafeLine

    SafeLine

    Serve as a reverse proxy to protect your web services from attacks

    ...It typically protects web apps from attacks such as SQL injection, XSS, code injection, os command injection, CRLF injection, LDAP injection, XPath injection, RCE, XXE, SSRF, path traversal, backdoor, brute force, HTTP-flood, bot abuse, among others. By deploying a WAF in front of a web application, a shield is placed between the web application and the Internet. While a proxy server protects a client machine’s identity by using an intermediary, a WAF is a type of reverse-proxy, protecting the server from exposure by having clients pass through the WAF before reaching the server. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    kubelogin

    kubelogin

    kubectl plugin for Kubernetes OpenID Connect authentication

    ...Then kubelogin gets a token from the provider and kubectl accesses Kubernetes APIs with the token. If you install via GitHub releases, you need to put the kubelogin binary on your path under the name kubectl-oidc_login so that the kubectl plugin mechanism can find it when you invoke kubectl oidc-login. The other install methods do this for you. If the cached ID token is valid, kubelogin just returns it. If the cached ID token has expired, kubelogin will refresh the token using the refresh token. If the refresh token has expired, kubelogin will perform re-authentication (you will have to login via browser again).
    Downloads: 1 This Week
    Last Update:
    See Project
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New customers can spin up VMs, build with AI, and query data at no cost.

    Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
    Start Free
  • 10
    AWS Encryption SDK for Dafny

    AWS Encryption SDK for Dafny

    AWS Encryption SDK for Dafny

    To build, the AWS Encryption SDK requires the most up-to-date version of dafny on your PATH. In addition, this project uses the parallel verification tasks provided by the dafny.msbuild MSBuild plugin, and thus requires dotnet 3.0. The tests currently require native implementations of cryptographic primitives and other methods, so they can only be run when embedding this library into one of the compilation target languages supported by Dafny.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Santa

    Santa

    A binary authorization system for macOS

    Santa is a binary authorization system for macOS, aptly named since its main purpose is to keep track of binaries that are either naughty or nice. Santa is made up of a kernel extension (or a system extension on macOS 10.15+) that monitors and participates in execve() decisions, a userland daemon that makes the execution decisions, a GUI agent that shows notifications when an execve() is blocked, and a command-line utility that oversees system management and the synchronization of database...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    UACMe

    UACMe

    Defeating Windows user account control

    Run executable from command line, akagi32 [Key] [Param] or akagi64 [Key] [Param]. First parameter is a number of methods to use, second is an optional command (executable file name including full path) to run. The second parameter can be empty - in this case, the program will execute elevated cmd.exe from the system32 folder. Since 3.5.0 version all "fixed" methods are considered obsolete and removed altogether with all supporting code/units. If you still need them. This tool shows ONLY popular UAC bypass method used by malware, and re-implement some of them in a different way improving original concepts. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ntfy

    ntfy

    Utility for sending notifications, on demand and when commands finish

    ntfy brings notification to your shell. It can automatically provide desktop notifications when long-running commands finish or it can send push notifications to your phone when a specific command finishes. The install technique in the quickstart is the suggested method of installation. It can be installed in a virtualenv, but with some caveats, Linux notifications require system-site-packages for the virtualenv and OS X notifications don’t work at all. ntfy has support for automatically...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    pwmd

    Serves XML element content over a UDS or TLS.

    Pwmd allows a (libpwmd) client to store and retrieve data in an encrypted XML file via an element path. An element path is a TAB delimited string where each element name is a depth of the element tree similar to how a filesystem hierarchy is organized. Each element of the element path may also contain an ACL to limit client access to an element path; beit a client connecting over UDS or TLS. An element may also contain a "target "attribute that resolves to another element path in the XML document similar to a symbolic link in a filesystem. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Thunderbird Anti Virus v5.0

    Thunderbird Anti Virus v5.0

    Thunderbird Anti Virus Free Scanner v5.0

    ...Engine Capabilities: Autonomous Threat Intelligence: A zero-footprint, background security layer coupled with an upgraded cloud firewall to intercept multi-stage malware and covert network attacks instantly. Dynamic Diagnostics: Rapid multi-threaded scanning engines designed for instant memory sweeps, deep execution path checks, or full drive audits.
    Downloads: 24 This Week
    Last Update:
    See Project
  • 16
    Archive Extractor
    To use this tool, you need to have WinRar installed at the path "C:\Program Files\WinRAR" (which is typically set by default). Alternatively, you can have 7z installed at the path "C:\Program Files\7-Zip" (this is usually set by default as well). Please note that if you only have 7z installed, you will not be able to extract .rar files, but only .zip or .7z files. This tool is primarily designed to extract files from password-protected Rar/Zip/7z archives, although it also works on unprotected archives. ...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 17
    Thunderbird Anti Virus v5.1

    Thunderbird Anti Virus v5.1

    Thunderbird Anti Virus Free Scanner v5.1

    ...Engine Capabilities: Autonomous Threat Intelligence: A zero-footprint, background security layer coupled with an upgraded cloud firewall to intercept multi-stage malware and covert network attacks instantly. Dynamic Diagnostics: Rapid multi-threaded scanning engines designed for instant memory sweeps, deep execution path checks, or full drive audits.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 18
    Thunderbird Anti Virus v4.9

    Thunderbird Anti Virus v4.9

    Thunderbird Anti Virus Free Scanner v4.9

    ...Engine Capabilities: Autonomous Threat Intelligence: A zero-footprint, background security layer coupled with an upgraded cloud firewall to intercept multi-stage malware and covert network attacks instantly. Dynamic Diagnostics: Rapid multi-threaded scanning engines designed for instant memory sweeps, deep execution path checks, or full drive audits.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Thunderbird Anti Virus v5.2

    Thunderbird Anti Virus v5.2

    Thunderbird Anti Virus Free Scanner v5.2

    ...Engine Capabilities: Autonomous Threat Intelligence: A zero-footprint, background security layer coupled with an upgraded cloud firewall to intercept multi-stage malware and covert network attacks instantly. Dynamic Diagnostics: Rapid multi-threaded scanning engines designed for instant memory sweeps, deep execution path checks, or full drive audits.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 20
    Thunderbird Anti Virus v4.7

    Thunderbird Anti Virus v4.7

    Thunderbird Anti Virus Free Scanner v4.7

    ...Engine Capabilities: Autonomous Threat Intelligence: A zero-footprint, background security layer coupled with an upgraded cloud firewall to intercept multi-stage malware and covert network attacks instantly. Dynamic Diagnostics: Rapid multi-threaded scanning engines designed for instant memory sweeps, deep execution path checks, or full drive audits.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    Thunderbird Anti Virus v4.0

    Thunderbird Anti Virus v4.0

    Thunderbird Anti Virus Free Scanner v4.0

    ...Built with an intuitive, streamlined dark-themed interface, version 4.0 delivers robust, real-time protection without compromising system speed. Key Features: Multi-Tiered Scanner: Real-time threat detection featuring specialized Memory, Quick, Full System, and Target Path scanning modes to isolate malicious entities instantly. System Cleaner: A precision utility that securely eliminates bloated cache files across major browsers (Chrome, Edge, Firefox, Brave, Opera) and clears Windows temporary data. Performance Dashboard: Live tracking of hardware resource metrics with granular telemetry for CPU and RAM usage, tied directly to an active system health index. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    Thunderbird Anti Virus v4.8

    Thunderbird Anti Virus v4.8

    Thunderbird Anti Virus Free Scanner v4.8

    ...Engine Capabilities: Autonomous Threat Intelligence: A zero-footprint, background security layer coupled with an upgraded cloud firewall to intercept multi-stage malware and covert network attacks instantly. Dynamic Diagnostics: Rapid multi-threaded scanning engines designed for instant memory sweeps, deep execution path checks, or full drive audits.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Thunderbird Anti Virus v4.6

    Thunderbird Anti Virus v4.6

    Thunderbird Anti Virus Free Scanner v4.6

    ...Engine Capabilities: Autonomous Threat Intelligence: A zero-footprint, background security layer coupled with an upgraded cloud firewall to intercept multi-stage malware and covert network attacks instantly. Dynamic Diagnostics: Rapid multi-threaded scanning engines designed for instant memory sweeps, deep execution path checks, or full drive audits.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Thunderbird Anti Virus v4.5

    Thunderbird Anti Virus v4.5

    Thunderbird Anti Virus Free Scanner v4.5

    ...Engine Capabilities: Kinetic Threat Intelligence: A zero-friction, background security pipeline backed by a reinforced cloud firewall to isolate multi-stage malware and network intrusions on the fly. Polymorphic Diagnostics: High-speed flexibility featuring multi-threaded pipelines for rapid memory sweeps, targeted execution path checks, or deep drive audits.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Thunderbird Anti Virus v4.11

    Thunderbird Anti Virus v4.11

    Thunderbird Anti Virus Free Scanner v4.11

    Thunderbird Anti-Virus v4.11: Enhanced Security & Performance Experience even greater peace of mind with Thunderbird Anti-Virus v4.11. Building on the robust foundation of our v4 series, this update introduces refined detection capabilities and deeper system optimization. Version 4.11 features an upgraded scanning core that delivers faster performance and more precise identification of modern cyber threats, ensuring your device remains shielded without compromising system speed. Key...
    Downloads: 5 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next