uses_tools. If not, you will still be able to use this tool in our custom scripting engine.
Please note that any commands here will directly execute in shell, so please be careful of the commands you are using.
git clone https://github.com/user/tool
go install -v github.com/tool@latest
git pull for updating.reNgine will use this command to check the version of the tool and let you know if there is any update available. Most tools will display the version either of these ways
reNgine needs version match regex to find out if there is any update available or not. You can check how the tool displays the version number and we can generate the regex for you, or you can do that manually as well.
If version regex is not given, reNgine will not be able to check the updates automatically. However, you can still force update the tools.
Additionally, we can also generate the version regext for you. You can select how this tool displays the version number.
See, how the tool names the release version. https://github.com/user/tool/releases
Since you have chosen this tool as subdomain gathering tool, we require additional information on how this tool runs.
{TARGET} and {OUTPUT} are mandatory placeholders.
{TARGET} (mandatory), Use this for the command-line arg that takes in domain as input target. Example. subfinder -d {TARGET}{OUTPUT} (mandatory), Use this for the command-line arg that takes the output arg. Example. subfinder -d {TARGET} -o {OUTPUT}{PATH}, Use this if your tool is github cloned. Example. python3 {PATH}/subdomain.py{PROXY}, Use this if your tool supports proxy. Example. tool_name -p {PROXY}