Skip to content

Commit

Permalink
Update sqliscanner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex committed Jun 6, 2019
1 parent 5a118fa commit 0f757e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sqliscanner.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
import requests
import json
import re

from requests.packages.urllib3.exceptions import InsecureRequestWarning
requests.packages.urllib3.disable_warnings(InsecureRequestWarning)

class sqliScannerClass():

def __init__(self):
Expand Down

0 comments on commit 0f757e6

Please sign in to comment.