Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors #1

Open
Heyo7726 opened this issue Aug 13, 2024 · 0 comments
Open

Errors #1

Heyo7726 opened this issue Aug 13, 2024 · 0 comments

Comments

@Heyo7726
Copy link

There is so much stuff idek what to title it as:

Traceback (most recent call last):
File "/home/mibn/5exp-DDoS/auto.py", line 245, in
asyncio.run(main(args.target_url, args.attack_duration))
File "/usr/lib/python3.11/asyncio/runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/asyncio/base_events.py", line 653, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/home/mibn/5exp-DDoS/auto.py", line 232, in main
save_zombie_ip(ip_address)
File "/home/mibn/5exp-DDoS/auto.py", line 170, in save_zombie_ip
with open('zombies.txt', 'a') as file:
^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 24] Too many open files: 'zombies.txt'
2024-08-13 19:52:11,562 - [gpon_80] exploitable 172.202.247.140
2024-08-13 19:52:11,760 - [gpon_80] exploitable 38.153.95.14
2024-08-13 19:52:11,760 - [gpon_8080] exploitable 38.153.95.14
2024-08-13 19:52:12,430 - [netgear_8080] exploitable 38.153.95.14
2024-08-13 19:52:12,532 - [netgear_80] exploitable 38.153.95.14
2024-08-13 19:52:13,419 - [netgear_80] exploitable 172.202.247.140
2024-08-13 19:52:16,950 - Task exception was never retrieved
future: <Task finished name='Task-23259' coro=<send_ddos_requests() done, defined at /home/mibn/5exp-DDoS/auto.py:180> exception=RuntimeError('Session is closed')>
Traceback (most recent call last):
File "/home/mibn/5exp-DDoS/auto.py", line 195, in send_ddos_requests
async with session.get(target_url, headers=headers, timeout=3) as response:
File "/usr/lib/python3/dist-packages/aiohttp/client.py", line 1141, in aenter
self._resp = await self._coro
^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/aiohttp/client.py", line 400, in _request
raise RuntimeError("Session is closed")
RuntimeError: Session is closed
2024-08-13 19:52:16,959 - Task exception was never retrieved
future: <Task finished name='Task-23257' coro=<send_ddos_requests() done, defined at /home/mibn/5exp-DDoS/auto.py:180> exception=RuntimeError('Session is closed')>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant