Showing 85 open source projects for "name"

View related business solutions
  • ConnectWise Cybersecurity Management for MSPs Icon
    ConnectWise Cybersecurity Management for MSPs

    Software and support solutions to protect your clients’ critical business assets

    ConnectWise SIEM (formerly Perch) offers threat detection and response backed by an in-house Security Operations Center (SOC). Defend against business email compromise, account takeovers, and see beyond your network traffic. Our team of threat analysts does all the tedium for you, eliminating the noise and sending only identified and verified treats to action on. Built with multi-tenancy, ConnectWise SIEM helps you keep clients safe with the best threat intel on the market.
  • Case Management Software for Social Services Icon
    Case Management Software for Social Services

    For human services organizations looking for case management software

    Collaborate is customizable case management software for non-profits and social services agencies with teams of 5+ staff.
  • 1
    airgeddon

    airgeddon

    This is a multi-use bash script for Linux systems

    airgeddon is an alive project growing day by day. Interface mode switcher (Monitor-Managed) keeping selection even on interface name changing. DoS over wireless networks using different methods (mdk3, mdk4, aireplay-ng). "DoS Pursuit mode" is available to avoid AP channel hopping (available also on DoS performed on Evil Twin attacks). Full support for 2.4Ghz and 5Ghz bands. Assisted WPA/WPA2 personal networks Handshake file and PMKID capturing. Cleaning and optimizing Handshake captured files...
    Downloads: 66 This Week
    Last Update:
    See Project
  • 2
    GitHub Action to detect license names

    GitHub Action to detect license names

    GitHub Action for license compliance: Python, JavaScript, iOS, Android

    ... package. Check JSON file generated by Android gradle-license-plugin package. Check Plist file generated by iOS cocoapods-acknowledgments package. Allows to check license types for JavaScript, Java or any other dependencies with known licenses in one of the supported file formats. CSV files with package name and license name columns (detect license type).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Voyager Mesh

    Voyager Mesh

    Secure L7/L4 (HAProxy) Ingress Controller for Kubernetes

    Voyager is a HAProxy-backed secure L7 and L4 ingress controller for Kubernetes developed by AppsCode. This can be used with any Kubernetes cloud provider including aws, gce, gke, azure, acs. This can also be used with bare metal Kubernetes clusters. Voyager provides L7 and L4 load balancing using a custom Kubernetes Ingress resource. This is built on top of the HAProxy to support high availability, sticky sessions, name and path-based virtual hosting. This also supports configurable application...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    WordPress Hardened

    WordPress Hardened

    Secure and performant Wordpress installation on Kubernetes cluster

    Hardened version of official WordPress container, with special support for Kubernetes. You can skip installation wizard by installing WordPress on container startup. This container uses wp-cli to install WordPress and plugins allowing you to prepare a fully automated website. git-clone-controller is a Kubernetes controller allowing to clone a GIT repository before a Pod is launched, can be used to automatically fetch your website theme within just few seconds before Pod starts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • High-performance Open Source API Gateway Icon
    High-performance Open Source API Gateway

    KrakenD is a stateless, distributed, high-performance API Gateway that helps you effortlessly adopt microservices

    KrakenD is a high-performance API Gateway optimized for resource efficiency, capable of managing 70,000 requests per second on a single instance. The stateless architecture allows for straightforward, linear scalability, eliminating the need for complex coordination or database maintenance.
  • 5
    kube-ps1

    kube-ps1

    Kubernetes prompt info for bash and zsh

    A script that lets you add the current Kubernetes context and namespace configured on kubectl to your Bash/Zsh prompt strings (i.e. the $PS1). The default prompt assumes you have the kubectl command-line utility installed. Official installation instructions and binaries are available. Blue was used for the default symbol to match the Kubernetes color as closely as possible. Red was chosen as the context name to stand out, and cyan for the namespace. 256 colors are available by specifying...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    goenv

    goenv

    Like pyenv and rbenv, but for Go

    ... injected into your PATH, determines which Go version has been specified by your application, and passes your commands along to the correct Go installation. When you run all the variety of Go commands using go, your operating system searches through a list of directories to find an executable file with that name. This list of directories lives in an environment variable called PATH, with each directory in the list separated by a colon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    git-auto-commit Action

    git-auto-commit Action

    Automatically Commit changed Files back to GitHub

    Automatically Commit changed Files back to GitHub with GitHub Actions for the 80% use case. A GitHub Action to detect changed files during a Workflow run and to commit and push them back to the GitHub repository. By default, the commit is made in the name of "GitHub Actions" and co-authored by the user that made the last commit. Note that the Action has to be used in a Job that runs on a UNIX system (e.g. ubuntu-latest). If you don't use the default permission of the GITHUB_TOKEN, give the Job...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Docker images for Selenium Grid Server

    Docker images for Selenium Grid Server

    Docker images for the Selenium Grid Server

    Grid 4 has the ability to start Docker containers on-demand, this means that it starts a Docker container in the background for each new session request, the test gets executed there, and when the test completes, the container gets thrown away. This execution mode can be used either in the Standalone or Node roles. The "dynamic" execution mode needs to be told what Docker images to use when the containers get started. Additionally, the Grid needs to know the URI of the Docker daemon. If you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Fisher

    Fisher

    A plugin manager for Fish

    Manage functions, completions, bindings, and snippets from the command line. Extend your shell capabilities, change the look of your prompt and create repeatable configurations across different systems effortlessly. To get a specific version of a plugin add an @ symbol after the plugin name followed by a tag, branch, or commit. Fisher expands plugins into your Fish configuration directory by default, overwriting existing files. If you wish to change this behavior, set $fisher_path to your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Tigerpaw One | Business Automation Software for SMBs Icon
    Tigerpaw One | Business Automation Software for SMBs

    Fed up with not having the time, money and resources to grow your business?

    The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
  • 10
    OWASP Mobile Security Testing Guide

    OWASP Mobile Security Testing Guide

    Manual for mobile app security development and testing

    ...) is, as the name implies, a standard for mobile app security. It can be used by mobile software architects and developers seeking to develop secure mobile applications, as well as security testers to ensure completeness and consistency of test results. A checklist is available for use in security assessments that is based on the MASVS and MSTG and contains links to the MSTG test case for each requirement.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    rbenv

    rbenv

    Groom your app’s Ruby environment

    Use rbenv to pick a Ruby version for your application and guarantee that your development environment matches production. Put rbenv to work with Bundler for painless Ruby upgrades and bulletproof deployments. Powerful in development. Specify your app's Ruby version once, in a single file. Keep all your teammates on the same page. No headaches running apps on different versions of Ruby. Just Works™ from the command line and with app servers like Pow. Override the Ruby version anytime: just...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    RebeccaBlackOS

    RebeccaBlackOS

    Fan Made RebeccaBlackOS. VT-less Linux With Wayland.

    I got the idea to name a Linux distribution after my favorite celebrity after I saw some earlier Linux distributions named after celebrities, and also this KDE blog post. http://ivan.fomentgroup.org/blog/2011/05/02/splash-screens-and-qml/ And then I thought, she deserves the free promo too. This is amongst the first live distributions to provide a Wayland server. VTs are disabled in the kernel. While 32 bit and 64 bit x86 ISOs used to be provided in each build, the latest builds are 64...
    Leader badge
    Downloads: 28 This Week
    Last Update:
    See Project
  • 13

    android-backup-toolkit

    Collection of several utilities to work with android backups

    Project name: android-backup-toolkit URL: https://sourceforge.net/p/android-backup-toolkit/ License: various (see individual projects) Authors: various (see individual projects) This project is simply a compilation of the six following projects, both latest source code and binaries: * android-backup-extractor: https://sourceforge.net/projects/adbextractor/ * android-backup-splitter: https://sourceforge.net/p/adb-split/ * android-timestamp-keeper: https://sourceforge.net/projects...
    Downloads: 18 This Week
    Last Update:
    See Project
  • 14
    Network Caller ID
    The NCID (Network Caller ID) project is Caller ID (CID) distributed over a network. The project contains the NCID package and 4 optional client packages. Each package is described at the NCID web site. A non-inclusive list of 3rd party addons is also available at the web site Available Packages: NCID - contains the server, gateways, and a client with output modules LCDncid - a client that uses LCDproc to display Caller ID on a LCD display NCIDandroid - a client and gateway for...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 15
    yellowcard

    yellowcard

    Address List program for tracking personal info in a plain text file

    Yellowcard is an address list maintenance program for keeping personal information in a plain text file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    mmmv_userspace_distro_t1

    mmmv_userspace_distro_t1

    Bash scripts that declare aliases and copy code templates.

    ... at different physical machines and virtual appliances. The mmmv_userspace_distro_t1 is a way to name that set of loose components that can be used in concert
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    DracOS GNU/Linux Remastered
    ...-tools the software using the CLI (command line interface) and GUI (graphical user interface) to perform its operations. Now Dracos currently already up to version 3.1.5 with the code name "KUNTILANAK WITH REMASTERED".
    Downloads: 62 This Week
    Last Update:
    See Project
  • 18

    addcsv2ods

    Adds csv files to a ods spreadsheet

    This bash script adds several csv files into an existing .ods spreadsheet. Each csv file creates a sheet. If there is no input spreadsheet provided, it creates one and inserts all csv files in it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    android-backup-splitter

    Create a single adb backup for each app /sd and inform of missing apks

    This project consists of two shell scrips. One splits an adb backup into several ones by app name extracting the contents of the tars to a temporal folder and then re-taring everything to get the individual ab for each android app. The other shell script uses Tar Binary Splitter to divide the main tar inside the adb backup without extracting anything from the tar, so is by far the best method. Other software is needed. The bundle is included in Android Backup Extractor, with the full...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    Simple Backup

    This UNIX program backups files and directories, to a directory.

    Simple Backup can be used to backup and compress, files and directories, to a destination directory. Usage: simplebackup SOURCE1 SOURCE2... SOURCEn DESTINATION_DIRECTORY It creates a new directory with a date stamp in its name. Simple Backup works with Linux, macOS, and FreeBSD. ------------------------------------------------------------------------------------------------------ To restore data from a Simple Backup archive, one can use tar -xf
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21

    zynix-fusion

    zynix-Fusion is a framework for hacking

    zynix-Fusion is a framework that aims to centralize, standardizeand simplify the use of various security tools for pentest professionals.zynix-Fusion (old name: Linux evil toolkit) has few simple commands, one of which is theinit function that allows you to define a target, and thus use all the toolswithout typing anything else.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    wmhelper

    A multi-purposes tool for window managers.

    wmhelper is a multi-purposes tool dedicated to window managers like fluxbox or windowmaker, which allows to : * Get the class name of a selected window * Take a screenshot of the full screen (with/without timeout) * Take a screenshot of a selected window * Take a screenshot of a rectangular region * Displays an information/warning/error message in a dialog-box * Ask a yes-no question * Displays a calendar dialog * Displays a color selection dialog * Displays...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Cloudbox

    Cloudbox

    Ansible-based solution for rapidly deploying a Docker media server

    ...' repository. Store media on cloud storage to free up on local storage space. Use a domain name to access your server applications securely with SSL certificates from Let's Encrypt. Create backups directly on the cloud. Easily migrate to any server using the restore function. Engage with a large community of helpful members who share similar interests as you. Extend functionality by utilizing add-ons created by other members.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Latest version will always be at https://github.com/daimh/daisync/ ### An rsync-based backup tool, enterprise-level features. Created in http://brainarray.mbni.med.umich.edu, and used in many groups, MBNI itself uses it to backup 150T data from one Windows file server and multiple Linux file servers daily, and each backup takes about 5 hours. Please stay tuned, our next innovation is to use those ditched LTO tapes to knit a sweater probably.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    certz

    Script to implement internal CA/ICA using OpenSSL

    certz is intended to implement a standard interface for creating and maintaining one or multiple Root and Intermediate Certification Authorities (ie, CA and ICA).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next