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
- Host: GitHub
- URL: https://github.com/reconmap/command-line-tools
- Owner: reconmap
- License: apache-2.0
- Created: 2022-09-13T21:31:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-16T23:21:11.000Z (about 1 year ago)
- Last Synced: 2025-04-17T17:29:41.556Z (about 1 year ago)
- Topics: cli, golang, hacking, hacktoberfest, pentesting, security
- Language: Go
- Homepage:
- Size: 214 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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