From c664477cddbf6ae9074fbc57a7baaa8e90a3f3d2 Mon Sep 17 00:00:00 2001 From: Omar Santos Date: Thu, 4 Jan 2018 00:18:55 -0500 Subject: [PATCH] Update yardstick_one_rfcat.md --- wireless_resources/yardstick_one_rfcat.md | 28 +++++++++++------------ 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/wireless_resources/yardstick_one_rfcat.md b/wireless_resources/yardstick_one_rfcat.md index b7e9f92..7b4534f 100644 --- a/wireless_resources/yardstick_one_rfcat.md +++ b/wireless_resources/yardstick_one_rfcat.md @@ -8,18 +8,18 @@ As we covered in the Wireless Hacking video course, the Yardstick One is a very ## RFcat * RFcat website: https://bitbucket.org/atlas0fd00m/rfcat -The following are several useful RFcat commands: -* d._debug = 1 – dumps debug messages to the screen -* d.debug() - prints state information every second -* d.discover() - listens for specific SYNCWORDS -* d.lowball() - disables most “filters” to see more packets -* d.lowballRestore() - restores the configuration before calling lowball() -* d.RFlisten() - listens for signals and dumps data to the screen -* d.RFcapture() - dumps data to screen, returns list of packets -* d.scan() - scan a configurable frequency range for “stuff” -* d.setChannel() - sets the channel to be used -* d.setFHSSstate() - sets the FHSS state to be used -* d.setFreq() - sets the frequency to be used -* d.specan() - a spectrum analyzer -* print d.reprRadioConfig() - print pretty config infoz +The following are several useful RFcat commands: +* `d._debug = 1` – dumps debug messages to the screen +* `d.debug()` - prints state information every second +* `d.discover()` - listens for specific SYNCWORDS +* `d.lowball()` - disables most “filters” to see more packets +* `d.lowballRestore()` - restores the configuration before calling lowball() +* `d.RFlisten()` - listens for signals and dumps data to the screen +* `d.RFcapture()` - dumps data to screen, returns list of packets +* `d.scan()` - scans a configurable frequency range +* `d.setChannel()` - sets the channel to be used +* `d.setFHSSstate()` - sets the FHSS state to be used +* `d.setFreq()` - sets the frequency to be used +* `d.specan()` - a spectrum analyzer +* `print d.reprRadioConfig()` - prints the radio configuration details