Code Monkey home page Code Monkey logo

ksnarf's Introduction

kSnarf

kSnarf is a tool written in Python that extracts various data points in real time or for a period of time in the past.

Point retention is handled by a local or remote PostgreSQL instance allowing for multi-user interaction.

Data visualization is left to the user. Some ideas that come to mind are Grafana, Plotly and Maltego.

The default usage for kSnarf is aimed at wireless traffic and works with any network card so long as it can drop to Monitor Mode at a minimum. piCopilot is one such tool leveraging the kSnarf libraries in this manner.

New public modules are added to kSnarf by request or as development takes place. Current development for kSnarf is focused on SDR.

Public modules

Privately available modules upon request

Support for various things such as Ethernet monitoring (802.3), IDS or IPS, non-root code execution and so forth may be requested via chat.

Recommended, but optional hardware

Required hardware

Recommended, but optional software

Getting started

Install PostgreSQL locally

CREATE ROLE root WITH SUPERUSER LOGIN;
ALTER USER root WITH PASSWORD 'idrop';
CREATE DATABASE idrop;

Module requirements

python3 -m venv env
source env/bin/activate
python3 -m pip install RESOURCEs/*.tar.gz

Getting started with 802.11 (Scapy)

Modify ./system.conf if nothing else to ensure prop.nic makes sense, by default prop.nic is set to wlan1mon.

sudo python3 ./kSnarf.py
sudo psql idrop
SELECT * FROM main;

Getting started with 802.15 (Ubertooth One)

sudo python3 ./kBlue.py
sudo psql idrop
SELECT * FROM blue;

Getting started with TPMS (rtl_433)

The current implementation is a proof of concept which will be classed out and grown as more vendors are verified.

python3 ./kTpms.py
SELECT * FROM tpms;

ksnarf's People

Contributors

stryngs avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

aquahoodjd

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.