[BUG Report]:MEM method issue
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
this error spreads to all methods with amplification
Try restoring Reflector Files
cd /root/MHDDoS mkdir -p files curl -sL https://raw.githubusercontent.com/MatrixTM/MHDDoS/master/files/dns.txt -o files/dns.txt curl -sL https://raw.githubusercontent.com/MatrixTM/MHDDoS/master/files/ntp.txt -o files/ntp.txt curl -sL https://raw.githubusercontent.com/MatrixTM/MHDDoS/master/files/ssdp.txt -o files/ssdp.txt curl -sL https://raw.githubusercontent.com/MatrixTM/MHDDoS/master/files/memc.txt -o files/memc.txt
as @daxflow said try restoring the reflector files