LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   Logwatch now showing (https://www.linuxquestions.org/questions/linux-security-4/logwatch-now-showing-4175474409/)

newbie14 08-23-2013 09:50 AM

Logwatch now showing
 
Hi,
I notice suddenly my logwatch is not showing me anything with regards to httpd whereas there are so many activities going on and it also not showing the ssh login log either. Anything wrong because I am using the same command throughout and earlier I use to have thing. Here is my command just say for last 10 days.

logwatch --detail High --service All --range -10 --archives --numeric > ~/logwatch.test

unSpawn 08-24-2013 01:48 AM

I explained before to you how you can use logwatch in --debug mode and grep for things to find out what gets processed.

newbie14 08-25-2013 08:21 AM

Dear Unspawn,
Ok the debug is helpful and I notice it look into my httpd and ssh logs. So for the benefit of the rest my earlier mistake was not putting days is should be logwatch --detail High --service All --range '-10 days' --archives --numeric > ~/logwatch.test. It got some more discovery made and puzzles me it shows that it is picking the ssh during debug but when I generate the log there is no ssh entries shown. I can see in my debug mode All Services: is showing me this [74] = sshd and [75] = sshd2.

Another interesting here below is my last 30 days logs for httpd


Quote:

--------------------- httpd Begin ------------------------

28.78 MB transferred in 4107 responses (1xx 0, 2xx 3152, 3xx 67, 4xx 888, 5xx 0)
707 Images (0.43 MB),
3397 Content pages (28.35 MB),
3 Other (0.00 MB)

Requests with error response codes
403 Forbidden
//tmm1/cstr/: 2 Time(s)
/tmm1/cstr/: 241 Time(s)
404 Not Found
/MyAdmin/scripts/setup.php: 1 Time(s)
/config/bd_mpc/offers.json: 1 Time(s)
/favicon.ico: 511 Time(s)
/images/shadow.gif: 89 Time(s)
/manager/html: 1 Time(s)
/myadmin/scripts/setup.php: 1 Time(s)
/phpMyAdmin/scripts/setup.php: 1 Time(s)
/phpmyadmin/scripts/setup.php: 1 Time(s)
/pma/scripts/setup.php: 1 Time(s)
/robots.txt: 3 Time(s)
/w00tw00t.at.blackhats.romanian.anti-sec:): 1 Time(s)

A total of 3 ROBOTS were logged
Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots) 1 Time(s)
Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2 1 Time(s)
NCBot (http://netcomber.com?st=ba : tool for finding true domain owners) Queries/complaints: bot@netcomber.com 1 Time(s)

---------------------- httpd End -------------------------
Here is my last 21 days.

Quote:

--------------------- httpd Begin ------------------------

18.11 MB transferred in 1626 responses (1xx 0, 2xx 1213, 3xx 54, 4xx 358, 5xx 1)
342 Images (0.37 MB),
1282 Content pages (17.74 MB),
1 mod_proxy requests (0.00 MB),
1 Other (0.00 MB)

Attempts to use known hacks by 1 hosts were logged 1 time(s) from:
76.14.105.172: 1 Time(s)
^null$ 1 Time(s)

Connection attempts using mod_proxy:
212.42.17.74 -> www.fbi.gov:80: 1 Time(s)

A total of 1 sites probed the server
76.14.105.172

Requests with error response codes
403 Forbidden
//tmm1/cstr/: 1 Time(s)
/tmm1/cstr/: 56 Time(s)
404 Not Found
/FastHTTPAuthScanner200test/: 1 Time(s)
/HNAP1/: 1 Time(s)
/admin/: 1 Time(s)
/cgi/index_voipgate.cgi: 1 Time(s)
/configuration_administrator/VoIP/VoIP_1.htm: 1 Time(s)
/favicon.ico: 217 Time(s)
/images/shadow.gif: 39 Time(s)
/robots.txt: 1 Time(s)
/~root/: 1 Time(s)
http://best-proxies.ru/azenv.php?rand=137a ... a67c6a5dd0a74d0: 1 Time(s)
http://best-proxies.ru/azenv.php?rand=58ec ... 497d99ddc93c331: 1 Time(s)
http://best-proxies.ru/azenv.php?rand=c05c ... 46d88c9e7b31235: 1 Time(s)
http://best-proxies.ru/azenv.php?rand=e177 ... 7548ed655526131: 1 Time(s)
405 Method Not Allowed
www.fbi.gov:80: 1 Time(s)
501 Not Implemented
null: 1 Time(s)

A total of 1 ROBOTS were logged
- 1 Time(s)

---------------------- httpd End -------------------------

Can you see the difference why isn't that the last 30 days have a full coverage and should be covering what is shown in the last 21 days ?

unSpawn 08-25-2013 02:51 PM

Quote:

Originally Posted by newbie14 (Post 5015542)
(..)It got some more discovery made and puzzles me it shows that it is picking the ssh during debug but when I generate the log there is no ssh entries shown. I can see in my debug mode All Services: is showing me this [74] = sshd and [75] = sshd2.

I don't see any log so I have no idea.


Quote:

Originally Posted by newbie14 (Post 5015542)
Can you see the difference why isn't that the last 30 days have a full coverage and should be covering what is shown in the last 21 days ?

If those requests were made in the first week then the report covering the last three weeks wouldn't show them?

BTW please review your Apache configuration because if you're still running mod_proxy I'm gonna smack you.

newbie14 08-26-2013 03:55 AM

1 Attachment(s)
Dear Unspawn,
I have email you my file (logwatch240813_debug) with the debug capability because its not allowed to be uploaded here due to file size. Back to report coverage. Ok with regards to the report if say I need for the last 30 days I guess I must put the between which I got it after doing some reading where if I just put -21 days will just the last 21st day and -30 days will be just the 30th day. Can you see why my sshd or fail2ban is not being reported too in the logwatch?

I have also attached the httpd.conf file where I have double check all those with proxy I have commented it out. Any chance for other loop hole?

unSpawn 08-27-2013 04:05 PM

Quote:

Originally Posted by newbie14 (Post 5016083)
I have email you my file (logwatch240813_debug) with the debug capability because its not allowed to be uploaded here due to file size.

No, that is not OK. You really should not email me files without me explicitly requesting it.

newbie14 08-27-2013 07:43 PM

Dear Unspawn,
Sorry for the mistake it shall not happen again.

unSpawn 08-28-2013 01:49 AM

OK. I'll get on it when I find the time.

newbie14 08-28-2013 01:50 AM

Dear Unspawn,
Many apology for my mistake and extremely sorry for that hope is forgiven. Sorry.

unSpawn 08-29-2013 01:34 AM

Start by defining (in /etc/logwatch/conf/logwatch.conf) only the services you actually run?
And it seems you correctly disabled all mod_proxy* DSO's.

newbie14 08-29-2013 08:53 AM

Dear Unspawn,
I dont get you by what you saying here defining. But I know my mistake because when I run with range as 'between -30 days and today' it is showing correctly. So I guess is nothing is wrong with the logwatch all is ok fine. But how about proxy what else can I do to stop further proxy attacks.

unSpawn 08-31-2013 02:46 AM

Quote:

Originally Posted by newbie14 (Post 5018245)
I dont get you by what you saying here defining.

I mean that if you do not run a service (say Pluto or sshd2) then you should not (need to) run that check. In your case you run sshd and not sshd2.


Quote:

Originally Posted by newbie14 (Post 5018245)
But how about proxy what else can I do to stop further proxy attacks.

Check your actual (error) log file for any proxy (error) lines?

newbie14 08-31-2013 10:46 AM

Dear Unspawn,
What is the best command to verify the services we are running against what is captured by logwatch? I will go through my http error log and get back to you if anything on proxy.

unSpawn 09-01-2013 07:18 AM

Quote:

Originally Posted by newbie14 (Post 5019407)
What is the best command to verify the services we are running against what is captured by logwatch?

I don't know any better way than to manually compare contents of /usr/share/logwatch/scripts/services with what your package management says you have.
Doing it this way probably is NOT SAFE OR ALL-ENCOMPASSING:
Code:

find /usr/share/logwatch/scripts/services -type f -printf "%f\n"|xargs -iX whereis 'X'\
|grep -v ":$"|awk -F': ' '{print "Service = "$1}' >> /etc/logwatch/conf/logwatch.conf


newbie14 09-01-2013 11:48 AM

Dear Unspawn,
Further to your advice I went through all the http error and access log which have been zipped. Below is what I find in the error log.

Quote:

[Sun Aug 04 07:06:53 2013] [error] [client 212.42.17.74] File does not exist: /var/www/html/FastHTTPAuthScanner200test
[Sun Aug 04 07:07:06 2013] [error] [client 212.42.17.74] File does not exist: /var/www/html/admin
[Sun Aug 04 07:07:24 2013] [error] [client 212.42.17.74] File does not exist: /var/www/html/~root
[Sun Aug 04 07:07:41 2013] [error] [client 212.42.17.74] File does not exist: /var/www/html/configuration_administrator
Here is what I found in the access log. Looks like they have managed to connect via this httpd right? How to stop this now ?


Quote:

212.42.17.74 - - [04/Aug/2013:07:06:07 +0800] "GET / HTTP/1.1" 200 30 "-" "Mozilla/5.0 (FHScan Core 1.1)"
212.42.17.74 - - [04/Aug/2013:07:06:26 +0800] "GET http://www.fbi.gov/ HTTP/1.1" 200 30 "-" "-"
212.42.17.74 - - [04/Aug/2013:07:06:37 +0800] "CONNECT www.fbi.gov:80 HTTP/1.0" 405 235 "-" "-"
212.42.17.74 - - [04/Aug/2013:07:06:53 +0800] "GET /FastHTTPAuthScanner200test/ HTTP/1.1" 404 225 "-" "Mozilla/5.0 (FHScan Core 1.1)"
212.42.17.74 - - [04/Aug/2013:07:07:06 +0800] "GET /admin/ HTTP/1.1" 404 204 "-" "Mozilla/5.0 (FHScan Core 1.1)"
212.42.17.74 - - [04/Aug/2013:07:07:24 +0800] "GET /~root/ HTTP/1.1" 404 204 "-" "Mozilla/5.0 (FHScan Core 1.1)"
212.42.17.74 - - [04/Aug/2013:07:07:41 +0800] "GET /configuration_administrator/VoIP/VoIP_1.htm HTTP/1.1" 404 241 "-" "Mozilla/5.0 (FHScan Core 1.1)"
202.46.55.59 - - [04/Aug/2013:07:07:54 +0800] "GET / HTTP/1.1" 200 30 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)"
212.42.17.74 - - [04/Aug/2013:07:07:55 +0800] "GET /cgi/index_voipgate.cgi HTTP/1.1" 404 220 "-" "Mozilla/5.0 (FHScan Core 1.1)"
But then in logwatch I do see this line.

Quote:

405 Method Not Allowed
www.fbi.gov:80: 1 Time(s)

unSpawn 09-01-2013 06:26 PM

Quote:

Originally Posted by newbie14 (Post 5019833)
Looks like they have managed to connect via this httpd right?

Sure the "GET / HTTP/1.1" with return code 200 is OK and it may look like the www.fbi.gov request got through except the content length for that page is about 50kb and not 30 bytes as the line claims: http://wiki.apache.org/httpd/FAQ#Why...y_log_files.3F


Quote:

Originally Posted by newbie14 (Post 5019833)
405 Method Not Allowed

That likely was the CONNECT request.

newbie14 09-01-2013 09:09 PM

Dear Unspawn,
Yes I have read the wiki pages it say it have to serve the minimal right. SO when it hit the connect it gets this HTTP/1.0" 405 235. Can I say that my proxy is not enabled and thus they can go through the next level? I also notice things like this. Is there anything else I can do to further hardened it. No doubt all this looks failed but I dont want to take chances.

Quote:

76.14.105.172: 1 Time(s)
^null$ 1 Time(s)

A total of 1 possible successful probes were detected (the following URLs
contain strings that match one or more of a listing of strings that
indicate a possible exploit):

/tmm1/login.php?f=/etc/passwd HTTP Response 200

unSpawn 09-02-2013 12:28 PM

Quote:

Originally Posted by newbie14 (Post 5020012)
Can I say that my proxy is not enabled and thus they can go through the next level?

There's no "next level": if proxying is disabled then they can't use it.


Quote:

Originally Posted by newbie14 (Post 5020012)
I also notice things like this.

Grep your access / error logs for the complete line. Notice the requesting IP address. Then grep your logs for that IP address. Post those lines.


Quote:

Originally Posted by newbie14 (Post 5020012)
Is there anything else I can do to further hardened it. No doubt all this looks failed but I dont want to take chances.

Basically you're running a development environment only specific users should be able to view so white listing your customers IP ranges (firewall or per service) would help cut down probes quite drastically.

newbie14 09-02-2013 12:55 PM

Dear Unspawn,
I am not good with grep so I just zip and download the both acces and error log files. Below are the results from the access and error log files.

Access log. Actually the one with f=/etc/passwd its by myself trying to bypass and achieve the passwd file but it lucky failed to show up. The other one is not by me.

Quote:

11.22.33.44 - - [22/Jul/2013:23:27:24 +0800] "GET /tmm1/login.php?f=/etc/passwd HTTP/1.1" 200 3340 "-" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
11.22.33.44 - - [22/Jul/2013:23:27:24 +0800] "GET /tmm1/images/logo.jpg HTTP/1.1" 404 217 "http://thesite/login.php?f=/etc/passwd" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
11.22.33.44 - - [22/Jul/2013:23:27:24 +0800] "GET /favicon.ico HTTP/1.1" 404 209 "-" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
11.22.33.44 - - [22/Jul/2013:23:27:25 +0800] "GET /tmm1/login.php?f=/etc/passwd HTTP/1.1" 200 3340 "-" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
11.22.33.44 - - [22/Jul/2013:23:27:25 +0800] "GET /tmm1/images/logo.jpg HTTP/1.1" 404 217 "http://thesite/login.php?f=/etc/passwd" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
11.22.33.44 - - [22/Jul/2013:23:27:25 +0800] "GET /favicon.ico HTTP/1.1" 404 209 "-" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
11.22.33.44 - - [22/Jul/2013:23:27:27 +0800] "GET /tmm1/login.php?f=/etc/passwd HTTP/1.1" 200 3340 "-" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
11.22.33.44 - - [22/Jul/2013:23:27:27 +0800] "GET /tmm1/images/logo.jpg HTTP/1.1" 404 217 "http://thesite/login.php?f=/etc/passwd" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
11.22.33.44 - - [22/Jul/2013:23:27:27 +0800] "GET /favicon.ico HTTP/1.1" 404 209 "-" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
11.22.33.44 - - [22/Jul/2013:23:27:28 +0800] "GET /tmm1/login.php?f=/etc/passwd HTTP/1.1" 200 3340 "-" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
11.22.33.44 - - [22/Jul/2013:23:27:28 +0800] "GET /tmm1/images/logo.jpg HTTP/1.1" 404 217 "http://thesite/login.php?f=/etc/passwd" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
11.22.33.44 - - [22/Jul/2013:23:27:28 +0800] "GET /favicon.ico HTTP/1.1" 404 209 "-" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"



202.46.62.20 - - [04/Aug/2013:03:09:52 +0800] "GET / HTTP/1.1" 200 30 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)"
119.63.193.131 - - [04/Aug/2013:03:11:05 +0800] "GET / HTTP/1.1" 200 30 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)"
76.14.105.172 - - [04/Aug/2013:04:07:32 +0800] "\x80w\x01\x03\x01" 501 217 "-" "-"
76.14.105.172 - - [04/Aug/2013:04:07:33 +0800] "GET /HNAP1/ HTTP/1.1" 404 204 "http://###.###.###.##/" "Mozilla/4.0 (compatible; MSIE 4.01; Mac_PowerPC)
"


Error log is as follows.

Quote:

[Mon Jul 22 23:27:18 2013] [error] [client 11.22.33.44] File does not exist: /var/www/html/tmm1/images/logo.jpg, referer: http://thesite/tmm1/login.php?f=/etc/passwd
[Mon Jul 22 23:27:18 2013] [error] [client 11.22.33.44] File does not exist: /var/www/html/favicon.ico
[Mon Jul 22 23:27:24 2013] [error] [client 11.22.33.44] File does not exist: /var/www/html/tmm1/images/logo.jpg, referer: http://thesite/tmm1/login.php?f=/etc/passwd



[Sun Aug 04 04:07:32 2013] [error] [client 76.14.105.172] Invalid method in request \x80w\x01\x03\x01
[Sun Aug 04 04:07:33 2013] [error] [client 76.14.105.172] File does not exist: /var/www/html/HNAP1, referer: http://###.###.###.##/

I notice this File does not exist: /var/www/html/favicon.ico
[Mon Jul 22 23:27:24 2013] [error] [client 11.22.33.44] File does not exist: /var/www/html/tmm1/images/logo.jpg. I have never refered to my site any of the favicon.ico but I got a lot of this error. Any resolution to it ?

unSpawn 09-03-2013 01:21 AM

Quote:

Originally Posted by newbie14 (Post 5020405)
Below are the results from the access and error log files.

Most result in a 404 so that's good.



Quote:

Originally Posted by newbie14 (Post 5020405)
I notice this File does not exist: /var/www/html/favicon.ico

That's OK.

newbie14 09-03-2013 01:23 AM

Dear Unspawn,
So what can be done with the 404 then anything further need to be strengthen here ? Actually what is this favicon.ico nothing serious I see many times this error ?

unSpawn 09-03-2013 05:23 PM

To cut things short: white list your customers IP ranges.

newbie14 09-03-2013 10:47 PM

Dear Unspawn,
We have now moved this server from a development into production. The problem with white list is that we have to really build a lot of contraints and at times I notice some country the range show some strange range and mostly those coming from mobile phone connections? Are those 404 post danger ?

Infact I got whole list of 404 as below.

Code:

//awstats.pl: 1 Time(s)
      //awstats/awstats.pl: 1 Time(s)
      //cgi-bin/awstats.pl: 1 Time(s)
      //cgi-bin/awstats/awstats.pl: 1 Time(s)
      //cgi-bin/stats/awstats.pl: 1 Time(s)
      //cgi/awstats.pl: 1 Time(s)
      //cgi/stats/awstats.pl: 1 Time(s)
      //scv/images/logo.jpg: 155 Time(s)
      //stats/awstats.pl: 1 Time(s)
      /BOARD/docs/CHANGELOG.html: 1 Time(s)
      /FCKeditor/editor/filemanager/connectors/uploadtest.html: 1 Time(s)
      /FCKeditor/editor/filemanager/upload/test.html: 1 Time(s)
      /FORUM/docs/CHANGELOG.html: 1 Time(s)
      /FORUMS/docs/CHANGELOG.html: 1 Time(s)
      /FastHTTPAuthScanner200test/: 1 Time(s)
      /HNAP1/: 3 Time(s)
      /MyAdmin/scripts/setup.php: 4 Time(s)
      /PMA/: 2 Time(s)
      /PMA2005/scripts/setup.php: 1 Time(s)
      /admin/: 3 Time(s)
      /admin/FCKeditor/editor/filemanager/connec ... uploadtest.html: 1 Time(s)
      /admin/fckeditor/editor/filemanager/connec ... uploadtest.html: 1 Time(s)
      /admin/phpmyadmin/scripts/setup.php: 1 Time(s)
      /admin/pma/scripts/setup.php: 1 Time(s)
      /admin/scripts/setup.php: 1 Time(s)
      /admm/scripts/setup.php: 1 Time(s)
      /admn/scripts/setup.php: 1 Time(s)
      /api/dom/no_respond/: 1 Time(s)
      /apple-touch-icon-72x72-precomposed.png: 1 Time(s)
      /apple-touch-icon-72x72.png: 1 Time(s)
      /apple-touch-icon-precomposed.png: 1 Time(s)
      /apple-touch-icon.png: 5 Time(s)
      /appserv/main.php?appserv_root=http://211. ... 53/.cgi/go.txt?: 1 Time(s)
      /bb/docs/CHANGELOG.html: 1 Time(s)
      /board/docs/CHANGELOG.html: 1 Time(s)
      /cgi/index_voipgate.cgi: 1 Time(s)
      /config/bd_mpc/offers.json: 2 Time(s)
      /configuration_administrator/VoIP/VoIP_1.htm: 1 Time(s)
      /databaseadmin/scripts/setup.php: 1 Time(s)
      /db/scripts/setup.php: 1 Time(s)
      /dbadmin/: 2 Time(s)
      /dbadmin/scripts/setup.php: 1 Time(s)
      /docs/CHANGELOG.html: 1 Time(s)
      /favicon.ico: 10570 Time(s)
      /fckeditor/editor/filemanager/connectors/uploadtest.html: 1 Time(s)
      /foro/docs/CHANGELOG.html: 1 Time(s)
      /forum/docs/CHANGELOG.html: 1 Time(s)
      /forums/docs/CHANGELOG.html: 1 Time(s)
      /ic.asp: 2 Time(s)
      /images/shadow.gif: 3604 Time(s)
      /img/PlusHd/banner_fr.png: 1 Time(s)
      /invoker/JMXInvokerServlet: 4 Time(s)
      /login: 2 Time(s)
      /manager/html: 11 Time(s)
      /myadmin/: 2 Time(s)
      /myadmin/scripts/setup.php: 5 Time(s)
      /mysql-admin/: 1 Time(s)
      /mysql-admin/scripts/setup.php: 1 Time(s)
      /mysql/: 2 Time(s)
      /mysql/scripts/setup.php: 1 Time(s)
      /mysql/translators.html: 1 Time(s)
      /mysqladmin/: 2 Time(s)
      /mysqladmin/scripts/setup.php: 2 Time(s)
      /mysqlmanager/: 2 Time(s)
      /mysqlmanager/scripts/setup.php: 1 Time(s)
      /ngen/shrift.php: 1 Time(s)
      /nosuichfile.php: 2 Time(s)
      /noxdir/nosuichfile.php: 2 Time(s)
      /oly/hello.php?i=list&b=oly_living: 1 Time(s)
      /p/m/a/: 2 Time(s)
      /p/m/a/scripts/setup.php: 1 Time(s)
      /page/index_htm_files/pixel.gif: 1 Time(s)
      /php-my-admin/: 2 Time(s)
      /php-my-admin/scripts/setup.php: 2 Time(s)
      /php-myadmin/: 2 Time(s)
      /php-myadmin/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.2.3/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.2.6/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.5.1/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.5.4/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.5.5-pl1/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.5.5-rc1/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.5.5-rc2/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.5.5/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.5.6-rc1/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.5.6-rc2/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.5.6/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.5.7-pl1/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.5.7/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.6.0-alpha/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.6.0-alpha2/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.6.0-beta1/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.6.0-beta2/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.6.0-pl1/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.6.0-pl2/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.6.0-pl3/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.6.0-rc1/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.6.0-rc2/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.6.0-rc3/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.6.0/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.6.1-pl1/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.6.1-pl2/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.6.1-pl3/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.6.1-rc1/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.6.1-rc2/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.6.1/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.6.2-beta1/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.6.2-pl1/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.6.2-rc1/scripts/setup.php: 2 Time(s)
      /phpMyAdmin-2.6.2/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.6.3-pl1/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.6.3-rc1/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.6.3/scripts/setup.php: 2 Time(s)
      /phpMyAdmin-2.6.4-pl1/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.6.4-pl2/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.6.4-pl3/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.6.4-pl4/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.6.4/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.7.0-beta1/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.7.0-pl1/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.7.0-pl2/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.7.0-rc1/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.7.0/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.8.0-beta1/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.8.0-rc1/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.8.0-rc2/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.8.0.1/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.8.0.2/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.8.0.3/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.8.0.4/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.8.0/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.8.1-rc1/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.8.1/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2.8.2/scripts/setup.php: 1 Time(s)
      /phpMyAdmin-2/: 2 Time(s)
      /phpMyAdmin-2/scripts/setup.php: 1 Time(s)
      /phpMyAdmin/: 2 Time(s)
      /phpMyAdmin/scripts/setup.php: 5 Time(s)
      /phpMyAdmin/translators.html: 1 Time(s)
      /phpMyAdmin2/: 2 Time(s)
      /phpadmin/scripts/setup.php: 1 Time(s)
      /phpath/php: 1 Time(s)
      /phpbb/docs/CHANGELOG.html: 1 Time(s)
      /phpbb2/docs/CHANGELOG.html: 1 Time(s)
      /phpforum/docs/CHANGELOG.html: 1 Time(s)
      /phpmanager/scripts/setup.php: 1 Time(s)
      /phpmy-admin/: 2 Time(s)
      /phpmy-admin/scripts/setup.php: 1 Time(s)
      /phpmyadmin/: 2 Time(s)
      /phpmyadmin/scripts/setup.php: 6 Time(s)
      /phpmyadmin/translators.html: 1 Time(s)
      /phpmyadmin1/scripts/setup.php: 1 Time(s)
      /phpmyadmin2/: 2 Time(s)
      /phpmyadmin2/scripts/setup.php: 1 Time(s)
      /phppath/php: 6 Time(s)
      /pic/images/6/191245258/7/e/627ecf97fa6225 ... 1eb3-0-5708.png: 1 Time(s)
      /pma/: 2 Time(s)
      /pma/scripts/setup.php: 5 Time(s)
      /pma/translators.html: 1 Time(s)
      /pma2005/scripts/setup.php: 1 Time(s)
      /robots.txt: 123 Time(s)
      /scripts/setup.php: 1 Time(s)
      /server-status/: 1 Time(s)
      /soft/download/: 1 Time(s)
      /sql/: 2 Time(s)
      /sqlmanager/: 2 Time(s)
      /sqlmanager/scripts/setup.php: 1 Time(s)
      /sqlweb/: 2 Time(s)
      /sqlweb/scripts/setup.php: 1 Time(s)
      /static/payform/jquery.1.6.4.min.js: 1 Time(s)
      /translators.html: 1 Time(s)
      /typo3/phpmyadmin/scripts/setup.php: 1 Time(s)
      /user/soapCaller.bs: 5 Time(s)
      /w00tw00t.at.blackhats.romanian.anti-sec:): 5 Time(s)
      /web/phpMyAdmin/scripts/setup.php: 1 Time(s)
      /web/scripts/setup.php: 1 Time(s)
      /webadmin/: 1 Time(s)
      /webadmin/scripts/setup.php: 1 Time(s)
      /webdb/: 1 Time(s)
      /webdb/scripts/setup.php: 1 Time(s)
      /websql/: 2 Time(s)
      /websql/scripts/setup.php: 2 Time(s)
      /wp-login.php: 1 Time(s)
      /xampp/phpmyadmin/scripts/setup.php: 1 Time(s)
      /~root/: 1 Time(s)
      http://202.43.102.11/config/pwtoken_get?lo ... safsdfsda&md5=1: 1 Time(s)
      http://85.17.141.182/proxychecker/ch...ction=getinfo: 1 Time(s)
      http://best-proxies.ru/azenv.php?rand=07c5 ... 513fd55258ee53b: 1 Time(s)
      http://best-proxies.ru/azenv.php?rand=0dc5 ... d8862df1870c6d9: 1 Time(s)
      http://best-proxies.ru/azenv.php?rand=137a ... a67c6a5dd0a74d0: 1 Time(s)
      http://best-proxies.ru/azenv.php?rand=1e77 ... 1aa053d0d220b75: 1 Time(s)
      http://best-proxies.ru/azenv.php?rand=23c4 ... b56d7dd8d3f1e7a: 1 Time(s)
      http://best-proxies.ru/azenv.php?rand=2b52 ... 9653f5d0925ac22: 1 Time(s)
      http://best-proxies.ru/azenv.php?rand=4287 ... 1889c9a18fc05ea: 1 Time(s)
      http://best-proxies.ru/azenv.php?rand=48c2 ... 52cb16e429ba2fb: 1 Time(s)
      http://best-proxies.ru/azenv.php?rand=48f3 ... 00d008612e8373e: 1 Time(s)
      http://best-proxies.ru/azenv.php?rand=5072 ... 8f8695698b034e8: 1 Time(s)
      http://best-proxies.ru/azenv.php?rand=57d2 ... 486367999192005: 1 Time(s)
      http://best-proxies.ru/azenv.php?rand=58ec ... 497d99ddc93c331: 1 Time(s)
      http://best-proxies.ru/azenv.php?rand=5933 ... 0013929ef2123e6: 1 Time(s)
      http://best-proxies.ru/azenv.php?rand=65fc ... a59631b0fb7678a: 1 Time(s)
      http://best-proxies.ru/azenv.php?rand=7b48 ... 39c9e4050ea44a5: 1 Time(s)
      http://best-proxies.ru/azenv.php?rand=8936 ... ca2d49370a4c85d: 1 Time(s)
      http://best-proxies.ru/azenv.php?rand=8d23 ... c3edc15e9b4e606: 1 Time(s)
      http://best-proxies.ru/azenv.php?rand=90c0 ... 41a985b2356f87c: 1 Time(s)
      http://best-proxies.ru/azenv.php?rand=9432 ... 8d888b316416cd5: 1 Time(s)
      http://best-proxies.ru/azenv.php?rand=9cd2 ... 4b52cc169f8cffd: 1 Time(s)
      http://best-proxies.ru/azenv.php?rand=9fc4 ... ffc74e6f75d61cd: 1 Time(s)
      http://best-proxies.ru/azenv.php?rand=a708 ... 984a90f78eb9c85: 1 Time(s)
      http://best-proxies.ru/azenv.php?rand=a8d0 ... cc413952068244f: 1 Time(s)
      http://best-proxies.ru/azenv.php?rand=a905 ... 72c3793024895b1: 1 Time(s)
      http://best-proxies.ru/azenv.php?rand=ab42 ... 7b5974fddd9fb47: 1 Time(s)
      http://best-proxies.ru/azenv.php?rand=af0a ... 87c5dc6f557dbac: 1 Time(s)
      http://best-proxies.ru/azenv.php?rand=af0f ... c9d05a608633841: 1 Time(s)
      http://best-proxies.ru/azenv.php?rand=b90a ... c7727055772a4c6: 1 Time(s)
      http://best-proxies.ru/azenv.php?rand=bc49 ... 9cb1ee60e3a6fb0: 1 Time(s)
      http://best-proxies.ru/azenv.php?rand=bebf ... 2be1b704f6afd73: 1 Time(s)
      http://best-proxies.ru/azenv.php?rand=c05c ... 46d88c9e7b31235: 1 Time(s)
      http://best-proxies.ru/azenv.php?rand=c68a ... c3084ed1ddb3eb3: 1 Time(s)
      http://best-proxies.ru/azenv.php?rand=c9a0 ... b396d6afcda4e74: 1 Time(s)
      http://best-proxies.ru/azenv.php?rand=dcd2 ... 73411a8312c92c3: 1 Time(s)
      http://best-proxies.ru/azenv.php?rand=e177 ... 7548ed655526131: 1 Time(s)
      http://best-proxies.ru/azenv.php?rand=e9c2 ... 576f5226e125252: 1 Time(s)
      http://best-proxies.ru/azenv.php?rand=ea20 ... 5b1003198ec6d52: 1 Time(s)
      http://best-proxies.ru/azenv.php?rand=f740 ... ccb1999f0f7dff0: 1 Time(s)
      http://gameframe.net/headers: 1 Time(s)
      http://proxyjudge1.proxyfire.net/fastenv: 2 Time(s)


unSpawn 09-04-2013 01:29 AM

Quote:

Originally Posted by newbie14 (Post 5021300)
Are those 404 post danger ?

No.


All times are GMT -5. The time now is 11:02 AM.