Skip to content

Commit 3bb8fc3

Browse files
authored
Update README.md
1 parent 09682ea commit 3bb8fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The results are then contained inside a queue object and used for further scans.
4040
Iterates over a wordlist and probes (in a brute manner) different endpoints by appending the words to the target hostname. </br>
4141
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>
4242
</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.
4444
* In order to use a custom wordlist, "--set-contentscan-wl" argument should be passed, followed by the path
4545
* The default wordlist used here is dirbuster's `directory-list-2.3-medium.txt` list, which is also located under `/usr/share/wordlists/dirbuster`
4646

0 commit comments

Comments
 (0)