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.
For a more detailed guide on using the configuration file and oam_i2y as an OAM user, please check out:
- Install Go and setup your Go workspace
- Download
oam_i2yby runninggo install -v github.com/owasp-amass/config/cmd/...@masterorgo install -v github.com/owasp-amass/config/cmd/oam_i2y@master - At this point, the binary should be in
$GOPATH/bin
- Install Go and setup your Go workspace
- Use git to clone the repository:
git clone https://github.com/owasp-amass/config- At this point, a directory called
configshould be made
- At this point, a directory called
- Go into the
configdirectory by runningcd config, and then build the desired program by runninggo build ./cmd/oam_i2y - Enjoy! The binary will reside in your current working directory, which should be the
configdirectory.
We are always happy to get new contributors on board! Join our Discord Server to discuss current project goals.
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!
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.



