AlaBouali / bane

The "bane" Python library stands out as a robust toolkit catering to a wide spectrum of cybersecurity and networking tasks. Its versatile range of functionalities covers various aspects, including bruteforce attacks, cryptographic methods, DDoS attacks, information gathering, botnet creation and management, and CMS vulnerability scanning and more..

Home Page:https://alabouali.medium.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AttributeError: 'port_scan' object has no attribute '__dict__'. Did you mean: '__dir__'?

TajangSec opened this issue · comments

When I used Information gathering ->Very Fast port scan, an error occurred and the error content was as follows:
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\Python\lib\site-packages\bane-4.8.4-py3.10.egg\bane\info_s.py", line 422, in __init__ AttributeError: 'port_scan' object has no attribute '__dict__'. Did you mean: '__dir__'?
image
May I ask why this problem occurs? It should not be caused by my environment.

fixed.