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
_ _____ __ __ ____ ______ _____ __ __________________
| | / / | / / / / / __ \/ ____/ / ___// / / / ____/ ____/ __ \
| | /| / / /| | / / / / / / / / /_ \__ \/ /_/ / __/ / __/ / /_/ /
| |/ |/ / ___ |/ /___/ /___ / /_/ / __/ ___/ / __ / /___/ /___/ ____/
|__/|__/_/ |_/_____/_____/ \____/_/ /____/_/ /_/_____/_____/_/
Monitor traffic for sheep and display a Wall of Sheep dashboard.
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
-n, --no-monitor Disable monitor mode
-f, --format Format: dash (default), text
-o, --outfile Output file
Examples
$ wos -i en0 --ssid='HomeWifi' --pass='d4Pazsw0rD' -o sheep.txtCurrently, this Wall of Sheep only supports:
Retrieving logins from unencrypted HTTP pages
Retrieving credentials from unencrypted FTP logins
Retrieving credentials from unencrypted SMTP logins
Retrieving credentials from unencrypted POP logins
Retrieving credentials from unencrypted IMAP logins
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