MHDDoS icon indicating copy to clipboard operation
MHDDoS copied to clipboard

[BUG Report]:MEM method issue

Open F1nnnn opened this issue 4 months ago • 3 comments

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


F1nnnn avatar Sep 02 '25 11:09 F1nnnn

this error spreads to all methods with amplification

F1nnnn avatar Sep 02 '25 12:09 F1nnnn

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

daxflow avatar Oct 30 '25 11:10 daxflow

as @daxflow said try restoring the reflector files

Nightmare-cryptoe2 avatar Nov 10 '25 17:11 Nightmare-cryptoe2