For example: ``` $ printf 'GET http://www.example.com/ HTTP/1.1\nHost: example.com\n\n' | ncat 127.0.0.1 80 ``` I found those in the logs of my nginx which is exposed to the world…
For example:
I found those in the logs of my nginx which is exposed to the world…