land #8679 update to credits for rfpwnon
commit
b7d082fe06
|
@ -1,4 +1,4 @@
|
|||
Port of a brute force utility by LegacySecurityGroup, the original can be found
|
||||
Port of a brute force utility by Corey Harding of LegacySecurityGroup.com, the original can be found
|
||||
[here](https://github.com/exploitagency/github-rfpwnon/blob/master/rfpwnon.py).
|
||||
It's a generic AM/OOK brute forcer with PWM translations. It has been
|
||||
demonstrated to work against static key garage door openers.
|
||||
|
|
|
@ -6,7 +6,7 @@ class MetasploitModule < Msf::Post
|
|||
super( update_info( info,
|
||||
'Name' => 'Brute Force AM/OOK (ie: Garage Doors)',
|
||||
'Description' => %q{ Post Module for HWBridge RFTranscievers. Brute forces AM OOK or raw
|
||||
binary signals. This is a port of the LegacySecurityGroup.com rfpwnon tool.
|
||||
binary signals. This is a port of the rfpwnon tool by Corey Harding.
|
||||
(https://github.com/exploitagency/github-rfpwnon/blob/master/rfpwnon.py)
|
||||
},
|
||||
'License' => MSF_LICENSE,
|
||||
|
|
Loading…
Reference in New Issue