GitBook: [master] one page modified

This commit is contained in:
CPol 2020-07-20 08:59:44 +00:00 committed by gitbook-bot
parent 52f51623c5
commit 894a9c8153
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -175,7 +175,7 @@ Information about SSL/TLS vulnerabilities:
Launch some kind of **spider** inside the web. The goal of the spider is:
* Find all **files** and **folders** \([**gospider** ](https://github.com/jaeles-project/gospider)or [**dirhunt**](https://github.com/Nekmo/dirhunt)\). [Broken link checker](https://github.com/stevenvachon/broken-link-checker) \(lets see if you can takeover something\).
* Find all **files** and **folders** \([**gospider** ](https://github.com/jaeles-project/gospider)or [**dirhunt**](https://github.com/Nekmo/dirhunt)\). [Broken link checker](https://github.com/stevenvachon/broken-link-checker) \(lets see if you can takeover something\). You can also find links using [**urlgrab**](https://github.com/IAmStoxe/urlgrab), which supports JS rendering.
* Find all **possible parameters** for each executable file. You can help yourself in this matter using [ParamSpider](https://github.com/devanshbatham/ParamSpider).
* Read the next section "**Special Findings**" to search for more information on each file found.
* [hakrawler](https://github.com/hakluke/hakrawler) can also be interesting