Transform your boring Nmap scans into pure eye candy! π¬
Live Demo β’ Report Bug β’ Request Feature
I asked Claude.ai to help me with nmap visualization, but instead of helping me with guidance it made a react app. So I obliged... Transform raw Nmap data into stunning visuals to facilitate manual review and generate beautifully downloadable reports.
- π¨ Beautiful Visualizations - Transform raw Nmap data into interactive eye candy
- β‘ Real-time Analysis - Watch your network mapping come alive
- π Smart Classification - Automatic system and service detection
- π‘οΈ Risk Assessment - Visual risk scoring
- π Gruvbox Dark Theme - Easy on the eyes, heavy on style
- π₯οΈ Modern UI/UX - Built with React + Tailwind
Don't want to mess with installations, or need to keep your reports off the internet? Use Docker to pull and run IDY instantly.
- Docker installed on your machine.
-
Pull the Docker Image
docker pull pindjouf/idy:latest
-
Run the Container
docker run -d -p 5173:80 --name idy pindjouf/idy:latest
-
Access IDY
Open http://localhost:5173 in your browser and enjoy!
git clone https://github.com/pindjouf/idy.git
cd idy
pnpm install
pnpm dev
Then open http://localhost:5173 and watch the magic happen! β¨
- Run your Nmap scan:
nmap -sC -sV target.com > scan.txt
- Drop that file into IDY
- Watch your data transform into eye candy! π¨
- βοΈ React
- π¨ Tailwind CSS
- π― Vite
- π Recharts
- Lucide Icons
- Shadcn/ui
Got ideas to make IDY better? Send a PR!
- Fork it (
https://github.com/pindjouf/idy/fork
) - Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the WTFPL License - see the LICENSE file for details.