removing extra spaces
parent
14494ba4d3
commit
179edf7914
|
@ -9,7 +9,7 @@ requests:
|
|||
username: username.txt
|
||||
password: password.txt
|
||||
|
||||
# make sure you have your wordlist on the defind path.
|
||||
# make sure you have your wordlist on the defind path.
|
||||
|
||||
attack: clusterbomb # Available options: sniper, pitchfork and clusterbomb
|
||||
|
||||
|
@ -19,8 +19,8 @@ requests:
|
|||
GET /manager/html HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Authorization: Basic {{base64(username:password)}}
|
||||
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0
|
||||
Accept-Encoding: gzip, deflate
|
||||
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0
|
||||
Accept-Encoding: gzip, deflate
|
||||
Accept-Language: en-US,en;q=0.9
|
||||
Connection: close
|
||||
|
||||
|
|
Loading…
Reference in New Issue