sensepost / SPartan

Frontpage and Sharepoint fingerprinting and attack tool.
277 stars 77 forks source link

Error when running an authenticated scan #15

Open Aajnow opened 6 years ago

Aajnow commented 6 years ago

global name 'ignore_ssl' is not defined Verbosity is set to HIGH. Spartan will print all resources found. Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "SPartan.py", line 496, in run self.urlProcessor(self.url) File "SPartan.py", line 523, in urlProcessor if authed:

NameError: global name 'authed' is not defined

I am setting the credentials using the -l option (-l domain.com\username:test) Uncredentialed scan runs just fine.

rdrg-ar commented 5 years ago

I got the same error. Is there a fix or a workaround for this?

TestingPens commented 5 years ago

Seems to be the reference to the authed variable. Give it a shot now.