Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Sandstorm750/de3dd23f600a58d2d2c542af89ee3b62 to your computer and use it in GitHub Desktop.
Save Sandstorm750/de3dd23f600a58d2d2c542af89ee3b62 to your computer and use it in GitHub Desktop.
With /anything
C:\Program Files (x86)\Nmap>ncat httpbin.org 80 -C
GET /anything HTTP/1.1
Host: httpbin.org
HTTP/1.1 200 OK
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Content-Type: application/json
Date: Fri, 15 Mar 2019 18:48:53 GMT
Server: nginx
Content-Length: 232
Connection: keep-alive
{
"args": {},
"data": "",
"files": {},
"form": {},
"headers": {
"Host": "httpbin.org"
},
"json": null,
"method": "GET",
"origin": "77.222.96.41, 77.222.96.41",
"url": "https://httpbin.org/anything"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment