epsylon / ufonet

UFONet - Denial of Service Toolkit
https://ufonet.03c8.net
2.2k stars 612 forks source link

Exception in thread Thread-7 #409

Closed swordapi closed 2 years ago

swordapi commented 2 years ago

Exception in thread Thread-7: Traceback (most recent call last): File "/files/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/files/home/ufonet/core/webgui.py", line 66, in run res = self.pages.get(req) File "/files/home/ufonet/core/webgui.py", line 7771, in get f = open("/tmp/out", "w") FileNotFoundError: [Errno 2] No such file or directory: '/tmp/out'

epsylon commented 2 years ago

FileNotFoundError: [Errno 2] No such file or directory: '/tmp/out' -> the file doesn't exists and should be created next time you run the tool. Also you can "touch" it (touch /tmp/out) to have a new one and solve this.