collapse

* User Info

 
 
Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: Dictionary Attacks  (Read 7843 times)

0 Members and 1 Guest are viewing this topic.

Offline nend

  • Friend
  • *
  • Posts: 161
  • Karma: 5
    • SICommunity
Re: Dictionary Attacks
« Reply #15 on: February 26, 2011, 05:54:23 PM »
I hate to burst your bubble but isn't fail2ban for login attempts at the server level like htpasswd? Also SMF's error handler is built into SMF and silents all PHP errors through SMF's own error handler.

SMF 2.0 RC2
SMF Arcade 2.5 RC1

SMF 1.1.11
E-Arcade 2.5.9
NEND
SMF Arcade Friend
ASII - PHP - MySql - JavaScript
My Games - My Mods

Offline nend

  • Friend
  • *
  • Posts: 161
  • Karma: 5
    • SICommunity
Re: Dictionary Attacks
« Reply #16 on: February 26, 2011, 05:57:16 PM »
Skilled,

ZB Block works great, thanks for sharing.  :thumb:
SMF 2.0 RC2
SMF Arcade 2.5 RC1

SMF 1.1.11
E-Arcade 2.5.9
NEND
SMF Arcade Friend
ASII - PHP - MySql - JavaScript
My Games - My Mods

Offline Skhilled

  • Friend
  • *
  • Posts: 5260
  • Karma: 64
  • Gender: Male
  • Retro Gamer
    • Doc Skillz
  • Arcade Version: More than one version
  • SMF Version: More than 1 version
Re: Dictionary Attacks
« Reply #17 on: February 26, 2011, 06:49:52 PM »
I've been meaning to test that more often but have been too busy. Thanks for reminding me.

TinyPortal Beta Tester - LogoOff.net Team

Offline Underdog

  • Administrator
  • *
  • Posts: 777
  • Karma: 22
  • Gender: Male
  • SMF/Games Helper
    • askusaquestion.net
  • Arcade Version: More than one version
  • SMF Version: More than 1 version
Re: Dictionary Attacks
« Reply #18 on: February 26, 2011, 10:52:12 PM »

Imao the questions at logon work best.. don't even have to ban IP's from the bots for the most part.
Someone already used my exact idea and released it as a mod on Feb.20 at smf main.

Pffft.

Only thing they did wrong was not put an option to not have it log the failed attempts (simple false entry in the error array).. some people were trying to get away from the annoying log entries filling up. Perhaps they'll add that option after reading my post. :P

ref. http://custom.simplemachines.org/mods/index.php?mod=2956

Offline vzbob

  • Not So New
  • *
  • Posts: 33
  • Karma: 0
Re: Dictionary Attacks
« Reply #19 on: February 27, 2011, 10:41:34 AM »
I've been meaning to test that more often but have been too busy. Thanks for reminding me.

I use zzblock on all my sites and its fantastic its easy to install and also keeps a good log file.
Its customizable as well and checks a lot of users on various spam lists. Ive been using it since June 2010 and it has blocked over 15,000 spammers and other attacks by script kiddies as well. It has a custom signature file where you can add information to block a single IP or a whole country. I would recommend it to you and anyone else running websites. I use in in conjunction with the Stop Forum Spam Mod and it has stopped 99% of spammers registering on my 5 websites. and you only need to install it once to cover all your websites.

 So check it out http://www.spambotsecurity.com/ zaphod is very helpful with any problem you may have and you can ask for assistance if needed with it.

Offline Skhilled

  • Friend
  • *
  • Posts: 5260
  • Karma: 64
  • Gender: Male
  • Retro Gamer
    • Doc Skillz
  • Arcade Version: More than one version
  • SMF Version: More than 1 version
Re: Dictionary Attacks
« Reply #20 on: February 27, 2011, 11:05:53 AM »
Very true, zaphod and his staff do have good support. ;D

TinyPortal Beta Tester - LogoOff.net Team

Offline nend

  • Friend
  • *
  • Posts: 161
  • Karma: 5
    • SICommunity
Re: Dictionary Attacks
« Reply #21 on: February 27, 2011, 04:27:47 PM »
Yes it is, but some settings IMHO are too harsh. You know me already modified the source code to it. It is a great mod by default still.

I have created a threat level system for this software. Say for example a users browser is infected by spyware, they are blocked and referred to sites with cleaning programs. The original software will permanently ban them after three attempts to access a site. Talk about a little harsh because I know allot of people that accidently install allot of these spyware programs.

Right now I have two threat levels

Blocked / Referred to information to correct the problem.
Blocked / PermaBan after 3 attempts (zbblock default)
SMF 2.0 RC2
SMF Arcade 2.5 RC1

SMF 1.1.11
E-Arcade 2.5.9
NEND
SMF Arcade Friend
ASII - PHP - MySql - JavaScript
My Games - My Mods

Offline Skhilled

  • Friend
  • *
  • Posts: 5260
  • Karma: 64
  • Gender: Male
  • Retro Gamer
    • Doc Skillz
  • Arcade Version: More than one version
  • SMF Version: More than 1 version
Re: Dictionary Attacks
« Reply #22 on: February 27, 2011, 04:41:30 PM »
Good point. Other mods for smf are like that as well. But right now people are running scared because of the attacks and probably don't care who gets turned away. LOL

There are also false-positives that can happen as well. I do think your idea is better, though.

TinyPortal Beta Tester - LogoOff.net Team

Offline DeathSign

  • Full Member
  • *
  • Posts: 140
  • Karma: 25
  • Gender: Male
  • SMF Version: SMF 2
Re: Dictionary Attacks
« Reply #23 on: March 17, 2011, 04:43:45 PM »
I hate to burst your bubble but isn't fail2ban for login attempts at the server level like htpasswd? Also SMF's error handler is built into SMF and silents all PHP errors through SMF's own error handler.
Yep, but I meant that you can write smf errors into a file then make a custom filter for fail2ban that parses this file.

Offline maxfire02

  • Not So New
  • *
  • Posts: 9
  • Karma: 0
« Last Edit: October 10, 2012, 03:11:01 PM by maxfire02 »

Offline Skhilled

  • Friend
  • *
  • Posts: 5260
  • Karma: 64
  • Gender: Male
  • Retro Gamer
    • Doc Skillz
  • Arcade Version: More than one version
  • SMF Version: More than 1 version
Re: Dictionary Attacks
« Reply #25 on: May 13, 2011, 11:17:20 AM »
You have to write php code and find the errors first to be able to fix them. :P

TinyPortal Beta Tester - LogoOff.net Team