From 6cb956ea8128d7400ae4ac1b9199603b737dbc38 Mon Sep 17 00:00:00 2001 From: Corey Harding Date: Sun, 9 Jul 2017 05:07:36 -0400 Subject: [PATCH 1/2] Update rfpwnon.md --- documentation/modules/post/hardware/rftransceiver/rfpwnon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/modules/post/hardware/rftransceiver/rfpwnon.md b/documentation/modules/post/hardware/rftransceiver/rfpwnon.md index 154ac37cba..af5c60225f 100644 --- a/documentation/modules/post/hardware/rftransceiver/rfpwnon.md +++ b/documentation/modules/post/hardware/rftransceiver/rfpwnon.md @@ -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. From 50339289a75d25d0f3c58743fc445f12ad3c6c14 Mon Sep 17 00:00:00 2001 From: Corey Harding Date: Sun, 9 Jul 2017 05:12:35 -0400 Subject: [PATCH 2/2] Update rfpwnon.rb --- modules/post/hardware/rftransceiver/rfpwnon.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/post/hardware/rftransceiver/rfpwnon.rb b/modules/post/hardware/rftransceiver/rfpwnon.rb index 30dbe9db41..bb3191fd52 100644 --- a/modules/post/hardware/rftransceiver/rfpwnon.rb +++ b/modules/post/hardware/rftransceiver/rfpwnon.rb @@ -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,