Server Help Forum Index Server Help
Community forums for Subgame, ASSS, and bots
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   StatisticsStatistics   RegisterRegister 
 ProfileProfile   Login to check your private messagesLogin to check your private messages   LoginLogin (SSL) 

Server Help | ASSS Wiki (0) | Shanky.com
FTP server search (Round two)

 
Post new topic   Reply to topic Printable version
 View previous topic  Attn: Assembly Nerds Post :: Post Altec steals halo!  View next topic  
Author Message
Cerium
Server Help Squatter


Age:42
Gender:Gender:Male
Joined: Mar 05 2005
Posts: 807
Location: I will stab you.
Offline

PostPosted: Wed Nov 29, 2006 11:42 am   Post maybe stupid    Post subject: FTP server search (Round two) Reply to topic Reply with quote

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:

Code: Show/Hide
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
View users profile Send private message Add User to Ignore List AIM Address
Mine GO BOOM
Hunch Hunch
What What
Hunch Hunch<br>What What


Age:41
Gender:Gender:Male
Joined: Aug 01 2002
Posts: 3615
Location: Las Vegas
Offline

PostPosted: Wed Nov 29, 2006 1:49 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

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
View users profile Send private message Add User to Ignore List Send email
Doc Flabby
Server Help Squatter


Joined: Feb 26 2006
Posts: 636
Offline

PostPosted: Wed Nov 29, 2006 1:55 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

why not just block all china ips on your firewall. list here:

http://www.apnic.net/apnic-bin/ipv4-by-country.pl?country=cn

we talking windows ftp servers? or linux? best linux ftp server is pure-ftpd.
pure ftpd also has a windows port i think but i couldnt find it...

just as a note there is a good list of open source software here

http://osswin.sourceforge.net/
_________________
Rediscover online gaming. Get Subspace | STF The future...prehaps
Back to top
View users profile Send private message Add User to Ignore List
CypherJF
I gargle nitroglycerin


Gender:Gender:Male
Joined: Aug 14 2003
Posts: 2582
Location: USA
Offline

PostPosted: Wed Nov 29, 2006 5:42 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

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
View users profile Send private message Add User to Ignore List
BDwinsAlt
Agurus's Posse


Age:34
Gender:Gender:Male
Joined: Jun 16 2003
Posts: 1145
Location: Alabama
Offline

PostPosted: Wed Nov 29, 2006 7:23 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

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
View users profile Send private message Add User to Ignore List Send email Visit posters website AIM Address Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Server Help Forum Index -> Trash Talk All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
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
View online users | View Statistics | View Ignored List


Software by php BB © php BB Group
Server Load: 352 page(s) served in previous 5 minutes.

phpBB Created this page in 0.536012 seconds : 29 queries executed (90.9%): GZIP compression disabled