fix: burp_export to https

This commit is contained in:
0xflotus
2022-03-01 03:27:59 +01:00
committed by GitHub
parent 9e7fe27886
commit 279ed570fa

View File

@@ -19,7 +19,7 @@ def burp_export(result):
"""
proxies = {
'http': 'http://' + mem.var['burp_port'],
'https': 'http://' + mem.var['burp_port']
'https': 'https://' + mem.var['burp_port']
}
for url, data in result.items():
if data['method'] == 'GET':