-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Description
Version
2.4 (Default)
Which section is the problem?
L4 (DDoS Attack Layer 4)
Please complete the following information
- OS: Ubuntu 22
- Installed Requirements Version [e.g. PyRoxy1.0b5]
- Python Version Python 3.10.12
What happened (Describe the bug) ?
File "/root/MHDDoS/start.py", line 582, in _generate_amp
for ref in self._ref:
TypeError: 'NoneType' object is not iterable
for ref in self._ref:
TypeError: 'NoneType' object is not iterable
for ref in self._ref:
TypeError: 'NoneType' object is not iterable
self._amp_payloads = cycle(self._generate_amp())
File "/root/MHDDoS/start.py", line 582, in _generate_amp
for ref in self._ref:
TypeError: 'NoneType' object is not iterable
for ref in self._ref:
TypeError: 'NoneType' object is not iterable
Exception in thread Thread-50:
Traceback (most recent call last):
File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/root/MHDDoS/start.py", line 411, in run
self.select(self._method)
File "/root/MHDDoS/start.py", line 622, in select
self._amp_payloads = cycle(self._generate_amp())
File "/root/MHDDoS/start.py", line 582, in _generate_amp
for ref in self._ref:
TypeError: 'NoneType' object is not iterable
Screenshots
1
Please provide a link to a minimal reproduction of the bug
No response
Relevant log output
Additional context
No response
Your code