Package Exports
- wos
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (wos) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Wall of Sheep
Monitor traffic for sheep and display a Wall of Sheep dashboard.
Install
npm install -g wosUsage
$ wos --help
_ _____ __ __ ____ ______ _____ __ __________________
| | / / | / / / / / __ \/ ____/ / ___// / / / ____/ ____/ __ \
| | /| / / /| | / / / / / / / / /_ \__ \/ /_/ / __/ / __/ / /_/ /
| |/ |/ / ___ |/ /___/ /___ / /_/ / __/ ___/ / __ / /___/ /___/ ____/
|__/|__/_/ |_/_____/_____/ \____/_/ /____/_/ /_/_____/_____/_/
Usage
$ wos <options>
Important
Use single quotes in order to escape special characters.
Options
-i, --interface Capture interface
-s, --ssid Wifi SSID
-p, --pass Wifi password
--no-monitor Disable monitor mode
Examples
$ wos -i en0 --ssid='HomeWifi' --pass='d4Pazsw0rD'Requirements
Wireless interface card that supports monitor mode
FAQ
Q. My wireless card is stuck in monitor mode!
A. Kill tshark processes and toggle off and on the wireless card.
pkill tsharkLicense
MIT