byt3bl33d3r / DeathStar

Uses Empire's (https://github.com/BC-SECURITY/Empire) RESTful API to automate gaining Domain and/or Enterprise Admin rights in Active Directory environments using some of the most common offensive TTPs.
GNU General Public License v3.0
1.57k stars 331 forks source link

InsecureRequestWarning #19

Closed cryptolok closed 7 years ago

cryptolok commented 7 years ago

If requests library is outdated, one may get the following error:

Traceback (most recent call last): File "./DeathStar.py", line 35, in from requests.packages.urllib3.exceptions import InsecureRequestWarning ImportError: cannot import name 'InsecureRequestWarning'

cryptolok commented 7 years ago

In order to avoid it, an update must be done:

easy_install3 --upgrade pip
pip3 install requests --upgrade