Add filter to output WPA-PSK password on Netgear DG834GT

bug/bundler_fix
nodeofgithub 2014-04-26 15:52:31 +02:00
parent c2bb26590c
commit b80d366bb7
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ class Metasploit3 < Msf::Auxiliary
['Wifi Key 1', /wifi_key1=(\S+)/i],
['Wifi Key 2', /wifi_key2=(\S+)/i],
['Wifi Key 3', /wifi_key3=(\S+)/i],
['Wifi Key 4', /wifi_key4=(\S+)/i]
['Wifi Key 4', /wifi_key4=(\S+)/i],
['Wifi PSK PWD', /wifi_psk_pwd=(\S+)/i]
]
}