Deauther V3 Tutorial: Results Command

Deauther V3 Tutorial: Results Command

·

3 min read

Get an overview of found devices and filter the scan results.

The results command displays all devices the scan command found. We've explained the scan command in detail in another blog post and this tutorial video:

👉 For this tutorial, you'll need to start Huhnitor and connect to your Deauther V3. Haven't installed Huhnitor yet? Then follow this tutorial to find out how.

How to use the command

Get an overview of the command structure and available arguments by typing:

help results

Help page of results command

You can see that all arguments besides the first are in square brackets, meaning they are optional. Below the command structure, you'll find a list of all the available arguments, a short explanation, and their default value (if they're optional).

ArgumentExplanation
-t -typeThe type of result you want to see. Pick ap for access points (networks), st for stations (clients), or ap+st for both.
-ch -channelThe channel(s) you want to see.
-ssid -ssidsThe names of the networks you want to see.
-bssid -bssidsThe BSSIDs you want to see.
-vendor -vendorsThe vendor names you want to see. This filter can be used on APs as well as on stations.

AP Scan Table

ColumnInformation
IDEach access point is given a number to make referencing easier.
SSIDThe name of the network.
RSSIThis is the received signal strength of the packet. The bigger the number, the stronger the signal. A good signal could mean you're close to the device, although many factors play into the signal strength, like the medium the signal needs to pass through.
ModeType of encryption the network uses.
ChThe channel the network is operating on.
BSSIDThe MAC address of the access point.
VendorHere, you can find the device manufacturer (provided it's in the database programmed into the Deauther V3).

ST Scan Table

ColumnInformation
IDEach station is given a number to make referencing easier.
PktsThe number of packets captured from the device.
RSSIThis is the received signal strength of the packet. The bigger the number, the stronger the signal. A good signal could mean you're close to the device, although many factors play into the signal strength, like the medium the signal needs to pass through.
VendorHere, you can find the device manufacturer (provided it's in the database programmed into the Deauther V3).
MAC-AddressThe MAC address of the station.
AccessPoint-SSIDName of the network the device is connected to.
AccessPoint-BSSIDMAC-Address of the network the device is connected to.
Probe-RequestsNames of networks this device is asking for. Learn more about Probe Requests here.