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..
https://alabouali.medium.com/
MIT License
287 stars 56 forks source link

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

Closed TajangSec closed 11 months ago

TajangSec commented 1 year ago

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.

AlaBouali commented 11 months ago

fixed.