Created
March 15, 2019 18:54
-
-
Save Sandstorm750/de3dd23f600a58d2d2c542af89ee3b62 to your computer and use it in GitHub Desktop.
With /anything
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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