image.png

This is a fuzzing challenge.

First, let’s download Daniel Meissler's raft-small-words.txt, a very common wordlist that can be used to brute-force all kinds of things. Go to Daniel Meissler’s GitHub page and select the SecLists repo.

Untitled

Click on Discovery

Untitled

Click on web content

Untitled

Find raft-small-words.txt

Untitled

Click on ‘raw’

Untitled

Copy the URL of the raw .txt file.

Untitled

Then, in your working folder on Kali, wget this wordlist:

Untitled

We can count how many lines are in this file using the wc (wordcount) program.

wc -l raft-small-word.txt