 |
Server Help Community forums for Subgame, ASSS, and bots
|
Author |
Message |
Cerium Server Help Squatter

Age:42 Gender: Joined: Mar 05 2005 Posts: 807 Location: I will stab you. Offline
|
Posted: Wed Nov 29, 2006 11:42 am Post maybe stupid Post subject: FTP server search (Round two) |
 |
|
|
|
So, it's that time again when I evaluate the software running on my server and upgrade.
As some of you know, I've been using FileZilla FTP Server for a couple months now. It's a great free, open source server but this is kinda reflected in the quality. There is a severe lack of advanced features, and some configuration is a bit odd. However, the biggest problem comes from it's lack of ban control (story below).
Another server I liked (but lacked critical functionality) was Gene6. It's a nice server, but it lacks a couple of functions and the retardo developers decided against releasing the plugin SDK.
Basically, what I need is an FTP server that meets the following requirements:
- Autobanning, even if only temporary.
- User & group specific virtual directories, home directories and chroot-ing.
- A fancy gui (so a fancy man like myself doesn't have to memorize more commands).
Also, I need a way to combat these fucking asian crackbots. My personal server -- which runs off my personal internet connection -- is constantly hammered by cracking attempts, both on FTP and HTTP. The FTP attempts could be easily combated by an auto-banning system, but HTTP I'm not so sure about. Rather than trying to crack passwords, requests are made to insecure services and scripts people have on their site (hi, assassin). My httpd log looks like this:
66.118.252.50 - - [20/Nov/2006:14:47:02 -0600] "GET /a1b2c3d4e5f6g7h8i9/nonexistentfile.php HTTP/1.0" 404 344
66.118.252.50 - - [20/Nov/2006:14:47:02 -0600] "GET /adxmlrpc.php HTTP/1.0" 404 318
66.118.252.50 - - [20/Nov/2006:14:47:02 -0600] "GET /adserver/adxmlrpc.php HTTP/1.0" 404 327
66.118.252.50 - - [20/Nov/2006:14:47:02 -0600] "GET /phpAdsNew/adxmlrpc.php HTTP/1.0" 404 328
66.118.252.50 - - [20/Nov/2006:14:47:02 -0600] "GET /phpadsnew/adxmlrpc.php HTTP/1.0" 404 328
66.118.252.50 - - [20/Nov/2006:14:47:02 -0600] "GET /phpads/adxmlrpc.php HTTP/1.0" 404 325
66.118.252.50 - - [20/Nov/2006:14:47:03 -0600] "GET /Ads/adxmlrpc.php HTTP/1.0" 404 322
66.118.252.50 - - [20/Nov/2006:14:47:03 -0600] "GET /ads/adxmlrpc.php HTTP/1.0" 404 322
66.118.252.50 - - [20/Nov/2006:14:47:03 -0600] "GET /xmlrpc.php HTTP/1.0" 404 316
66.118.252.50 - - [20/Nov/2006:14:47:03 -0600] "GET /xmlrpc/xmlrpc.php HTTP/1.0" 404 323
66.118.252.50 - - [20/Nov/2006:14:47:03 -0600] "GET /xmlsrv/xmlrpc.php HTTP/1.0" 404 323
66.118.252.50 - - [20/Nov/2006:14:47:06 -0600] "GET /blog/xmlrpc.php HTTP/1.0" 404 321
66.118.252.50 - - [20/Nov/2006:14:47:06 -0600] "GET /drupal/xmlrpc.php HTTP/1.0" 404 323
66.118.252.50 - - [20/Nov/2006:14:47:06 -0600] "GET /community/xmlrpc.php HTTP/1.0" 404 326
66.118.252.50 - - [20/Nov/2006:14:47:06 -0600] "GET /blogs/xmlrpc.php HTTP/1.0" 404 322
66.118.252.50 - - [20/Nov/2006:14:47:06 -0600] "GET /blogs/xmlsrv/xmlrpc.php HTTP/1.0" 404 329
66.118.252.50 - - [20/Nov/2006:14:47:07 -0600] "GET /blog/xmlsrv/xmlrpc.php HTTP/1.0" 404 328
66.118.252.50 - - [20/Nov/2006:14:47:07 -0600] "GET /blogtest/xmlsrv/xmlrpc.php HTTP/1.0" 404 332
66.118.252.50 - - [20/Nov/2006:14:47:07 -0600] "GET /b2/xmlsrv/xmlrpc.php HTTP/1.0" 404 326
66.118.252.50 - - [20/Nov/2006:14:47:07 -0600] "GET /b2evo/xmlsrv/xmlrpc.php HTTP/1.0" 404 329 |
And this happens about once daily from anywhere from 3-5 different IPs -- all of which belong to some fuckwad in China. I imagine MGB would know of some crazy configuration for blocking/banning these assholes, but any info would be appreciated. _________________ There are 7 user(s) ignoring me right now. |
|
Back to top |
|
 |
Mine GO BOOM Hunch Hunch What What

Age:41 Gender: Joined: Aug 01 2002 Posts: 3615 Location: Las Vegas Offline
|
Posted: Wed Nov 29, 2006 1:49 pm Post maybe stupid Post subject: |
 |
|
|
|
Only thing I could think of for that, without bothering to search if someone made an apache module to ban things on its own, would be to use htaccess to redirect people trying to view that specific file to a php script. That script would then edit the htaccess file, and add that IP into the denied range.
Easiest way to have an IP blocked from a website is through htaccess's denied list.
As for ftp servers, I'm assuming you are using Windows? Don't have much expeciance, as I've only liked FileZilla server on windows (for pretty much only me using it) and proftpd on Linux because it links into user accounts so nicely. But usually on the Linux side, I try to promote SFTP usage and only enable ftp if someone needs it. |
|
Back to top |
|
 |
Doc Flabby Server Help Squatter

Joined: Feb 26 2006 Posts: 636 Offline
|
|
Back to top |
|
 |
CypherJF I gargle nitroglycerin

Gender: Joined: Aug 14 2003 Posts: 2582 Location: USA Offline
|
Posted: Wed Nov 29, 2006 5:42 pm Post maybe stupid Post subject: |
 |
|
|
|
i like warftp but i haven't used it in some time. _________________ Performance is often the art of cheating carefully. - James Gosling |
|
Back to top |
|
 |
BDwinsAlt Agurus's Posse

Age:34 Gender: Joined: Jun 16 2003 Posts: 1145 Location: Alabama Offline
|
Posted: Wed Nov 29, 2006 7:23 pm Post maybe stupid Post subject: |
 |
|
|
|
Cerium, I used GuildFTP. It is really cool. It has autobanning, custom messages, custom directories for different users, it has a nice GUI. I think it's free, if not you can just get a serial number off the internet somewhere.
http://www.guildftpd.com/ |
|
Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Software by php BB © php BB Group Server Load: 352 page(s) served in previous 5 minutes.
|