Fix issue #14 - Merge pull request #15 from cclauss/patch-1

Remove workaround for InsecureRequestWarning
pull/16/head
Swissky 2017-09-07 17:26:09 +02:00 committed by GitHub
commit ab4c5076bb
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ from engine.wordpress import *
from engine.scan import *
from engine.fuzz import *
from engine.brute import *
from requests.packages.urllib3.exceptions import InsecureRequestWarning
if __name__ == "__main__":