Showing 28 open source projects for "extensions"

View related business solutions
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1
    Gobuster

    Gobuster

    Directory/File, DNS and VHost busting tool written in Go

    ...This project is born out of the necessity to have something that didn't have a fat Java GUI (console FTW), something that did not do recursive brute force, something that allowed me to brute force folders and multiple extensions at once, something that compiled to native on multiple platforms, something that was faster than an interpreted script (such as Python), and something that didn't require a runtime. Provides several modes, like the classic directory brute-forcing mode, DNS subdomain brute-forcing mode, the mode that enumerates open S3 buckets and looks for existence and bucket listings, and the virtual host brute-forcing mode (not the same as DNS!). ...
    Downloads: 53 This Week
    Last Update:
    See Project
  • 2
    Pow

    Pow

    Robust, modular, and extendable user authentication system

    ...You can easily switch it out with a different one. Pow is extremely modular and fully customizable. As your platform scales, each moving part can be modified or replaced ad-hoc. Several extensions are included in Pow so you with no effort can add secure features to your app.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    ZITADEL

    ZITADEL

    Identity infrastructure, simplified for you

    ...Designed for all user types, be it consumers, businesses, or employees. Offload complex tasks by using our API as solid abstractions. Benefit from an adaptable identity infrastructure with custom code extensions and robust security defaults.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    PHP OAuth 2.0 Server

    PHP OAuth 2.0 Server

    A spec compliant, secure by default

    ...You can easily configure an OAuth 2.0 server to protect your API with access tokens, or allow clients to request new access tokens and refresh them. The latest version of this package supports PHP 7.2, PHP 7.3, PHP 7.4, PHP 8.0. The openssl and json extensions are also required. All HTTP messages passed to the server should be PSR-7 compliant. This ensures interoperability with other packages and frameworks. The library uses PHPUnit for unit tests. We use Github Actions, Scrutinizer, and StyleCI for continuous integration. In order to prevent man-in-the-middle attacks, the authorization server MUST require the use of TLS with server authentication as defined by RFC2818 for any request sent to the authorization and token endpoints. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 5
    Doorkeeper

    Doorkeeper

    Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape

    ...The installation process depends on the framework you're using. Doorkeeper follows Rails maintenance policy and supports only supported versions of the framework. Currently, we support Ruby on Rails 5 and higher. Extensions that are not included by default and can be installed separately. These applications show how Doorkeeper works and how to integrate with it. Start with the oAuth2 server and use the clients to connect with the server. See list of tutorials in order to learn how to use the gem or integrate it with other solutions/gems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    OAuth2orize

    OAuth2orize

    OAuth 2.0 authorization server toolkit for Node.js

    OAuth2orize is a Node.js module for implementing OAuth 2.0 authorization servers, providing the server-side machinery needed to support standard OAuth grant types such as authorization code, implicit, resource owner password credentials, and client credentials. It integrates with Express and similar frameworks, letting developers define how clients are authenticated, how authorization decisions are made, and how tokens are issued, all through a clean, extensible API. The module encourages a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    AWS Jupyter Proxy

    AWS Jupyter Proxy

    Jupyter server extension to proxy requests with AWS SigV4 authentican

    A Jupyter server extension to proxy requests with AWS SigV4 authentication. This server extension enables the usage of the AWS JavaScript/TypeScript SDK to write Jupyter frontend extensions without having to export AWS credentials to the browser. A single /awsproxy endpoint is added on the Jupyter server which receives incoming requests from the browser, uses the credentials on the server to add SigV4 authentication to the request, and then proxies the request to the actual AWS service endpoint. All requests are proxied back-and-forth as-is, e.g., a 4xx status code from the AWS service will be relayed back as-is to the browser. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    FTP prune

    FTPprune is a Perl script to manage a remote ftp archive

    FTPprune is a Perl script to manage the size of a remote ftp archive. It was originally developed to manage offsite copies of Zoneminder CCTV events, but can be used with any FTP file archive. FTPprune will go through the archive and remove the oldest files reducing the archive size to a maximum that you specify, optionally preserving the last (-a) days of files. There are a few other options too - see the wiki for command line usage and Perl modules required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    doall

    Shell script to run a command for many files selected with wildcards

    ....$2' # Symbolic links from vmlinuz.new to vmlinuz-5.12.6-foo, similarly config.new System.map.new doall 'ln -s /boot/*-5.12.6-* /boot/$1.new' # Hard link 3-character abbreviations for file extensions doall 'ln *.???* $1.$2' As shown above, instead of '=' to indicate insertions, doall uses either * or $1 etc. doall -p (pretend mode) shows a list of commands instead of executing them doall -i (interactive mode) asks for confirmation for each command in turn doall -k (keep-running mode) ignores failing commands
    Downloads: 0 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10

    Qexplore

    Qexplore enables a Qmail server to analyze emails.

    ...Its main features are: - it can reject viruses using Clam Antivirus (http://www.clamav.net); - it can check for spam using SpamAssassin (http://spamassassin.apache.org); - it can block emails with particular attachment extensions during the SMTP communication using Reformime (http://www.courier-mta.org/reformime.html); - it can "rate-limit" messages that an email address can send in a defined amount of time using an embedded db through SQLite (http://www.sqlite.org). Unlike other scanners for Qmail, such as Simscan or Qmail-Scanner which are inline scanners, Qexplore is an offline scanner that first write an email to a queue resident on disk, closing the qmail-smtpd communication. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    System performer is a daemon which via its extensions can automatically set your CPU throttling depeding on CPU temperature, and more to came. It's written completly in Bash, and tested to work in Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A Windows/Linux build automation tool to consolidate scripts and custom programs under a single location, intermix any languages (scripted or compiled) to perform tasks, allow common GUI interaction in all languages, and enable remote task execution.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    MC4J is a Swing application for remote monitoring and administration using Java Management Extensions (JMX). It includes support for all major application servers and advanced features such as live attribute graphing and customizable dashboards.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Sun's XACML Implementation is an access control policy evaluation engine written entirely in the Java(tm) programming language. It supports XACML 1.x and 2.0 core features, and provides a number of powerful extensions and extensibility points.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    A software administration system for GNU/Linux systems with capabilities for network transparent package management, host-to-host data copying, creating tar archives with embedded signatures, and use as a directory content integrity checker.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Bridge module for Webmin. Webmin module for creating and managing linux bridges (brctl GUI).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    look up the existing file extensions within a directory (including subdirectories), count and summarize them and print them out with sum statistic datas
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Removed specified trailing characters from the end of a string. Useful for removing filename extensions for use in scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Help Tickets - A web based trouble ticket/helpdesk application written in PHP with simplicity and extensibilty in mind. The aim is to provide a simple robust framework and focus on building extensions/modules that make the system powerful.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    MX4J is an Open Source implementation of the Java Management Extensions technology, for both JSR 3 (JMX) and JSR 160 (JMX Remote API).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The purpose of this proyect is provide with a distributed system to manage extensions to modular kernels like Linux and Solaris kernels. It also manages programs running on RTLinux.This sistem will interact with kernel extensions through GNOME.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Naplax is a set of addons and plugins to the Nagios project. This includes an addon which allows service checks on remote hosts to send their state to nagios via email.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    pam_ldap extensions and tools. Here you will find several patches for pam_ldap adding features like time-based login, restriction of login-count and comand-line tools to maintain useraccounts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Perl Extensions for OpenLDAP is a PERL extensions package derived from the PerLDAP package. The goal of Perl Extensions for OpenLDAP is to expose the native OpenLDAP C API, as is, to programs written in the PERL language. This package differes from othe
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The MacOS X Network Management Extensions (MacNME) project is an effort to extended the MacOS X Client and Server administration capabilities provided by Apple's OpenDirectory system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB