mirror of
https://github.com/bettercap/bettercap.git
synced 2024-11-23 05:50:09 -08:00
Page:
gps
Pages
Caplets
Changing the Prompt
Compilation on Android
Compilation on Linux and macOS
Compilation on Windows
Cross Compilation ( ARM example )
Home
Interactive Mode
Known Issues
Using with Docker
any.proxy
api.rest
arp.spoof
ble
caplets.update
dhcp6.spoof
dns.spoof
events.stream
gps
hid
http.modules
http.proxy
http.server
https.proxy
https.server
mac.changer
mysql.server
net.probe
net.recon
net.sniff
packet.proxy
syn.scan
tcp.modules
tcp.proxy
ticker
update.check
wifi
wol
1
gps
Simone Margaritelli edited this page 2018-03-06 20:11:09 +01:00
A module talking with GPS hardware on a serial interface.
Commands
command | description |
---|---|
gps on |
Start acquiring from the GPS hardware. |
gps off |
Stop acquiring from the GPS hardware. |
gps.show |
Show the last coordinates returned by the GPS hardware. |
Parameters
parameter | default | description |
---|---|---|
gps.device |
/dev/ttyUSB0 |
Serial device of the GPS hardware. |
gps.baudrate |
19200 |
Baud rate of the GPS serial device. |
Examples
Turn on GPS, wait for 5 seconds and then show the current coordinates:
> gps on; sleep 5; gps.show
- Known Issues
- Using with Docker
- Compilation
- Interactive Mode and Command Line Arguments
- Changing the Prompt
- Caplets
Modules
- Core
- HID on 2.4Ghz (mousejacking)
- Bluetooth Low Energy
- 802.11
- Ethernet and IP
- Servers
- Rogue Servers
- Utils