EvilLimiter Next Generation by KevinCrrl

4 Open Issues Need Help Last updated: Mar 16, 2026

Open Issues Need Help

View All on GitHub

AI Summary: This issue requires manually fixing lines of code that exceed the maximum length limit, as indicated by "Line too long" warnings. The fix involves adjusting the code to be more concise and then verifying it with flake8, removing any temporary exclusions added to the .flake8 file.

Complexity: 2/5
help wanted good first issue

EvilLimiter Next Generation by KevinCrrl

Python

AI Summary: This issue proposes to enhance the autocomplete functionality in EvilLimiter-NG by migrating from a basic `WordCompleter` to a more sophisticated `NestedCompleter`. This change aims to provide more contextually relevant suggestions to users, improving the overall command-line experience.

Complexity: 3/5
enhancement help wanted good first issue

EvilLimiter Next Generation by KevinCrrl

Python

AI Summary: This issue requires encapsulating raw ARP packets within Ethernet frames in the `evillimiter_ng/networking/spoof.py` file. This will resolve Scapy warnings caused by missing Ethernet headers and ensure adherence to networking standards.

Complexity: 2/5
help wanted good first issue

EvilLimiter Next Generation by KevinCrrl

Python

AI Summary: This GitHub issue is a general call for contributions to the EvilLimiter-ng project, aiming to keep it alive. It encourages community members to help by reporting bugs, submitting pull requests for bug fixes, UX improvements, or new features, and by keeping the project's documentation up-to-date. The maintainers welcome any form of contribution to sustain the project.

Complexity: 1/5
documentation help wanted good first issue

EvilLimiter Next Generation by KevinCrrl

Python