Replies: 1 comment 1 reply
-
You can't post unrelated questions in this forum. Please find an appropriate place to ask your questions. This place is for users of the python-socketio package. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I follow a online course from Udemy and in one project i have to type the sourcecode myself.
But I receive an error :
Here is the code from portscanner.py
And here from vulscan.py:
The error is:
target = portscanner.PortScan(targets_ip,port_number)
^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'portscanner' has no attribute 'PortScan'. Did you mean: 'portscan'?
Beta Was this translation helpful? Give feedback.
All reactions