Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit 75fb33f

Browse files
authored
Update README.md
1 parent 1f8a4ce commit 75fb33f

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# Python3-Botnet ![](https://img.shields.io/badge/Version-2.0-brightgreen.svg) ![](https://img.shields.io/badge/license-GPL3.0-blue.svg)
1+
# Python3-Botnet ![](https://img.shields.io/badge/Version-2.1-brightgreen.svg) ![](https://img.shields.io/badge/license-GPL3.0-blue.svg)
22
**Use Python3 to build a botnet (include bot and c&c)**
33

44
**Xor encode traffic**
55

6+
**Qbot style Login.**
7+
68
Build up a easy P2P botnet with python3.
79

810
***Youtube Video: https://youtu.be/3_JnAXVtFNs (outdated)***
@@ -11,6 +13,8 @@ I will upload xor version and new tut video as fast as i can :)
1113

1214
## C&C Features
1315

16+
Using login.txt to check account.
17+
1418
**TCP Keep-Alive Connection**
1519

1620
**Simple CNC** with **Xor encode traffic**
@@ -35,3 +39,22 @@ Then, edit the password of cnc.py and run the cnc.py:
3539
python3 cnc.py <port>
3640

3741
At Last, run the bot.py in any python3 environment(IDE, codeanywhere,etc.) then the **Bot** is online.
42+
43+
***To login cnc***, using **putty raw-mode** or telnet(**in linux**) to connect it then
44+
45+
input worlds "Login" will show the login parameters
46+
47+
Username:
48+
At this moment, u should create a text called login.txt and input the username and password in it
49+
50+
Like this:
51+
52+
Leeon123 test
53+
54+
After that, Just input ur username and password.
55+
56+
57+
Username:Leeon123
58+
Password:test
59+
60+
**Welcome to Python3 C&C Server.**

0 commit comments

Comments
 (0)