You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/modules/auxiliary/scanner/http/opnsense_login.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This module was specifically tested on version 25.1 and 21.1, with older version
6
6
7
7
Note:
8
8
9
-
By default, OPNSense comes with a built-in account named ```root``` with the password being ```opnsense```.
9
+
By default, OPNSense comes with a built-in account named `root` with the password being `opnsense`.
10
10
11
11
When performing too many login attempts, OPNSense will drop all packets coming from your IP, until the router is either:
12
12
- Restarted
@@ -21,7 +21,12 @@ When performing too many login attempts, OPNSense will drop all packets coming f
21
21
1.`set pass_file ...`
22
22
1.`set user_file ...`
23
23
1.`run`
24
-
1. or, using some example inline options: `run pass_file=data/wordlists/default_pass_for_services_unhash.txt user_file=data/wordlists/default_pass_for_services_unhash.txt STOP_ON_SUCCESS=true SSL=true rport=443`
24
+
1. or, using some example inline options:
25
+
```
26
+
run pass_file=data/wordlists/default_pass_for_services_unhash.txt \
0 commit comments