Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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 issues

Before 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.