This repository was archived by the owner on Sep 15, 2020. It is now read-only.

Description
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)