Metadata-Version: 2.3
Name: botnet-core
Version: 0.1.0a0
Summary: This project aims to act as a framework for any scale of botnet. Priority focuses are on security and simple management of clients.
License: MIT
Author: NotNullified
Author-email: 70493755+NotNullified@users.noreply.github.com
Requires-Python: >=3.13
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 3.13
Project-URL: Issues, https://github.com/NotNullified/botnet/issues
Project-URL: Repository, https://github.com/NotNullified/botnet.git
Description-Content-Type: text/markdown


# botnet
<p style="center">
  <a href="https://choosealicense.com/licenses/mit/"><img src="https://img.shields.io/badge/License-MIT-green.svg" alt="MIT License"></a>
  <img src="https://img.shields.io/pypi/v/botnet" alt="PyPI - Version">
  <img src="https://img.shields.io/pypi/dm/botnet" alt="PyPI - Downloads">
  <img src="https://img.shields.io/discord/1390503810748776501?logo=discord&amp;logoColor=ffffff&amp;label=discord&amp;color=5865f2" alt="Discord">
</p>
This project aims to act as a framework for any scale of botnet. Priority focuses are on security and simple management of clients. I was displeased with the lack of libraries purpose built for this subject, so I made one.



## Features
- Handle large quantities of clients asynchronously
- Security
  - [ ] End to end encryption
  - [ ] Tor routing
  - [ ] Proxy(ies) via cycling where applicable
  - [ ] VPN
  - [ ] More?
- Easy client control
  - Class based clients
  - Broadcast filters
  - Modular client features



## Installation
Installation may be done via pip.<br/>
**Developed in python 3.13**
```bash
# Linux
python3 -m pip install botnet
# Windows (if installed from python.org and not the windows store)
py -m pip install botnet
```



## 
> [!NOTE]  
> This project *can* be used for illicit purposes like many others, but that was never the goal of this project, nor will such uses ever be endorsed by the project author or any of its maintainers.

