Showing 93 open source projects for "kill all"

View related business solutions
  • Comet Backup - Fast, Secure Backup Software for MSPs Icon
    Comet Backup - Fast, Secure Backup Software for MSPs

    Fast, Secure Backup Software for Businesses and IT Providers

    Comet is a flexible backup platform, giving you total control over your backup environment and storage destinations.
    Learn More
  • Securden Privileged Account Manager Icon
    Securden Privileged Account Manager

    Unified Privileged Access Management

    Discover and manage administrator, service, and web app passwords, keys, and identities. Automate management with approval workflows. Centrally control, audit, monitor, and record all access to critical IT assets.
    Learn More
  • 1
    FKILL

    FKILL

    Cross-platform tool to kill processes

    To kill a port, prefix it with a colon. For example: :8080. Run without arguments to use the interactive interface. Run fkill without arguments to launch the interactive UI. Force kill processes that did not exit within the given number of milliseconds. Kill all child processes along with the parent process. (Windows only). Ignore capitalization when killing a process.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    chaoskube

    chaoskube

    chaoskube periodically kills random pods in your Kubernetes cluster

    chaoskube periodically kills random pods in your Kubernetes cluster. Test how your system behaves under arbitrary pod failures.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 3
    emiT-C

    emiT-C

    A time travelling programming language

    emiT is a language all about parallel timelines. At any given point you can send a variable back in time, and make it change things about the past, starting a new timeline where the result is different. You can kill variables, which destroys them permanantly- at least until you send another variable back in time to kill the variable doing the killing. This very quickly leads to a lot of confusion, with a constantly changing source code and the very easy possibility of creating a paradox or a time loop. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Murder Mystery 2 Script MM2 (Keyless)

    Murder Mystery 2 Script MM2 (Keyless)

    Murder Mystery 2 Roblox Scripts: Auto Farm, Kill All (Keyless) MM2

    This is Keyless Script work Only Murder Mystery 2 Roblox Game. Bombastic script including Tp To Gun, Kill All, Kill Sheriff, Auto Farm and Esp, allowing you to level up quickly and enjoy flawless progression without stress or effort. We tested the script using Xeno Executor, and it works perfectly. Therefore, for your convenience, the script comes with an injector that is perfectly suited for it. In this case, it is Xeno. In addition, this script does not require a key, so you can use it without any problems. ...
    Leader badge
    Downloads: 557 This Week
    Last Update:
    See Project
  • Run applications fast and securely in a fully managed environment Icon
    Run applications fast and securely in a fully managed environment

    Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of scalable infrastructure.

    Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
    Try for free
  • 5
    Adminer

    Adminer

    Database management in a single PHP file

    Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Adminer is available for MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, Elasticsearch, MongoDB and others via plugin. Replace phpMyAdmin with Adminer and you will get a tidier user interface, better support for MySQL features, higher performance and more security. Connect to a database server with username...
    Downloads: 27 This Week
    Last Update:
    See Project
  • 6
    Android Upload Service

    Android Upload Service

    Easily upload files in the background with progress notification

    ...You are safe launching upload requests from your fragments, activities and services without worrying about locking the thread in which you are. Check the wiki to learn how you can use it in your App. You are also safe if your app is put in the background. All the uploads will continue to be executed also when your device is idle. Bear in mind that if you kill your app, the service gets killed as well, as it's attached to your app's process and all the currently running uploads will be terminated abruptly.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 7
    PortKiller

    PortKiller

    A powerful cross-platform port management tool for developers

    PortKiller is a cross-platform port management tool for developers that makes it easy to monitor network ports, manage Kubernetes port forward sessions, integrate Cloudflare Tunnels, and kill processes using a friendly UI. It auto-discovers all listening TCP ports on your machine, lets you filter and search through them, and provides one-click graceful or forceful termination of processes holding those ports. Beyond basic port listing, PortKiller includes Kubernetes port-forward session management with auto-reconnect and connection logs, plus Cloudflare Tunnel visibility so you can keep track of external tunnels. ...
    Downloads: 15 This Week
    Last Update:
    See Project
  • 8
    Pokete

    Pokete

    A terminal based Pokemon like game

    ...The wild Pokete will fight back, but you can kill it and gain XP to level up your Pokete. If you would like to catch a wild Pokete, you must first weaken it and then throw a Poketeball. With a bit of luck, you can catch it and have it fight for you.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 9
    VIMKiller

    VIMKiller

    Exiting VIM is hard; sometimes we need to take drastic measures

    VIMKiller is a humorous yet functional project created as a playful response to the classic challenge of exiting the Vim editor. Designed as a physical button housed in a 3D-printed case, it connects to an Arduino that sends a serial message when pressed. This message is captured by a Julia script running in the background, which promptly terminates all Vim processes on a Linux machine. The project includes CAD files for the enclosure, Arduino code, and setup instructions, making it possible...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Get full visibility and control over your tasks and projects with Wrike. Icon
    Get full visibility and control over your tasks and projects with Wrike.

    A cloud-based collaboration, work management, and project management software

    Wrike offers world-class features that empower cross-functional, distributed, or growing teams take their projects from the initial request stage all the way to tracking work progress and reporting results.
    Learn More
  • 10
    Pacu

    Pacu

    The AWS exploitation framework, designed for testing security

    ...While several AWS security scanners currently serve as the proverbial “Nessus” of the cloud, Pacu is designed to be the Metasploit equivalent. Written in Python 3 with a modular architecture, Pacu has tools for every step of the pen testing process, covering the full cyber kill chain. Pacu is the aggregation of all of the exploitation experience and research from our countless prior AWS red team engagements. Automating components of the assessment not only improves efficiency but also allows our assessment team to be much more thorough in large environments. What used to take days to manually enumerate can be now be achieved in minutes. ...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 11
    Dockertest

    Dockertest

    Write better integration tests!

    ...Unit Testing these services can be cumbersome because mocking database/DBAL is strenuous. Making slight changes to the schema implies rewriting at least some, if not all of the mocks. The same goes for API changes in the DBAL. To avoid this, it is smarter to test these specific services against a real database that is destroyed after testing. Docker is the perfect system for running unit tests as you can spin up containers in a few seconds and kill them when the test completes. The Dockertest library provides easy to use commands for spinning up Docker containers and using them for your tests. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    Task killer

    Task killer

    For performance, some options can be dangerous but are Label'd

    kills tasks that have crashed or you want to fully close so it doesnt run in the background (moved to Python language)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Archivista AVMultimedia
    ...These include Kodi (MediaCenter), KDEnlive (inkl. editing 4K movies), GIMP (image editing), Scribus (desktop publishing) and much more apps. AVMultimedia boots up in about 10 to 20 seconds from a USB stick. No need to kill the old OS as it works directly from stick. Note: On the first start screen, you choose the language (English or German). For any questions, please consult the FAQs under http://archivista.ch/cms/en/support-2/avmultimedia-2/ All files can also be found at https://archivista.ch/cms/avmultimedia Note II: AVMultimedia's aim is not to constantly provide the very latest software, but rather those versions that have proven to be stable.
    Downloads: 130 This Week
    Last Update:
    See Project
  • 14

    Merc-Clean-GUI

    A Windows desktop application (WinForms) that provides a one-stop GUI

    .... - Kill Process : Allows you to cancel a currently running maintenance operation at any time, including stopping the entire “Run All” sequence. - Detailed Terminal Output: Displays real-time command output (stdout/stderr) in a terminal-like text box, so you can monitor progress and see any errors. Links & Credits - Quick buttons to open relevant websites or show credits.
    Downloads: 30 This Week
    Last Update:
    See Project
  • 15
    Pixel Rush

    Pixel Rush

    Avoid enemies that want to kill you.

    ...Gray is more of a special one that only occurs on hard and changes its speed whenever it touches the side of the game window. Green is found in all levels and chases the player so that he cannot hide in a corner. The blue enemy is the same as the red enemy, only faster and takes more damage. First beta for new 1.2 update is now out! Try it out!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    codPort

    codPort

    codPort is a powerful and easy-to-use Windows port management

    codPort is a powerful and user-friendly Windows port management tool developed by Codara, tailored for developers, network administrators, and IT professionals. Whether you're troubleshooting networking issues or optimizing system resources, codPort gives you full control over your system’s ports. Effortlessly view, monitor, and manage active TCP/UDP connections, terminate unwanted processes using specific ports, and apply advanced filters for precise control. With its clean and intuitive...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    CerberusCMS5

    CerberusCMS5

    Cerberus Content Management System

    Cerberus Content Management System is a dynamic, secure and infinitely expandable CMS designed after a Unix-Like model. It is a custom written Web Application Framework ( W.A.F. ) with a consistent and custom written Pre-Hyper-Text-Post-Processor Programming Code Framework ( P.C.F. ). This Web Application Software Project' aim is to be the fastest and most secure Web Application Framework, Web Application Programming Code Framework, Text, Voice and Video Communications Platform and Content...
    Downloads: 24 This Week
    Last Update:
    See Project
  • 18
    Cerberus Content Management System 6

    Cerberus Content Management System 6

    Cerberus Content Management System

    Cerberus Content Management System is a dynamic, secure and infinitely expandable CMS designed after a Unix-Like model complete with a Unix-Like Kernel File named: Cerberus. It is a custom written Web Application Framework ( W.A.F. ) with a consistent and custom written Pre-Hyper-Text-Post-Processor Programming Code Framework ( P.C.F. ). This Web Application Software Project' aim is to be the fastest and most secure Web Application Framework, Web Application Programming Code Framework, Text,...
    Downloads: 34 This Week
    Last Update:
    See Project
  • 19
    Munin

    Munin

    Main repository for munin master / node / plugins

    Munin is a networked resource monitoring tool that can help analyze resource trends and "what just happened to kill our performance?" problems. It is designed to be very plug-and-play. A default installation provides a lot of graphs with almost no work. In Norse mythology, Hugin and Munin are the ravens of the god king Odin. They flew all over Midgard for him, seeing and remembering, and later telling him. "Munin" means "memory".
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    elmocut

    elmocut

    Eye candy ARP spoofer for Windows

    elmoCut aims to make arp spoofing easy for all users with all the hard work done under the hood. One of it's main features is to use as low CPU and RAM usage as possible while offering nearly the same results as other closed source spoofers.
    Leader badge
    Downloads: 175 This Week
    Last Update:
    See Project
  • 21

    webotron

    Using industrial automation techniques for creating web scraping tools

    ...The most advanced production model relies on smart pallets and autonomous workcells. Each workcell itself will consist of smaller autonomous workcells with very simple signalling used between workcells. All hardware must extremely robust and well sealed from the surrounding environment. The webotron project is a program environment which emulates the above for building web scraping tools using temporary Add-on programs running in the Firefox browser. The browser is used to handle all internet interaction and also as a user interface
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Sentinel Golang

    Sentinel Golang

    Sentinel Go enables reliability and resiliency for Go microservices

    ...Sentinel takes "flow" as the breakthrough point and works on multiple fields including flow control, circuit breaking and system adaptive protection, to guarantee the reliability and resiliency of microservices. Rich applicable scenarios: Sentinel has been wildly used in Alibaba, and has covered almost all the core-scenarios in Double-11 (11.11) Shopping Festivals in the past 10 years, such as “Second Kill” which needs to limit burst flow traffic to meet the system capacity, throttling, circuit breaking for unreliable downstream services, distributed rate limiting, etc. Real-time monitoring: Sentinel also provides real-time monitoring ability. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    webshell

    webshell

    This is a webshell open source project

    This is a webshell collection project. If you have downloaded this project, please submit a shell. This project covers various common scripts. Such as: asp, aspx, php, jsp, pl, py. Such as submitting various webshells, please do not change the name and password. All shells themselves do not guarantee whether there is a backdoor, but I will never add a backdoor deliberately when uploading by myself. Please don’t add a backdoor if you submit it. If you find backdoor code, please issue. The...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    AlicesWindowCloserApp

    AlicesWindowCloserApp

    A simple program that closes all active windows

    A simple program that closes all active windows Command-line flags: --force Kill any processes that have an open window. (Dangerous!) --help Show help flags Other information The best way to use this program would probably be to pin it to your taskbar or add a shortcut to it on your desktop or start menu. You can also add a keyboard shortcut to it in the options of the shortcut.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    The Last One

    The Last One

    A First Person Shooting Game

    You are stranded in the Loner's Island. All you have is a VHS2 rifle. There are hungry and frightening zombies roaming around. Be careful. Kill as many as you can in the time limit. DON'T GET YOURSELF KILLED.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
MongoDB Logo MongoDB