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
┌─[parrot@parrot]─[~]
└──╼ $cd xerosploit
sudo python3 xerosploit.py
Traceback (most recent call last):
File "/home/parrot/xerosploit/xerosploit.py", line 980, in main
home()
File "/home/parrot/xerosploit/xerosploit.py", line 62, in home
config0()
File "/home/parrot/xerosploit/xerosploit.py", line 44, in config0
up_interface = open('/opt/xerosploit/tools/files/iface.txt', 'r').read()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/opt/xerosploit/tools/files/iface.txt'
The text was updated successfully, but these errors were encountered:
┌─[parrot@parrot]─[~]
└──╼ $cd xerosploit
sudo python3 xerosploit.py
Traceback (most recent call last):
File "/home/parrot/xerosploit/xerosploit.py", line 980, in main
home()
File "/home/parrot/xerosploit/xerosploit.py", line 62, in home
config0()
File "/home/parrot/xerosploit/xerosploit.py", line 44, in config0
up_interface = open('/opt/xerosploit/tools/files/iface.txt', 'r').read()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/opt/xerosploit/tools/files/iface.txt'
The text was updated successfully, but these errors were encountered: