Firewall Script

38 responses..

David Naylor has been pimping this Firewall Script software for the last week or so. I figured I would check it out. Seems pretty slick. Looks to do what a lot of mod_security does but without all the silly dependencies and the root admin access.

I think its another great example of a very badly needed service. People are getting hacked all the the time and the cost of this is like 80 bucks…. which is nothing for a serious site. I personally have not had time to test it but Dave has asked me to go through it so I will probably give it a go next weekend on some boxes and report my findings back.




Related Posts:

  • Fortigate Firewall from fortiwall.com
  • ShoeMoney Site Search Results
  • New seo tool - bushing up my h4×0r
  • posted on April 28th, 2008:
    Written By: ShoeMoney

    38 Comments

    @April 28, 2008 10:35 am
    Michael D Says:

    The mentions of WP blogs being hacked has been high lately. Looks like this script will work for everything on the server that uses php. Wondering if it is domain specific or offers protection for everything on the server. Easy to install?

    @April 28, 2008 11:08 am
    ShoeMoney Says:

    it looks pretty easy. I should have one of our less technical people give it a go and report on it. Btw u need a gravatar!

    @April 28, 2008 12:09 pm
    Michael D Says:

    I have one but I guess I needed to add another email address. Let’s see if it works.

    @April 28, 2008 9:57 pm

    mine worked below. seems you gots some work to do…

    (Comments wont nest below this level)
     
     
    @April 28, 2008 1:55 pm

    Lets see if mine works…

     
     
     
    @April 28, 2008 11:03 am
    Debo Hobo Says:

    This is definitely something I need to look into. Good question-Is it easy to install.? I guess we will fine out when Shoe tests it next weekend. I for one am looking forward to that post. :)

    @April 29, 2008 2:33 am

    It is really awesome having The Shoe to not only alert us to new toys, but also to test them for us!

     
     
    @April 28, 2008 11:34 am
    Clog Money Says:

    This is an interesting idea and I’m curious to how it functions on a shared hosting platform. I just can’t see how a php script can protect your site on a shared hosting platform where you don’t have direct access to the specific server modules. Then again I would say that as the sceptical programmer I am ;)

     
    @April 28, 2008 11:46 am
    Pete Says:

    Would be nice to hear from some one who has used the service before…

     
    @April 28, 2008 11:57 am

    I agree… I’d love to hear what someone thinks of this who has used it before!

     
    @April 28, 2008 12:09 pm
    Roger Says:

    Dunno about whos used it/how good it is, but they have a affiliate program and I think I could make a assload of money promoting this all over the place.

    @April 28, 2008 9:09 pm
    Terry Tay Says:

    $40 dollars per sale and $19.99 just for joining the program. $100 payment minimum. Not bad commish ;-)
    ~Terry

     
     
    @April 28, 2008 12:45 pm
    Mubin Says:

    Glad to see dave got something in return for bloggin about fighters.com!

     
    @April 28, 2008 1:33 pm
    Tim Linden Says:

    Just remember folks, this doesn’t replace a real firewall. It’s just for the application layer. A normal firewall blocks before reaching the script. The combination will work wonders, but leaving either side out still leaves you vulnerable.

     
    @April 28, 2008 1:48 pm
    Roger Says:

    @tim -

    Using .htaccess preappend, it would stop it before it reaches the script. Its the same thing as modsecurity- so its just as much a firewall as modsec is. Any .php page thats called, it calls the firewall first, and if the firewall doesnt like it, it discards the request never even reaching the script

    @April 28, 2008 2:00 pm
    Clog Money Says:

    I think what Tim is trying to say is that there are ways to exploit sites before they even reach the application level, which btw the .htaccess would be part of.

    @April 28, 2008 6:35 pm
    Tim Linden Says:

    Yes you are correct in thinking what I’m saying ;-)

    The point is you can DOS Apache and having an application firewall would do nothing. You’d need something that stops it before getting to Apache. The point isn’t to say this firewall is bad, but to remind people that it’s part of the solution not “the” solution.

     
     
     
    @April 28, 2008 1:59 pm
    Rekzai Says:

    I’ll try it out when my community gets bigger.

     
    @April 28, 2008 2:44 pm
    Matt Says:

    Looks very interesting. I have a normal software firewall, but no “php firewall”. I have many blogs on my server, and keeping them upto date is annoying.

    Shame it only works with php5, I might have to look into updating.

    @May 2, 2008 10:37 am

    Upgrading to php5 doesnt take much time. I just did on my vps a day ago. Just re compiled with Apache…

     
     
    @April 28, 2008 3:27 pm

    Does it not concern anyone that the one testimonial on their site is from a guy who thinks aliens were trying to hack his site?

    For those wanting an open source solution one alternative may be PHP-Intrusion Detection System. The default is to send an alert following suspect behaviour but killing the script instead wouldn’t be too much work.

    @April 28, 2008 5:03 pm

    That testimonial must be true - you can’t make stuff like that up!

    Seriously, I would be interested to find out how easy this is to install and setup. I’m a linux noob and am eager to learn about this kind of stuff

     
     
    @April 29, 2008 12:09 am
    lazyhat Says:

    Linux already comes with a pretty easy to use firewall. Its called iptables.

    @April 29, 2008 1:48 am
    Roger Says:

    Hows that work out on shared hosting?
    Oh, right.

     
     
    @April 29, 2008 1:36 am

    If one hosts on a dedicated server? No sharing, will that decrease WP’s vulnerability to hacking attacks? Or does one still need this software too?

     
    @April 29, 2008 1:37 am

    Thank’s for this script

     
    @April 29, 2008 1:38 am

    Cool script. Thanks from me :)

     
    @April 29, 2008 1:39 am
    Atklimat Says:

    Fantastic script!

     
    @April 29, 2008 3:17 am
    Clog Money Says:

    Not really, vulnerabilities in wordpress are due to the code which makes up the software. This program merely monitors what looks like it may be an attack and then you decide from there whether to ban that person or not. At least I would imagine that’s how it works. I have not actually used the program.

     
    @April 29, 2008 6:40 am
    Frumkes Says:

    Thanks for the link, i will test it.

     
    @April 29, 2008 1:26 pm
    Accenseo Says:

    It’s a shame it only works on PHP5. :(

    And before people tell me to upgrade, I have too many PHP4-only scripts to bother doing that. Seemed like a good script though.

     
    @April 30, 2008 2:43 pm

    How bout a Plugin For WP for this ?

     
    @April 30, 2008 7:07 pm

    Not a replacement for a real firewall, but it should work great paired with one. The price is right too if you’re running any kind of serious site.

     
    @May 2, 2008 9:32 am
    Mattaw Says:

    Thanks, Look forward to your findings before I give it a go.

     
    @May 2, 2008 10:37 am

    Thanks for the script. Definitely worth it.

     
    @May 5, 2008 2:27 am

    i’m a small player and a firewall isn’t in my priorities list yet

     
    @May 6, 2008 6:27 pm
    TEGS Says:

    Iooks interesting, cant wait to hear what you think.

     
    @May 11, 2008 8:47 am
    Moldova Says:

    Getting your website secured is very good in this insecure online world.

     

    Sorry, the comment form is closed at this time.

    Latest Radio Shows

    Latest Q&A

    Latest T-Shirt Fridays

    Thanks For The ADD!

    © 2008 Shoemoney Media Group. All rights reserved.

    Blog Design