PLEASE READ THE POSTING GUIDELINES AND ANSWER THE QUESTION BEFORE POSTING, OTHERWISE ISSUE WILL BE CLOSED AND MARKED AS INVALID
- I hereby declare the following issue is a [tool specific question/bug report] and it is NOT a help request about creating a phishlet.
- I am fully aware that this is not a customer support portal, I can't demand answers and I'm aware I am using a free tool.
- I am not going to use Evilginx to hax my girlfriend's account or use it for any other illegal purpose.
- I am not trying to set up a domain on FreeNOM (also read the sentence above again).
- I am not a robot.
(Sorry, if you are an adult and a professional and you had to read this.)
Please type in "I CONFIRM" below if you confirm the sentences above or otherwise make some funny remark:
I CONFIRM
Thanks!
Hi!
When a request is sent without cookies, the Cookie header is sent anyways with no cookies.
Also, the DNT (Do Not Track) header is not capitalized correctly.
Example:
GET /bar HTTP/1.1
Host: foo.com
Connection: close
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Cookie:
Dnt: 1
The above request should look like this:
GET /bar HTTP/1.1
Host: foo.com
Connection: close
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
DNT: 1
Thanks!
PLEASE READ THE POSTING GUIDELINES AND ANSWER THE QUESTION BEFORE POSTING, OTHERWISE ISSUE WILL BE CLOSED AND MARKED AS INVALID
(Sorry, if you are an adult and a professional and you had to read this.)
Please type in "I CONFIRM" below if you confirm the sentences above or otherwise make some funny remark:
I CONFIRM
Thanks!
Hi!
When a request is sent without cookies, the Cookie header is sent anyways with no cookies.
Also, the DNT (Do Not Track) header is not capitalized correctly.
Example:
The above request should look like this:
Thanks!