Quantcast
Channel: Penetration Test – Security List Network™
Viewing all articles
Browse latest Browse all 1152

D0xk1t ~ Web-based OSINT and active reconaissance suite.

$
0
0

+ What is this?
D0xk1t is an open-source, self-hosted and easy to use OSINT and active reconaissance web application for penetration testers. Based off of the prior command-line script, D0xk1t is now fully capable of conducting reconaissance and penetration testing for security researchers who need a framework without the head-scratching.

D0xk1t_cli

+ Is this a website / webapp ?
Yes and no. In essence, it is not a typical website. D0xk1t is self-hosted. There is no server stack, cloud-based service, SaaS, etc. that is holding it up. You can have the option of deploying D0xk1t on a local network, or deploying your own instance on any infrastructure / technology as you wish (although not recommended).

+ Is this free ?
Yes. D0xk1t will forever be open-source. If you wish to contribute, you can make a fork, add any changes, and send a pull request on Github.

D0xk1t_dashboard

Features:
– Easy-to-build, risk-free installation
– Simple Bootstrap Admin Dashboard
– Deployable to the Internet
– Serverless (at the moment)
– Expansive to any OS

Install:

$ git clone https://github.com/ex0dus-0x/D0xk1t && cd D0xk1t
$ pip install -r requirements.txt
$ python run.py

Open config.py. Here, you will see all the environmental variables that the application utilizes. Three important fields you MUST be aware of if you plan to deploy to the web.
GOOGLEMAPS_API_KEY = "YOUR_API_KEY_HERE"
SECRET_KEY = 'SECRET_KEY_HERE'

open browser at 127.0.0.1:5000

Source: https://github.com/ex0dus-0x


Viewing all articles
Browse latest Browse all 1152

Trending Articles