It redirects them back to them self, actually and they get whatever they might be running for a web-server on the local machine if anything. It nothing they get a not found<div><br></div><div><a href="http://en.wikipedia.org/wiki/HTTP_301">http://en.wikipedia.org/wiki/HTTP_301</a><br>
<br><div class="gmail_quote">On Mon, Jan 31, 2011 at 11:50 AM,  <span dir="ltr"><<a href="mailto:m.roth@5-cent.us">m.roth@5-cent.us</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5">Todd wrote:<br>
>> Also avoid having phpMyAdmin off the main web directory. Ordinary users<br>
>> > don't need access and should never have access to it. Hide it away<br>
>> > somewhere and create a virtual Apache host to use it with a<br>
>> non-standard<br>
>> > port number. Make it hard for the hackers and spoilers to find it.<br>
>><br>
>> Um, no. The answer is yum remove phpMyAdmin on a production system. As I<br>
>> read the logs for all our servers, and a number are world-visible<br>
>> websites, I can't tell you the number of times I've seen probes looking<br>
>> for that.<br>
><br>
> I don't run PHPMyAdmin, I connect to my MySQL over SSH and obviously run<br>
> SSH on an alternative port and don't allow root log-ins.<br>
><br>
> But I do have some fun with those that try and snoop for URL's like<br>
> /Php-my-admin, /p/m/a, /admin, /sqlweb, etc, etc. If I see something new<br>
> show up, I add it. I redirect them through ReWrite rules to a RewriteRule<br>
> .*<br>
> http://%{REMOTE_ADDR}%{REQUEST_URI} [L,R=301,QSA]<br>
<br>
</div></div>Hmmm... what's that do? The thought that comes to mind is to redirect them<br>
to a known malware site, or some site that you consider to have the most<br>
obnoxious set of popups/popunders/driftons (preferably all at the same<br>
time), or maybe a pr0n site....<br>
<br>
          mark "and I think you should deposit at least 1% of that $25M US<br>
                  in this bank account I'll set up...."<br>
<div><div></div><div class="h5"><br>
_______________________________________________<br>
CentOS mailing list<br>
<a href="mailto:CentOS@centos.org">CentOS@centos.org</a><br>
<a href="http://lists.centos.org/mailman/listinfo/centos" target="_blank">http://lists.centos.org/mailman/listinfo/centos</a><br>
</div></div></blockquote></div><br></div>