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

https://github.com/reconmap/command-line-tools

Reconmap CLI and agent command line tools
https://github.com/reconmap/command-line-tools

cli golang hacking hacktoberfest pentesting security

Last synced: about 1 year ago
JSON representation

Reconmap CLI and agent command line tools

Awesome Lists containing this project

README

          

# Reconmap command line tools

This monorepo contains the Reconmap [CLI](cli) and [agent](agent) command line tools, as well as the [shared library](shared-lib) written in Golang.

Look at each subdirectory to learn more about each tool including building and running instructions.

```shell
docker build -t quay.io/reconmap/agent:latest -f agent/Dockerfile .
```

## Build requirements

- Make
- Golang +1.24.1