This repository was archived by the owner on Jan 21, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 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 )
2
2
** Use Python3 to build a botnet (include bot and c& ; c)**
3
3
4
4
** Xor encode traffic**
5
5
6
+ ** Qbot style Login.**
7
+
6
8
Build up a easy P2P botnet with python3.
7
9
8
10
*** 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 :)
11
13
12
14
## C&C Features
13
15
16
+ Using login.txt to check account.
17
+
14
18
** TCP Keep-Alive Connection**
15
19
16
20
** Simple CNC** with ** Xor encode traffic**
@@ -35,3 +39,22 @@ Then, edit the password of cnc.py and run the cnc.py:
35
39
python3 cnc.py <port>
36
40
37
41
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.**
You can’t perform that action at this time.
0 commit comments