errors after you start attack.
Opened this issue · 1 comments
Deleted user commented
code error:
Traceback (most recent call last):
File "collapsar.py", line 93, in
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/usr/lib/python3.7/threading.py", line 865, in run
self._target(*self._args, **self._kwargs)
File "collapsar.py", line 75, in atk
ua = random.choice(useragent)
NameError: name 'useragent' is not defined
main() #Code By GogoZin
File "collapsar.py", line 71, in main
opth()
File "collapsar.py", line 25, in opth
print('Threads ' + str(g+1) + " Created ")
NameError: name 'g' is not defined
TheSpeedX commented
Thats an issue with your code due to undefined variables.
Thiss issue dont belong here.