Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyric.error: [Errno 2] No such file or directory #1645

Open
DartLord5000 opened this issue Apr 2, 2024 · 1 comment
Open

pyric.error: [Errno 2] No such file or directory #1645

DartLord5000 opened this issue Apr 2, 2024 · 1 comment

Comments

@DartLord5000
Copy link

[*] Starting Wifiphisher 1.4GIT ( https://wifiphisher.org ) at 2024-04-02 03:02
[+] Timezone detected. Setting channel range to 1-13
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/PyRIC-0.1.6.4-py3.11.egg/pyric/pyw.py", line 1065, in devinfo
msg = nl.nlmsg_new(nltype=familyid(nlsock),
^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/PyRIC-0.1.6.4-py3.11.egg/pyric/pyw.py", line 2244, in familyid
rmsg = nl.nl_recvmsg(nlsock)
^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/PyRIC-0.1.6.4-py3.11.egg/pyric/lib/libnl.py", line 244, in nl_recvmsg
msg = nlmsg_fromstream(sock.recv())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/PyRIC-0.1.6.4-py3.11.egg/pyric/lib/libnl.py", line 444, in nlmsg_fromstream
raise error(abs(e),strerror(abs(e)))
libnl.error: [Errno 2] No such file or directory

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/local/bin/wifiphisher", line 33, in
sys.exit(load_entry_point('wifiphisher==1.4', 'console_scripts', 'wifiphisher')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/wifiphisher-1.4-py3.11.egg/wifiphisher/pywifiphisher.py", line 762, in run
engine.start()
File "/usr/local/lib/python3.11/dist-packages/wifiphisher-1.4-py3.11.egg/wifiphisher/pywifiphisher.py", line 435, in start
self.network_manager.start(args)
File "/usr/local/lib/python3.11/dist-packages/wifiphisher-1.4-py3.11.egg/wifiphisher/common/interfaces.py", line 740, in start
raise error
File "/usr/local/lib/python3.11/dist-packages/wifiphisher-1.4-py3.11.egg/wifiphisher/common/interfaces.py", line 728, in start
card = pyw.getcard(interface)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/PyRIC-0.1.6.4-py3.11.egg/pyric/pyw.py", line 277, in getcard
if nlsock is None: return nlstub(getcard, dev)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/PyRIC-0.1.6.4-py3.11.egg/pyric/pyw.py", line 2279, in nlstub
return fct(*argv)
^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/PyRIC-0.1.6.4-py3.11.egg/pyric/pyw.py", line 278, in getcard
return devinfo(dev, nlsock)['card']
^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/PyRIC-0.1.6.4-py3.11.egg/pyric/pyw.py", line 1084, in devinfo
raise pyric.error(e.errno, e.strerror)
pyric.error: [Errno 2] No such file or directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@DartLord5000 and others