Skip to content

owasp-amass/config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The OAM Configuration Repository

GoDoc Follow on Twitter Chat on Discord

This configuration file repo serves the purpose of parsing the configuration used for tools under the OWASP AMASS framework.

oam_i2y also resides in this repository. It is a tool that converts the legacy INI configuration file into two YAML files that can be used by the framework.

Users' Guide

For a more detailed guide on using the configuration file and oam_i2y as an OAM user, please check out:

Installing oam_i2y Go Version

From Source

  1. Install Go and setup your Go workspace
  2. Download oam_i2y by running go install -v github.com/owasp-amass/config/cmd/...@master or go install -v github.com/owasp-amass/config/cmd/oam_i2y@master
  3. At this point, the binary should be in $GOPATH/bin

Local Install

  1. Install Go and setup your Go workspace
  2. Use git to clone the repository: git clone https://github.com/owasp-amass/config
    • At this point, a directory called config should be made
  3. Go into the config directory by running cd config, and then build the desired program by running go build ./cmd/oam_i2y
  4. Enjoy! The binary will reside in your current working directory, which should be the config directory.

Corporate Supporters

ZeroFox Logo IPinfo Logo WhoisXML API Logo

Contributing Contribute Yes Chat on Discord

We are always happy to get new contributors on board! Join our Discord Server to discuss current project goals.

Troubleshooting Chat on Discord

If you need help with the usage of the configuration, please join our Discord server where community members can best help you.

Please avoid opening GitHub issues for support requests or questions!

Licensing License

This program is free software: you can redistribute it and/or modify it under the terms of the Apache license. OWASP Amass and any contributions are Copyright © by Jeff Foley 2017-2023. Some subcomponents have separate licenses.

About

Configuration file parsing and convenience routines

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages