Skip to content

Commit 72b654c

Browse files
committed
Update description
1 parent 94bc44b commit 72b654c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/auxiliary/gather/advantech_webaccess_creds.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ class MetasploitModule < Msf::Auxiliary
1111

1212
def initialize(info={})
1313
super(update_info(info,
14-
'Name' => "Advantech WebAccess Post Authentication Credential Collector",
14+
'Name' => "Advantech WebAccess 8.1 Post Authentication Credential Collector",
1515
'Description' => %q{
1616
This module allows you to log into Advantech WebAccess 8.1, and collect all the credentials.
1717
Although authentication is required, you do not need to be admin to be able to see other
1818
people's passwords. Any user would work.
19+
20+
Note that 8.2 is not suitable for this.
1921
},
2022
'License' => MSF_LICENSE,
2123
'Author' =>

0 commit comments

Comments
 (0)