Skip to content

Commit

Permalink
Merge pull request #1021 from aqhmal/master
Browse files Browse the repository at this point in the history
Fix Tool Settings Broken Link
  • Loading branch information
AnonymousWP authored Nov 21, 2023
2 parents 9168cbf + 58c0835 commit 3dd7003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/scanEngine/templates/scanEngine/settings/tool.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h4 class="header-title">Current Subfinder Configuration</h4>
<div class="card-body">
<h4 class="header-title">Amass</h4>
<p>
This section lets you modify <a href="https://github.com/owasp-amass/amass/" class="text-primary" target="_blank">Amass</a> config file. You can find more information about the <a href="https://github.com/owasp-amass/amass/blob/master/examples/config.ini" class="text-primary" target="_blank">Amass config here.</a><br>
This section lets you modify <a href="https://github.com/owasp-amass/amass/" class="text-primary" target="_blank">Amass</a> config file. You can find more information about the <a href="https://github.com/owasp-amass/amass/blob/master/examples/config.yaml" class="text-primary" target="_blank">Amass config here.</a><br>
<span class="text-danger">Please note that only YAML config is supported.</span>
</p>
<form method="post" enctype="multipart/form-data" id="amass-config-form">
Expand Down Expand Up @@ -151,7 +151,7 @@ <h4 class="header-title">Current Naabu Configuration</h4>
<div class="card-body">
<h4 class="header-title">theHarvester</h4>
<p>
This section lets you modify <a href="https://github.com/laramies/theHarvester" class="text-primary" target="_blank">the Harvester</a> config file. You can find more information about the <a href="https://github.com/laramies/theHarvester/blob/master/api-keys.yaml" class="text-primary" target="_blank">the Harvester config here.</a><br>
This section lets you modify <a href="https://github.com/laramies/theHarvester" class="text-primary" target="_blank">the Harvester</a> config file. You can find more information about the <a href="https://github.com/laramies/theHarvester/blob/master/theHarvester/data/api-keys.yaml" class="text-primary" target="_blank">the Harvester config here.</a><br>
<br>
<span class="text-danger">Please note that only YAML config is supported.</span>
</p>
Expand Down

0 comments on commit 3dd7003

Please sign in to comment.