Git Product home page Git Product logo

a-simple-rogue-device-scanner's Introduction

A Simple Rogue Device Scanner

This is just a simple python program that runs ping sweeps/simple nmap scans across a subnet every X seconds and reports any new devices.

Disclaimer: This is still very much in development

Installation

aSRDS uses mostly the python standard library except for python-nmap. Just run pip3 install python-nmap or pip install -r requirements.txt to install dependencies.

Make sure nmap is installed on your system as well as python 3 (3.7 would be ideal).

Not sure if it works on windows, only been tested on linux.

Configuration

You can edit things like where the logs are stored and what range to scan in the conf/main.conf file.

Usage

Once you have configured your settings as needed simply run python3 daemon.py to start the deamon.

By default logs are written to the logs directory:

  • logs
    • info
      • general logs from the program
    • rogue
      • where information about new devices is written
    • startup
      • information about the startup is written (pid, conf file path)

I run it in a screen (screen -S aSRDS -d -m python3 daemon.py) and then use syslog to forward the logs to a log server where I can monitor them more easily.

Hope you can find a good use for it!

-- Th3J0kr

a-simple-rogue-device-scanner's People

Contributors

th3j0kr avatar

Watchers

 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.