Skip to content

Commit 5b56599

Browse files
committed
Add option to profiles
1 parent 350523b commit 5b56599

9 files changed

+9
-0
lines changed

profiles/OWASP_TOP10.pw3af

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ listen_port = 44449
166166

167167
[output.console]
168168
verbose = True
169+
use_colors = True
169170

170171
[audit.format_string]
171172

profiles/audit_high_risk.pw3af

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ eq_limit = 0.9
5757

5858
[output.console]
5959
verbose = True
60+
use_colors = True
6061

6162
[crawl.web_spider]
6263
follow_regex = .*

profiles/bruteforce.pw3af

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name = bruteforce
44

55
[output.console]
66
verbose = True
7+
use_colors = True
78

89
[bruteforce.basic_auth]
910

profiles/empty_profile.pw3af

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ target =
1414

1515
[output.console]
1616
verbose = True
17+
use_colors = True
1718

1819
[profile]
1920
description = This is an empty profile that you can use to start a new configuration from.

profiles/fast_scan.pw3af

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ msf_location = /opt/metasploit3/bin/
2626

2727
[output.console]
2828
verbose = False
29+
use_colors = True
2930

3031
[grep.motw]
3132

profiles/full_audit.pw3af

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name = full_audit
44

55
[output.console]
66
verbose = False
7+
use_colors = True
78

89
[audit.file_upload]
910
extensions = gif,html

profiles/full_audit_spider_man.pw3af

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name = full_audit_spider_man
44

55
[output.console]
66
verbose = False
7+
use_colors = True
78

89
[audit.file_upload]
910
extensions = gif,html

profiles/sitemap.pw3af

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ ntlm_auth_url =
4343

4444
[output.console]
4545
verbose = False
46+
use_colors = True
4647

4748
[crawl.sitemap_xml]
4849

profiles/web_infrastructure.pw3af

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ ntlm_auth_url =
5151

5252
[output.console]
5353
verbose = False
54+
use_colors = True
5455

5556
[infrastructure.fingerprint_WAF]
5657

0 commit comments

Comments
 (0)