https://github.com/reconmap/reconmap
Vulnerability assessment and penetration testing automation and reporting platform for teams.
https://github.com/reconmap/reconmap
bounty-hunting bug-bounty collaboration-platform devsecops hacking hacktoberfest infosec penetration-testing pentesting security security-automation vulnerability vulnerability-management
Last synced: 6 months ago
JSON representation
Vulnerability assessment and penetration testing automation and reporting platform for teams.
- Host: GitHub
- URL: https://github.com/reconmap/reconmap
- Owner: reconmap
- License: apache-2.0
- Created: 2021-02-28T21:45:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-01T23:12:20.000Z (over 1 year ago)
- Last Synced: 2024-04-13T21:42:52.997Z (over 1 year ago)
- Topics: bounty-hunting, bug-bounty, collaboration-platform, devsecops, hacking, hacktoberfest, infosec, penetration-testing, pentesting, security, security-automation, vulnerability, vulnerability-management
- Language: JavaScript
- Homepage: https://reconmap.com
- Size: 113 KB
- Stars: 403
- Watchers: 15
- Forks: 68
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - reconmap/reconmap - Vulnerability assessment and penetration testing automation and reporting platform for teams. (Smarty)
- awesome-starts - reconmap/reconmap - Reconmap is a collaboration-first security operations platform for infosec teams and MSSPs, enabling end‑to‑end engagement management, from reconnaissance through execution and reporting. With built-i (security)
- awesome - reconmap/reconmap - Reconmap is a collaboration-first security operations platform for infosec teams and MSSPs, enabling end‑to‑end engagement management, from reconnaissance through execution and reporting. With built-in command automation, output parsing, and AI‑assisted summaries, it delivers faster, more structured, and high‑quality security assessments. (HTML)
README
[](https://gitter.im/reconmap/community)
[](https://twitter.com/reconmap)
[](https://www.youtube.com/reconmap)# Reconmap
Reconmap is a vulnerability assessment and penetration testing platform that helps pentesters and other infosec teams collaborate on security projects, from planning, to testing and reporting. The tool's aim is to go from recon to report in the least possible time.
## Demo
Details on how to connect to the live demo server can be found [here](https://docs.reconmap.com/live-demo.html).
## Documentation
Go to [https://docs.reconmap.com](https://docs.reconmap.com) to find the user, admin and developer manuals.
## Runtime requirements
- Docker
- [Docker compose](https://docs.docker.com/compose/install/) 2+## How to run it locally with Docker compose
1. First you need to start your docker containers:
```sh
docker-compose up -d
```2. After this, open your browser at http://localhost:5500
## How to contribute
Here are some things you could do to become a contributor:
- **★ Star this project on Github ★**
- Read the [documentation](https://docs.reconmap.com) and improve it by opening a pull request against [this repo](https://github.com/reconmap/documentation).
- Suggest new features or ideas to the [discussion board](https://github.com/reconmap/reconmap/discussions)
- Improve the code of the [backend](https://github.com/reconmap/rest-api), [frontend](https://github.com/reconmap/web-client) or [cli](https://github.com/reconmap/command-line-tools) components
- Report security issuesBefore you jump to make any changes make sure you have read the [contributing guidelines](CONTRIBUTING.md). This would save us all time. Thanks!
## How to report bugs
If you have bugs to report please use the [issues](https://github.com/reconmap/reconmap/issues) tab on Github to submit the details.
If you want to chat to somebody on the development team head to our [Gitter](https://gitter.im/reconmap/community) channel.