Giter VIP home page Giter VIP logo

wos's Introduction

wos

Monitor traffic for unencrypted data (using tshark) and display a dashboard in terminal.

Install

npm install -g wos

Usage

$ wos --help

  Monitor traffic for unencrypted data and display a dashboard.

    Usage
  $ wos -i <interface> [options]

    Info
      Capture interface is required. Use ifconfig command to find interfaces.

      SSID and password are required if using secured wifi such as WPA or WEP in order to decrypt packets.

      Wrap SSID and password in single quotes in order to escape special characters.

      After running wos, devices must send perform the EAPOL handshake in order for wos to decrypt their traffic. The handshake is initiated when the device connects or reconnects to the network.

    Options
      -i, --interface Capture interface
      -s, --ssid Wifi SSID
      -p, --pass Wifi password
      -c, --channel Wifi channel
      -n, --nomonitor Disable monitor mode
      -f, --format Format: dash (default), text
      -o, --outfile Output file
      -r, --readfile Read pcap file instead of monitoring

    Examples
      $ wos -i en0 --ssid='HomeWifi' --pass='d4Pazsw0rD' -o data.txt

You can simply just run wos command and it'll set up the options based on your current wifi connection.

$ wos

You can manually set the network capture interface card, as well as the SSID and password of the network. Those are required in order to decrypt packets on a secured network such as WPA.
Remember, you can only capture on the same network you are connected to.

$ wos -i en0 --ssid='HomeWifi' --pass='d4Pazsw0rD'

WOS supports:

  • Retrieving credentials 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

  • Retrieving data from unencrypted TELNET sessions

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
  • Q. I'm monitoring and can see EAPOL handshakes but I'm not capturing data.

    • A. Make sure to set the correct wifi channel when running wos, especially if you're on dual-band wifi. You can only monitor on one channel.

      $ wos -c 36
      
  • Q. What does WOS mean?

License

MIT

wos's People

Contributors

miguelmota avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.