See also the Web brute force post.
- Try to enumerate with a brute force tool like gobuster.
gobuster dir -u http://$target -w $wordlist- If you know a version structure, you can add it by creating a pattern file:
pattern.txt:
{GOBUSTER}/v1
{GOBUSTER}/v2 gobuster dir -u http://$target -w $wordlist -p pattern.txt
- If you know a version structure, you can add it by creating a pattern file:
Leave a Reply
You must be logged in to post a comment.