Update Burp Suite Settings.

Updated enabled plugins.
Tuned connection timeout values.
Changed proxy history view settings to hide .js files.
This commit is contained in:
Ciaran 2023-02-17 11:44:18 +00:00
parent 0430dec54f
commit 3ad56c8452
2 changed files with 28 additions and 52 deletions

View File

@ -55,13 +55,22 @@
}, },
"by_file_extension":{ "by_file_extension":{
"hide_items":[ "hide_items":[
"gif",
"jpg",
"png",
"css",
"js", "js",
"gif", "gif",
"jpg", "jpg",
"png", "png",
"css" "css",
"svg",
"tff",
"woff2",
"webp",
"ico"
], ],
"hide_specific":false, "hide_specific":true,
"show_items":[ "show_items":[
"asp", "asp",
"aspx", "aspx",
@ -134,11 +143,11 @@
"username":"" "username":""
}, },
"timeouts":{ "timeouts":{
"connect_timeout":1000, "connect_timeout":3000,
"domain_name_resolution_timeout":1000, "domain_name_resolution_timeout":1000,
"failed_domain_name_resolution_timeout":3000, "failed_domain_name_resolution_timeout":60000,
"normal_timeout":3000, "normal_timeout":15000,
"open_ended_response_timeout":5000 "open_ended_response_timeout":10000
}, },
"upstream_proxy":{ "upstream_proxy":{
"servers":[], "servers":[],
@ -271,8 +280,8 @@
"png", "png",
"css", "css",
"svg", "svg",
"ttf", "tff",
"woff", "woff2",
"webp", "webp",
"ico" "ico"
], ],
@ -291,7 +300,7 @@
"by_mime_type":{ "by_mime_type":{
"show_css":false, "show_css":false,
"show_flash":true, "show_flash":true,
"show_html":false, "show_html":true,
"show_images":false, "show_images":false,
"show_other_binary":false, "show_other_binary":false,
"show_other_text":true, "show_other_text":true,
@ -300,7 +309,7 @@
}, },
"by_request_type":{ "by_request_type":{
"hide_items_without_responses":false, "hide_items_without_responses":false,
"show_only_in_scope_items":false, "show_only_in_scope_items":true,
"show_only_parameterized_requests":false "show_only_parameterized_requests":false
}, },
"by_search":{ "by_search":{

View File

@ -80,16 +80,6 @@
"name":"UUID Detector", "name":"UUID Detector",
"output":"ui" "output":"ui"
}, },
{
"bapp_serial_version":6,
"bapp_uuid":"60f172f27a9b49a1b538ed414f9f27c3",
"errors":"ui",
"extension_file":"bapps/60f172f27a9b49a1b538ed414f9f27c3/build/libs/csrf-scanner-all.jar",
"extension_type":"java",
"loaded":false,
"name":"CSRF Scanner",
"output":"ui"
},
{ {
"bapp_serial_version":17, "bapp_serial_version":17,
"bapp_uuid":"a7609ae2055342e9b6ffcf7cbcacf019", "bapp_uuid":"a7609ae2055342e9b6ffcf7cbcacf019",
@ -110,16 +100,6 @@
"name":"Param Miner", "name":"Param Miner",
"output":"ui" "output":"ui"
}, },
{
"bapp_serial_version":3,
"bapp_uuid":"7c1ca94a61474d9e897d307c858d52f0",
"errors":"ui",
"extension_file":"bapps/7c1ca94a61474d9e897d307c858d52f0/build/libs/web-cache-deception-scanner-all.jar",
"extension_type":"java",
"loaded":false,
"name":"Web Cache Deception Scanner",
"output":"ui"
},
{ {
"bapp_serial_version":37, "bapp_serial_version":37,
"bapp_uuid":"aaaa60ef945341e8a450217a54a11646", "bapp_uuid":"aaaa60ef945341e8a450217a54a11646",
@ -129,16 +109,6 @@
"loaded":false, "loaded":false,
"name":"HTTP Request Smuggler", "name":"HTTP Request Smuggler",
"output":"ui" "output":"ui"
},
{
"bapp_serial_version":20,
"bapp_uuid":"470b7057b86f41c396a97903377f3d81",
"errors":"ui",
"extension_file":"bapps/470b7057b86f41c396a97903377f3d81/releases/LoggerPlusPlus.jar",
"extension_type":"java",
"loaded":false,
"name":"Logger++",
"output":"ui"
} }
], ],
"java":{ "java":{
@ -176,7 +146,8 @@
"show_progress":true "show_progress":true
}, },
"embedded_browser":{ "embedded_browser":{
"allow_saving_browser_settings":true "allow_saving_browser_settings":true,
"browser_data_directory":""
}, },
"enable_proxy_interception_at_startup":"never", "enable_proxy_interception_at_startup":"never",
"exceptions_log_directory":"", "exceptions_log_directory":"",
@ -225,10 +196,6 @@
"action":"switch_to_logger", "action":"switch_to_logger",
"hotkey":"Ctrl+Shift+L" "hotkey":"Ctrl+Shift+L"
}, },
{
"action":"switch_to_project_options",
"hotkey":"Ctrl+Shift+O"
},
{ {
"action":"go_to_previous_tab", "action":"go_to_previous_tab",
"hotkey":"Ctrl+Minus" "hotkey":"Ctrl+Minus"
@ -364,11 +331,11 @@
"regex_by_default":false "regex_by_default":false
}, },
"inspector_display_mode":"auto-expand", "inspector_display_mode":"auto-expand",
"inspector_position":"left", "inspector_position":"right",
"inspector_widget_configurations":[ "inspector_widget_configurations":[
{ {
"open_by_default":true, "open_by_default":false,
"show":true, "show":false,
"type":"request_attributes", "type":"request_attributes",
"wrap_text":false "wrap_text":false
}, },
@ -391,14 +358,14 @@
"wrap_text":false "wrap_text":false
}, },
{ {
"open_by_default":true, "open_by_default":false,
"show":true, "show":true,
"type":"request_headers", "type":"request_headers",
"wrap_text":false "wrap_text":false
}, },
{ {
"open_by_default":false, "open_by_default":false,
"show":true, "show":false,
"type":"response_headers", "type":"response_headers",
"wrap_text":false "wrap_text":false
} }
@ -461,7 +428,7 @@
"type":"render" "type":"render"
}, },
{ {
"show":false, "show":true,
"type":"headers", "type":"headers",
"wrap_text":false "wrap_text":false
} }
@ -474,7 +441,7 @@
}, },
"proxy":{ "proxy":{
"http_history":{ "http_history":{
"sort_column":"comment", "sort_column":"#",
"sort_order":"descending" "sort_order":"descending"
}, },
"websockets_history":{ "websockets_history":{