You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The deface module show me errors and exit automatically when I specify html file. Others modules works....... only this last doesn't work....
Error:
Traceback (most recent call last): File "/opt/xerosploit/xerosploit.py", line 981, in main cmd0() File "/opt/xerosploit/xerosploit.py", line 869, in cmd0 scan() File "/opt/xerosploit/xerosploit.py", line 129, in scan target_ip() File "/opt/xerosploit/xerosploit.py", line 855, in target_ip program0() File "/opt/xerosploit/xerosploit.py", line 829, in program0 option() File "/opt/xerosploit/xerosploit.py", line 825, in option option() File "/opt/xerosploit/xerosploit.py", line 784, in option deface() File "/opt/xerosploit/xerosploit.py", line 782, in deface deface() File "/opt/xerosploit/xerosploit.py", line 774, in deface f1 = open('/home/home/xero-html.html','w') IOError: [Errno 2] No such file or directory: '/home/home/xero-html.html'
How to resolve?
The text was updated successfully, but these errors were encountered:
The deface module show me errors and exit automatically when I specify html file. Others modules works....... only this last doesn't work....
Error:
Traceback (most recent call last): File "/opt/xerosploit/xerosploit.py", line 981, in main cmd0() File "/opt/xerosploit/xerosploit.py", line 869, in cmd0 scan() File "/opt/xerosploit/xerosploit.py", line 129, in scan target_ip() File "/opt/xerosploit/xerosploit.py", line 855, in target_ip program0() File "/opt/xerosploit/xerosploit.py", line 829, in program0 option() File "/opt/xerosploit/xerosploit.py", line 825, in option option() File "/opt/xerosploit/xerosploit.py", line 784, in option deface() File "/opt/xerosploit/xerosploit.py", line 782, in deface deface() File "/opt/xerosploit/xerosploit.py", line 774, in deface f1 = open('/home/home/xero-html.html','w') IOError: [Errno 2] No such file or directory: '/home/home/xero-html.html'
How to resolve?
The text was updated successfully, but these errors were encountered: