Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xdaksh/killerjs
A Server-Killer that Doesn't Kill Server Process but Kills the entire Functioning of the Server.
https://github.com/0xdaksh/killerjs
js killer killerjs linux nodejs server
Last synced: 1 day ago
JSON representation
A Server-Killer that Doesn't Kill Server Process but Kills the entire Functioning of the Server.
- Host: GitHub
- URL: https://github.com/0xdaksh/killerjs
- Owner: 0xDaksh
- License: mit
- Created: 2017-06-06T01:19:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-06T22:46:04.000Z (over 7 years ago)
- Last Synced: 2024-10-08T01:18:13.837Z (about 1 month ago)
- Topics: js, killer, killerjs, linux, nodejs, server
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/killerjs
- Size: 10.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# KillerJS
Kills any *Server* in an Instant, This module Doesn't Kill Server Process but Kills the entire Functioning of the Server. It's essentially a kill-switch for those scammers out there who get the work done by Developers but Don't pay or Block.
### Use it with Caution
I'm not responsible if you destroy your PC or Somehting, It's just made for the Developers who get scammed by Clients and Hence can destroy their Server for The Damage Caused to them and their Code.
Please Use it with Caution and I do-not recommend using it on your own pc or even a Server. Try it on a Virtual Machine, if you want to but Never Use it with your Main Computer.
### How It Works?
- Import It
- Run it as a Function or Use the Set of Methods Below
- Returns a Promise
- Use the JavaScript Then function to Know if the Server has been Killed or not.
- Use the JavaScript Catch function to Check What error occured.### The Code
```javascript
var killer = require('killerjs')
killer.destroyRoot().then((status) => {
console.log(status) // Killed the Server
}).catch((err) => {
console.log(err) // Insufficent Permissions (Run with Root.)
})
```
### Methods
```javascript
killer.destroyRoot() // destroys the root dir
killer.format() // formats the HDD
killer.overWrite() // overWrites the HDD With Zeros
killer.implode() // implodes the Drive
killer.wipe() // wipes the harddrive
killer.forkBomb() // a Fork Bomb
killer.disableRoot() // disables root access for all
killer.destroyProject() // destroys your Project dir
killer.destroyADir('AddTheDirectoryToKillHere') // kills that following dir
```### Extras
* ✨ [pc-stats](https://github.com/Dakssh/node-pc-stats) - PC Stats API
* 🚩 [employee-churn](https://github.com/Dakssh/EmployeeChurn) - A Deep Neural Network for Calculating Churn
* 🌎 [node-FileScraper](https://github.com/Dakssh/node-FileScraper) - A File Scraper Which Scrapes Files for you### License
Licensed Under the MIT License to Daksh Miglani