Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Reconmap command line tools

This monorepo contains the Reconmap runner and agent command line tools, as well as the shared library written in Golang.

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

From the repository root:

docker build -t ghcr.io/reconmap/agent:latest -f cli/agent/Dockerfile cli

From the cli directory:

docker build -t ghcr.io/reconmap/agent:latest -f agent/Dockerfile .

Build requirements

  • Make
  • Golang +1.27