File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
modules/exploits/unix/http Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ def initialize(info = {})
17
17
pfSense, a free BSD based open source firewall distribution,
18
18
version <= 2.3.1_1 contains a remote command execution
19
19
vulnerability post authentication in the system_groupmanager.php page.
20
+ Verified against 2.2.6 and 2.3.
20
21
) ,
21
22
'Author' =>
22
23
[
@@ -111,7 +112,7 @@ def detect_version(cookie)
111
112
print_status ( "pfSense Version Detected: #{ version } " )
112
113
return Gem ::Version . new ( version )
113
114
end
114
- # If the device isn't fully setup, you get stuck at redirects to wizar .php
115
+ # If the device isn't fully setup, you get stuck at redirects to wizard .php
115
116
# however, this does NOT stop exploitation strangely
116
117
print_error ( "pfSens Version Not Detected or wizard still enabled." )
117
118
Gem ::Version . new ( '0.0' )
You can’t perform that action at this time.
0 commit comments