You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ The results are then contained inside a queue object and used for further scans.
40
40
Iterates over a wordlist and probes (in a brute manner) different endpoints by appending the words to the target hostname. </br>
41
41
A result is considered successful if the request status code is one of the following: `200`, `301`, `302`. If a forbidden status code is returned (`403`) and `403bypass` scan is enabled, further probing takes place where different kind of methods are attempted in order to bypass the forbidden status. Those attempts are also considered as success only if they manage to retrieve one of the aformentioned successful status code. <br>
42
42
</br>
43
-
The output in the progress log (and the results file) contains the status code and the page size.
43
+
The output in the progress log (and the results file) contains the status code and the page content size.
44
44
* In order to use a custom wordlist, "--set-contentscan-wl" argument should be passed, followed by the path
45
45
* The default wordlist used here is dirbuster's `directory-list-2.3-medium.txt` list, which is also located under `/usr/share/wordlists/dirbuster`
0 commit comments