Project planning, implementation and documentation for security professionals and teams. From reconnaissance to intelligence gathering step by step.
A running demo is available for you to try here: https://demo.reconmap.org
User: admin Password: admin123
- Docker
- Docker compose
- Make
The API specs have been documented using OpenAPI. You can use the interactive Swagger UI to play with it.
The first thing you need to do is build the containers and prepare the app. This can be achieved by invoking the default make target:
$ makeOnce the containers are built, and the app prepared, you can run the docker services with the following command:
$ make startIf everything went ok you should be able to use curl or any other HTTP client (eg your browser) to call the API:
$ curl http://localhost:8080Alternatively, you could run the Reconmap frontend against your local API with the following command:
$ docker run -it -d -p 3001:80 reconmap/web-frontend:devThen opening your browser at http://localhost:3001
We are glad you are thinking about contributing to this project. All help is hugely appreciated.
Before you jump to make any changes make sure you have read the contributing guidelines. This would save us all time. Thanks!
If you have bugs or feature requests to report please use the issues tab on Github.
If you want to chat to somebody on the development team head to our Gitter community.

