x3omdax / PenBox

PenBox - A Penetration Testing Framework - The Tool With All The Tools , The Hacker's Repo
https://www.facebook.com/CEH.TN
Other
464 stars 195 forks source link

AttributeError: TNscan instance has no attribute 'portScanner' #13

Closed spythedude closed 8 years ago

spythedude commented 8 years ago

Hi X3, great tool, mate - I'm just having a play about but seem to have an issue here..

4) Find control panel 5) Find zip files 6) Find upload files 7) Get server users 8) Scan from SQL injection 9) Scan ports (range of ports) 10) Scan ports (common ports) 11) Get server banner 12) Bypass Cloudflare 99) Exit

Enter choice -> 9 Enter range of ports, (ex : 1-1000) -> 21-443 Traceback (most recent call last): File "penbox.py", line 1477, in menu() File "penbox.py", line 87, in menu info() File "penbox.py", line 638, in info menu() File "penbox.py", line 93, in menu exp() File "penbox.py", line 734, in exp menu() File "penbox.py", line 97, in menu webhack() File "penbox.py", line 322, in webhack menu() File "penbox.py", line 97, in menu webhack() File "penbox.py", line 322, in webhack menu() File "penbox.py", line 97, in menu webhack() File "penbox.py", line 322, in webhack menu() File "penbox.py", line 99, in menu tnn() File "penbox.py", line 1299, in init TNscan(aaa) File "penbox.py", line 824, in init self.portScanner(1, ran) AttributeError: TNscan instance has no attribute 'portScanner'

x3omdax commented 8 years ago

will fix soon

x3omdax commented 8 years ago

works just fine here http://pix.toile-libre.org/upload/original/1471982907.png try to install any dependencies or lybraries that you dont have

spythedude commented 8 years ago

Options 9 and 10 in Private Tools are no good

image

x3omdax commented 8 years ago

https://github.com/x3omdax/PenBox/commit/1b170d8cfc0f23fa6f94877ed8b99e3d1bc42a7b

spythedude commented 8 years ago

still same bro.. When I run the original TNscan it works perfectly

image

x3omdax commented 8 years ago

did you add spaces + def portScanner(self, mode, ran) : ??