Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-01T23:12:20.000Z (10 months ago)
- Last Synced: 2024-04-13T21:42:52.997Z (8 months 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. (JavaScript)
README
[![Gitter](https://badges.gitter.im/reconmap/community.svg)](https://gitter.im/reconmap/community)
[![Twitter](https://img.shields.io/twitter/follow/reconmap?style=social&logo=twitter&style=flat)](https://twitter.com/reconmap)
[![YouTube](https://img.shields.io/static/v1?label=YouTube&message=Subscribe&color=red&style=flat&logo=youtube)](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.