All Projects → 4k-developer → 4K-Botnet

4k-developer / 4K-Botnet

Licence: LGPL-3.0 License
A simple and easy to use JS Botnet

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to 4K-Botnet

Python-Botnet
This is a simple DDoS python botnet script with remote monitoring & management for education purposes.
Stars: ✭ 119 (+63.01%)
Mutual labels:  ddos, botnet
ZBOT-Botnet
IRC based botnet developed in C
Stars: ✭ 25 (-65.75%)
Mutual labels:  ddos, botnet
Ddos Rootsec
DDOS Archive by RootSec (Scanners, BotNets (Mirai and QBot Premium & Normal and more), Exploits, Methods, Sniffers)
Stars: ✭ 108 (+47.95%)
Mutual labels:  ddos, botnet
Python3-Botnet
Project moved to -> https://github.com/Leeon123/Aoyama
Stars: ✭ 24 (-67.12%)
Mutual labels:  ddos, botnet
Raven-Storm
Raven-Storm is a powerful DDoS toolkit for penetration tests, including attacks for several protocols written in python. Takedown many connections using several exotic and classic protocols.
Stars: ✭ 235 (+221.92%)
Mutual labels:  ddos, botnet
Ufonet
UFONet - Denial of Service Toolkit
Stars: ✭ 963 (+1219.18%)
Mutual labels:  ddos, botnet
Aoyama
A New version of Python3 botnet, old version: http://github.com/Leeon123/Python3-botnet
Stars: ✭ 161 (+120.55%)
Mutual labels:  ddos, botnet
hashseq
A simple proof of work, mainly designed to mitigate DDoS attacks.
Stars: ✭ 20 (-72.6%)
Mutual labels:  ddos
paradoxiaRAT
ParadoxiaRat : Native Windows Remote access Tool.
Stars: ✭ 583 (+698.63%)
Mutual labels:  botnet
XENA
XENA is the managed remote administration platform for botnet creation & development powered by blockchain and machine learning. Aiming to provide an ecosystem which serves the bot herders. Favoring secrecy and resiliency over performance. It's micro-service oriented allowing for specialization and lower footprint. Join the community of the ulti…
Stars: ✭ 127 (+73.97%)
Mutual labels:  botnet
Anti-DDOS-Script
Anti DDOS Protection that will stop DDOS from taking down your Linux Server
Stars: ✭ 51 (-30.14%)
Mutual labels:  ddos
DDOS Detection
ddos attack detector using ML Algorithms
Stars: ✭ 38 (-47.95%)
Mutual labels:  ddos
pc
people's cloud: using the ideas of botnets for good
Stars: ✭ 31 (-57.53%)
Mutual labels:  botnet
chrome-crusader
Chrome Crusader
Stars: ✭ 24 (-67.12%)
Mutual labels:  botnet
Javascript-Botnet-C-Sharp
This is a plugin for the c# R.A.T Server providing extension to javascript based browser botnets
Stars: ✭ 22 (-69.86%)
Mutual labels:  botnet
GoriaNet
🐼 IoT worm written in pure golang.
Stars: ✭ 64 (-12.33%)
Mutual labels:  botnet
HULK-v3
Asynchronous HTTP Botnet for Distributed Denial of Service (DDoS)
Stars: ✭ 152 (+108.22%)
Mutual labels:  ddos
PoW-Shield
Project dedicated to fight Layer 7 DDoS with proof of work, featuring an additional WAF. Completed with full set of features and containerized for rapid and lightweight deployment.
Stars: ✭ 99 (+35.62%)
Mutual labels:  ddos
ddos
DDoS Attack & Protection Tools for Windows, Linux & Android
Stars: ✭ 84 (+15.07%)
Mutual labels:  ddos
ddos dissector
Software responsible for extracting DDoS Fingerprints from traffic captures.
Stars: ✭ 54 (-26.03%)
Mutual labels:  ddos

4K-Botnet

A simple and easy to use JS Botnet

How to Setup

  1. Clone repository
  2. Upload the "Botnet" folder to your webserver
  3. Edit "bot.js"
    • Change the "SERVER_URL" variable to your website's url
    • Change the "api_dev_key" varibable to match your pastebin's account key
    • Change the "api_user_key" variable to match your pastebin's account key
  4. Done

How to use

  1. Edit the "cmds.txt" file - Each command on a seprate line
  2. Inject "bot.js" into the victim's webpage

Commands

You can put any JS code in the "cmds.txt" file and it will be executed [i.e. "alert('Hacked by Chowix40!')] or one of the following fuctions

DDoS - UNTESTED

  • Usage - cmds.txt: DDoS(url)
  • DDoSes a website via layer 7

getCreds

  • Usage - cmds.txt: getCreds()
  • Looks for any login forms and saves the entered login info
  • Login info will be saved to pastebin account as a private paste. Look for the [PW] marker

getCookies

  • Usage - cmds.txt: getCookes()
  • Steals cookie information
  • Cookies will be saved to pastebin account as a private paste. Look for the [C] marker

browserKill

  • Usage - cmds.txt: browserKill()
  • Effect Varies on device and browser
  • Same effect as crashsafari.com

reDire

  • Usage - cmds.txt: reDire('example.com')
  • Redirects to another webpage

ipLog

  • Usage - cmds.txt: ipLog()
  • Saves IP data to pastebin account as a private paste. Look for the [IP] marker

TODO

  • Optimize Code
  • Add uids of some sort
  • Add more functions

How to inject

  • MITM
  • Evil proxy server
  • Any other way to inject JS files

DISCLAMER

  • This is for educational purposes ONLY
  • I or anyone else who works on this project can't and won't be held responsible for anything YOU do with this
  • Please use responsibly
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].