Reconmap's web client written in React. Manage all your pentest projects from a single place.
The Reconmap Web client is a key component of the Reconmap architecture. It allows users to interact with the Reconmap API to create and manage projects, tasks, commands, reports, and more. The Web client can be accessed through a browser and offers a user-friendly interface for efficiently utilizing the Reconmap platform.
To install the Reconmap Web client, follow these steps:
Here’s an example of the commands to run in the terminal:
$ git clone [RECONMAP_REPOSITORY]
$ cd [RECONMAP_DIRECTORY]
$ make build
$ make deploy-web
The Reconmap Web client is a crucial part of the Reconmap platform, allowing users to conveniently interact with the Reconmap API and utilize various features for project management, task creation, command execution, and report generation. By providing a user-friendly interface and seamless integration with other parts of the Reconmap architecture, the Web client enhances the functionality and efficiency of the platform for security professionals and teams.