All Projects → wybiral → dex

wybiral / dex

Licence: Apache-2.0 license
IoT device indexer and search engine.

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
CSS
56736 projects

Labels

Projects that are alternatives of or similar to dex

Sysmontools
Utilities for Sysmon
Stars: ✭ 903 (+1603.77%)
Mutual labels:  netsec
Hawkeye
Hawkeye filesystem analysis tool
Stars: ✭ 202 (+281.13%)
Mutual labels:  netsec
NIST-to-Tech
An open-source listing of cybersecurity technology mapped to the NIST Cybersecurity Framework (CSF)
Stars: ✭ 61 (+15.09%)
Mutual labels:  netsec
Bugsite Index
Index of websites publishing bugs along the lines of heartbleed.com
Stars: ✭ 38 (-28.3%)
Mutual labels:  netsec
Goaltdns
A permutation generation tool written in golang
Stars: ✭ 119 (+124.53%)
Mutual labels:  netsec
Virtual Reality
Stealthy backdoor for Windows operating systems
Stars: ✭ 235 (+343.4%)
Mutual labels:  netsec
Gorsair
Gorsair hacks its way into remote docker containers that expose their APIs
Stars: ✭ 678 (+1179.25%)
Mutual labels:  netsec
edge
Application-embedded connectivity and zero-trust components
Stars: ✭ 44 (-16.98%)
Mutual labels:  netsec
Ee Outliers
Open-source framework to detect outliers in Elasticsearch events
Stars: ✭ 172 (+224.53%)
Mutual labels:  netsec
h1-search
Tool that will request the public disclosures on a specific HackerOne program and show them in a localhost webserver.
Stars: ✭ 58 (+9.43%)
Mutual labels:  netsec
Synner
A TCP SYN flood client written in Rust, powered by libpnet
Stars: ✭ 59 (+11.32%)
Mutual labels:  netsec
Netset
Operational Security utility and automator.
Stars: ✭ 110 (+107.55%)
Mutual labels:  netsec
evtx-hunter
evtx-hunter helps to quickly spot interesting security-related activity in Windows Event Viewer (EVTX) files.
Stars: ✭ 122 (+130.19%)
Mutual labels:  netsec
Fiercephish
FiercePhish is a full-fledged phishing framework to manage all phishing engagements. It allows you to track separate phishing campaigns, schedule sending of emails, and much more.
Stars: ✭ 960 (+1711.32%)
Mutual labels:  netsec
Scout
Scout - a Contactless Active Reconnaissance Tool
Stars: ✭ 48 (-9.43%)
Mutual labels:  netsec
Tincan Tls
A cleanroom implementation of TLS 1.3
Stars: ✭ 18 (-66.04%)
Mutual labels:  netsec
Cameradar
Cameradar hacks its way into RTSP videosurveillance cameras
Stars: ✭ 2,775 (+5135.85%)
Mutual labels:  netsec
art-of-packet-crafting-with-scapy
A workshop on Packet Crafting using Scapy.
Stars: ✭ 123 (+132.08%)
Mutual labels:  netsec
active-scanning-techniques
A compilation of network scanning strategies to find vulnerable devices
Stars: ✭ 61 (+15.09%)
Mutual labels:  netsec
fever
fast, extensible, versatile event router for Suricata's EVE-JSON format
Stars: ✭ 47 (-11.32%)
Mutual labels:  netsec

dex

dex will index scans of exposed devices from ipv4scan and create a growing real-time database of the results. It then provides a basic regex search interface to help find specific devices.

Getting started

This project requires the flask module for the web server. You can usually install that with:

pip3 install flask

Then you need to pipe the ipv4scan results into collect.py to start indexing:

ipv4scan -n 500 | python3 collect.py

Then start main.py to serve the web search interface:

python3 main.py

And finally navigate to http://localhost:8666 and enter your regex search queries to start looking for devices.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].