MatrixTM / MatrixTM/MHDDoS

[BUG Report]:MEM method issue

Open
#673 3 comments 0 reactions 1 assignee View on GitHub

@MHProDev is already working on this.

Since Sep 2, 2025.

bug
Dominant language
Python
Stars
16.7k
Forks
3.6k
Avg merge
1d 16h
Merged PRs (30d)
5

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.