Nov-02-2020, 12:04 PM
Hello, I have this FileNotFoundError and I need help
This DDoS project is just for educational purposes and I'm testing it on my own network
and also I want to learn more stuff about this project but this error doesn'tlet me so please help.
1 2 3 4 |
global data headers = open ( "C:\\Users\\sazug\\OneDrive\\Desktop\\DDOS\\hammer\\headers\\headers.txt" , "r" ) data = headers.read() headers.close |
and also I want to learn more stuff about this project but this error doesn'tlet me so please help.
Error:Traceback (most recent call last):
File "Hammer.py", line 120, in <module>
headers = open("C:\\Users\\sazug\\OneDrive\\Desktop\\DDOS\\hammer\\headers\\headers.txt", "r")
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\sazug\\OneDrive\\Desktop\\DDOS\\hammer\\headers\\headers.txt'
Thank You!