JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 54
  • Score
    100M100P100Q51065F
  • License

Monitor traffic for sheep and display a Wall of Sheep dashboard.

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 wos

Usage

$ 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.txt

Currently, 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

FAQ

Q. My wireless card is stuck in monitor mode!

A. Kill tshark processes and toggle off and on the wireless card.

pkill tshark

License

MIT