mirror of
https://github.com/mgeeky/Penetration-Testing-Tools.git
synced 2024-11-22 10:31:38 +01:00
Update py-collaborator-mitmproxy-addon.py
This commit is contained in:
parent
8e5be9731c
commit
0939c6f70e
@ -22,8 +22,7 @@ VERSION = '0.1'
|
|||||||
# Must point to JSON file containing configuration mentioned in `config` dictionary below.
|
# Must point to JSON file containing configuration mentioned in `config` dictionary below.
|
||||||
# One can either supply that configuration file, or let the below variable empty and fill the `config`
|
# One can either supply that configuration file, or let the below variable empty and fill the `config`
|
||||||
# dictionary instead.
|
# dictionary instead.
|
||||||
CONFIGURATION_FILE = '..\\py-collaborator\\config.json'
|
CONFIGURATION_FILE = 'config.json'
|
||||||
CONFIGURATION_FILE = '/mnt/d/dev2/py-collaborator/config.json'
|
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
'debug' : False,
|
'debug' : False,
|
||||||
|
Loading…
Reference in New Issue
Block a user