Merge pull request #9 from Naategh/master

Disable InsecureRequestWarning
pull/13/head
Swissky 2020-02-07 14:16:57 +01:00 committed by GitHub
commit f0b190a86e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
import readline
from attacks import *
import urllib3
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
class GraphQLmap(object):