We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94bc44b commit 72b654cCopy full SHA for 72b654c
modules/auxiliary/gather/advantech_webaccess_creds.rb
@@ -11,11 +11,13 @@ class MetasploitModule < Msf::Auxiliary
11
12
def initialize(info={})
13
super(update_info(info,
14
- 'Name' => "Advantech WebAccess Post Authentication Credential Collector",
+ 'Name' => "Advantech WebAccess 8.1 Post Authentication Credential Collector",
15
'Description' => %q{
16
This module allows you to log into Advantech WebAccess 8.1, and collect all the credentials.
17
Although authentication is required, you do not need to be admin to be able to see other
18
people's passwords. Any user would work.
19
+
20
+ Note that 8.2 is not suitable for this.
21
},
22
'License' => MSF_LICENSE,
23
'Author' =>
0 commit comments