-
Notifications
You must be signed in to change notification settings - Fork 257
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
AttributeError: 'FileFinder' object has no attribute 'find_module' #283
Labels
bug
Something isn't working
Comments
Same issue here. Anyone got a workaround or fix? |
When I install pwncat from a virtual environment like it is mentioned in the readme it doesnt throw this error and it's working fine. At least for me.
The blackarch package seems to be broken. |
@fusaty |
Still persistent |
5 tasks
@calebstewart |
when merge? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
find_module seems to be deprecated and find_spec should be use instead.
cpython issues
Output
Exception in thread Thread-1 (start_listener): Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1073, in _bootstrap_inner self.run() File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1010, in run self._target(*self._args, **self._kwargs) File "/Users/c0d3ninja/Tools/CVE-2023-43208-EXPLOIT/CVE-2023-43208.py", line 68, in start_listener with pwncat.manager.Manager() as manager: ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/pwncat/manager.py", line 811, in __init__ self.parser = CommandParser(self) ^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/pwncat/commands/__init__.py", line 436, in __init__ loader.find_module(module_name) ^^^^^^^^^^^^^^^^^^ AttributeError: 'FileFinder' object has no attribute 'find_module'
Python version
Python 3.12.2
Pwncat Version
0.5.4
The text was updated successfully, but these errors were encountered: