Add OJ/gobuster to AppSec section

This commit is contained in:
pe3zx 2021-01-29 20:41:24 +07:00
parent 64699d5d03
commit 5ffa7f456f

View File

@ -306,6 +306,10 @@ This repository is created as an online bookmark for useful links, resources and
<td><a href="https://github.com/nccgroup/singularity">nccgroup/singularity</a></td>
<td>A DNS rebinding attack framework</td>
</tr>
<tr>
<td><a href="https://github.com/OJ/gobuster">OJ/gobuster</a></td>
<td>Directory/File, DNS and VHost busting tool written in Go</td>
</tr>
<tr>
<td><a href="https://github.com/OWASP/wstg">OWASP/wstg</a></td>
<td>The Web Security Testing Guide is a comprehensive Open Source guide to testing the security of web applications and web services.</td>