commit
f0b190a86e
|
@ -2,6 +2,8 @@
|
|||
import readline
|
||||
|
||||
from attacks import *
|
||||
import urllib3
|
||||
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
|
||||
|
||||
|
||||
class GraphQLmap(object):
|
||||
|
|
Loading…
Reference in New Issue