0xdevalias / sparty

Sparty - MS Sharepoint and Frontpage Auditing Tool [Unofficial]
http://sparty.secniche.org/
Other
93 stars 41 forks source link

SSL Error on testing self signed sites #7

Open JamesHovious opened 8 years ago

JamesHovious commented 8 years ago

The current script will give an error when testing a self signed sharepoint site. I can either

A- submit a pull request using this as a hack on all instances of urlopen() https://stackoverflow.com/questions/19268548/python-ignore-certicate-validation-urllib2

B- submit a pull request that adds a command line argument that allows for bypassing certification checks.

Please advise on your preference.

Using python 2.7.9 (current default version on kali)

0xdevalias commented 8 years ago

I think the more general solution of 'B' would probably be more appropriate. I'm not really actively using/maintaining this script though. I'm not sure if @adityaks is/plans to over at https://github.com/adityaks/sparty ?