supermock / wsfind

Search the nearby Wi-Fi networks and send a message in Slack if you can not find it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WSFind

Search the nearby wifi networks and send a message in Slack with the list of SSIDs not found.

How to use?

  1. Build the project:

    Note: Before starting construction, in the dependencies.txt file there are the necessary libs.

    $ git clone https://github.com/supermock/wsfind.git
    $ cd wsfind
    $ make
  2. Create a configuration file called wsfind-config.json where wsfind will run and with the following structure:

    {
      "slack_token_url": "https://hooks.slack.com/services/[TOKEN]",
      "ssids": [
        "SSID1",
        "SSID2",
        "SSID3"
      ]
    }
  3. Now just run the binary passing the following arguments:

    $ ./wsfind [interface name] [seconds between checks]

License

MIT

About

Search the nearby Wi-Fi networks and send a message in Slack if you can not find it.

License:MIT License


Languages

Language:C 99.6%Language:Makefile 0.4%