Answer the question
In order to leave comments, you need to log in
What are these strange requests on the django development server?
I start django development server, I see in the command line:
Starting development server at http://0:8000/
Quit the server with CONTROL-C.
Invalid HTTP_HOST header: 'ip.адрес.моего.vpn.провайдера:8000'. You may need to add 'ip.адрес.моего.vpn.провайдера' to ALLOWED_HOSTS.
[11/Dec/2017 13:29:17] "GET / HTTP/1.1" 400 60778
Invalid HTTP_HOST header: 'ip.адрес.моего.vpn.провайдера:8000'. You may need to add 'ip.адрес.моего.vpn.провайдера' to ALLOWED_HOSTS.
[11/Dec/2017 13:29:18] "GET / HTTP/1.1" 400 60763
Invalid HTTP_HOST header: 'ip.адрес.моего.vpn.провайдера:8000'. You may need to add 'ip.адрес.моего.vpn.провайдера' to ALLOWED_HOSTS.
[11/Dec/2017 13:29:21] "GET / HTTP/1.1" 400 60703
Invalid HTTP_HOST header: 'ip.адрес.моего.vpn.провайдера:8000'. You may need to add 'ip.адрес.моего.vpn.провайдера' to ALLOWED_HOSTS.
[11/Dec/2017 13:29:29] "GET /picsdesc.xml HTTP/1.1" 400 60895
Invalid HTTP_HOST header: 'ip.адрес.моего.vpn.провайдера:8000'. You may need to add 'ip.адрес.моего.vpn.провайдера' to ALLOWED_HOSTS.
[11/Dec/2017 13:29:31] "GET /picsdesc.xml HTTP/1.1" 400 60835
Answer the question
In order to leave comments, you need to log in
The Internet is full of robots that continuously scan all available addresses. If the address responds, the robots check the availability of common ports and send verification requests to them. If the expected response is returned to any of the requests, then the robot writes to the log that the service such and such is available at the address of such and such on the port of such and such. And then another robot using this log will poison the services with exploits in an attempt to hack them. Most often for the purpose of joining a botnet. Specifically, the availability of the picsdesc.xml file via the HTTP protocol is a sign of the running miniigd daemon from the Realtek SDK.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question