Skip to content

Commit

Permalink
changed default User-Agent: to version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdavidgraham committed Jan 31, 2021
1 parent 78de5f9 commit 9e302ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proto-http.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ http_change_field(unsigned char **inout_header, unsigned header_length,
***************************************************************************/
static const char
http_hello[] = "GET / HTTP/1.0\r\n"
"User-Agent: masscan/1.0 (https://github.com/robertdavidgraham/masscan)\r\n"
"User-Agent: masscan/1.3 (https://github.com/robertdavidgraham/masscan)\r\n"
"Accept: */*\r\n"
//"Connection: Keep-Alive\r\n"
//"Content-Length: 0\r\n"
Expand Down

0 comments on commit 9e302ce

Please sign in to comment.