05-17-2012, 05:17 AM
I have a http server up. I set it up just to show my IT teacher I could program and deploy Django stuff.
But then I checked the logs, and this came up:
They seem to be hex-encoded strings, but of what encoding I don't know. Or maybe someone is trying to hack me, however I think these are just some robots getting all kinds of errors back (although if they were legitimate robots, wouldn't they get 404's out of my missing robots file)?
What do you guys think?
But then I checked the logs, and this came up:
Code:
119.73.233.194 - - [17/May/2012:10:58:27 +0200] "\x8cu\x85}\xdc\x1aT\xc4G\xdf\x8aB\x15\xf9\x1b\x93\\\x1dqq\x1e\xb7\xb7\xddC?:\x95\xc7\x06\xa9`\x14\xc9@\xb5\xad|2\b?+\xb0u\xff" 403 1006 "-" "-"
77.120.230.14 - - [17/May/2012:11:25:23 +0200] "\xcc\xa1\x92\x19\xe4\x8d\xcaH" 403 1006 "-" "-"
94.181.219.40 - - [17/May/2012:11:31:33 +0200] "v\xe0\x0fm\xff\xb3\x89q:\"\xc2\x13\xac\xf0\x9f" 403 1006 "-" "-"
95.85.146.108 - - [17/May/2012:11:40:55 +0200] "\xbbe2t\xc1\xee\xba\x1d\xb3\x16\xd0\xfe\x1e\xba7\xb81\xdd\x82\xb9\x172\xd3/\xbb\x89\xc8PZ\vA\xf9\xc5\xd8\xb5T\x7f\x92\x96\xd6[\xbbc\xd2c\xae\x04" 400 295 "-" "-"
They seem to be hex-encoded strings, but of what encoding I don't know. Or maybe someone is trying to hack me, however I think these are just some robots getting all kinds of errors back (although if they were legitimate robots, wouldn't they get 404's out of my missing robots file)?
What do you guys think?