x1mdev / ReconPi

ReconPi - A lightweight recon tool that performs extensive scanning with the latest tools.

Home Page:https://x1m.nl/posts/recon-pi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add dashboard via Docker to display scan results

x1mdev opened this issue · comments

commented

I'm doing some test runs with https://github.com/smiegles/subdomainDB to see if i can port it to local network with Nginx

commented

https://github.com/x1mdev/ReconPi/tree/dev/dashboard this is the branch that I have been testing it on

Docker build works and the bundle install method works too, should be no problem to port this with Nginx

34c7631

commented

Also, something weird is up with the color in [+] : install.sh
Color not added, just the var name

commented

Added the dashboard and nginx config, working now. 96e7824

Also fixed the color issue: 45e8e24