dvtarsoul/5exp-DDoS

Errors

Opened this issue · 0 comments

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')>