Skip to content

Commit

Permalink
auxiliary.conf.default -> browser_monitor -> browsermonitor (kevoreil…
Browse files Browse the repository at this point in the history
  • Loading branch information
azurda authored Sep 27, 2024
1 parent 561cfae commit 132706a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conf/default/auxiliary.conf.default
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ windows_static_route = no
tracee_linux = no
sslkeylogfile = no
# Requires setting up browser extension, check extra/browser_extension
browser_monitor = no
browsermonitor = no

[AzSniffer]
# Enable or disable the use of Azure Network Watcher packet capture feature, disable standard sniffer if this is in use to not create concurrent .pcap files
Expand Down
4 changes: 2 additions & 2 deletions tests/test_analysis_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def test_build_options(
assert opts == {
"amsi": False,
"browser": True,
"browser_monitor": False,
"browsermonitor": False,
"category": "file",
"clock": datetime.datetime(2099, 1, 1, 9, 1, 1),
"curtain": False,
Expand Down Expand Up @@ -371,7 +371,7 @@ def test_build_options_pe(
assert opts == {
"amsi": False,
"browser": True,
"browser_monitor": False,
"browsermonitor": False,
"category": "file",
"clock": datetime.datetime(2099, 1, 1, 9, 1, 1),
"curtain": False,
Expand Down

0 comments on commit 132706a

Please sign in to comment.