Proxy Support (Resolves #55)

This commit is contained in:
Somdev Sangwan
2018-11-14 10:50:22 +05:30
committed by GitHub
parent 8be7987022
commit b490ab26b9
3 changed files with 11 additions and 3 deletions

View File

@@ -1,9 +1,12 @@
changes = '''blind xss support'''
changes = '''proxy support'''
defaultEditor = 'nano'
blindPayload = '' # your blind XSS payload
xsschecker = 'v3dm0s' # A non malicious string to check for reflections and stuff
# More information on adding proxies: http://docs.python-requests.org/en/master/user/advanced/#proxies
proxies = {'http' : 'http://0.0.0.0:8080', 'https' : 'http://0.0.0.0:8080'}
minEfficiency = 90
delay = 0