A powerful network reconnaissance and asset discovery tool built with Go and React, designed to help map and monitor network devices with precision and elegance.
Comprehensive port scanning and ping sweeping to discover all devices on your network quickly and efficiently.
Accurate identification and classification of network devices to help you understand your network infrastructure.
Clear and interactive network topology mapping for a comprehensive view of your entire network.
Real-time logging and monitoring of network events to stay informed about changes and potential issues.
Sleek, responsive web interface for all devices, making network management accessible from anywhere.
Built with security in mind, helping you identify potential vulnerabilities in your network infrastructure.
$ git clone https://github.com/Dyneteq/reconya-ai-go.git
$ cd reconya-ai-go
$ ./setup.sh
Access the application at http://localhost:3001
If you prefer to set things up manually:
$ cp .env.example .env
$ docker compose up -d
http://localhost:3001
The application uses SQLite for its database, offering several advantages:
.env
file for all sensitive configuration
Contributions are welcome! Please feel free to submit a Pull Request.
git checkout -b feature/amazing-feature
git commit -m 'Add some amazing feature'
git push origin feature/amazing-feature