示例#1
0
 def __init__(self, http, xmlRepGenerator):
     Attack.__init__(self, http, xmlRepGenerator)
     self.payloads = self.loadPayloads(
         os.path.join(self.CONFIG_DIR, self.CONFIG_FILE))
示例#2
0
 def __init__(self, http, xmlRepGenerator):
     Attack.__init__(self, http, xmlRepGenerator)
示例#3
0
 def __init__(self, http, xmlRepGenerator):
     Attack.__init__(self, http, xmlRepGenerator)
     self.blind_sql_payloads = self.loadPayloads(
         os.path.join(self.CONFIG_DIR, self.CONFIG_FILE))
     self.excludedGET = []
     self.excludedPOST = []