Forums attacked again

For everything that's not in any way related to PureBasic. General chat etc...
Inf0Byt3
PureBasic Fanatic
PureBasic Fanatic
Posts: 2236
Joined: Fri Dec 09, 2005 12:15 pm
Location: Elbonia

Forums attacked again

Post by Inf0Byt3 »

We got a problem on the forums :(... The user VanBaston14 seems to be a bot and is making posts (not too nice ones)...
Last edited by Inf0Byt3 on Thu Sep 21, 2006 8:54 am, edited 1 time in total.
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

thats my second user :twisted:
Inf0Byt3
PureBasic Fanatic
PureBasic Fanatic
Posts: 2236
Joined: Fri Dec 09, 2005 12:15 pm
Location: Elbonia

Post by Inf0Byt3 »

:lol: (You blew my cover dammit)
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
Killswitch
Enthusiast
Enthusiast
Posts: 731
Joined: Wed Apr 21, 2004 7:12 pm

Post by Killswitch »

Do other forums get as much attention from bots as this? I've never known it before.
~I see one problem with your reasoning: the fact is thats not a chicken~
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

don't know about the german forum, but the french one
has the sme problem since some month. :evil:

that's really annoying.
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

Post by dracflamloc »

Um... attacked?
User avatar
jqn
User
User
Posts: 97
Joined: Fri Oct 31, 2003 3:04 pm

Post by jqn »

Be careful!

"VANBASTON15" is in the memberlist, again!
User avatar
GeoTrail
Addict
Addict
Posts: 2799
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

List of possible spammers

Post by GeoTrail »

I've constructed a list of VERY potential spammer accounts: Click username for link to their profile.

Oh, and I created a simple program for the occation, and yes, I had very little to do at the time ;)

http://www.geotrail.no/downloads/UserLinkCreator.exe
Last edited by GeoTrail on Thu Sep 21, 2006 8:56 pm, edited 1 time in total.
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
Inf0Byt3
PureBasic Fanatic
PureBasic Fanatic
Posts: 2236
Joined: Fri Dec 09, 2005 12:15 pm
Location: Elbonia

Post by Inf0Byt3 »

Cool! This should help the mods quite a lot :). The problem is that it keeps creating new users... :(.
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
User avatar
Rescator
Addict
Addict
Posts: 1769
Joined: Sat Feb 19, 2005 5:05 pm
Location: Norway

Post by Rescator »

I'm familiar with this problem.
THe fact is that there are bots out there able to "read" the registration verification image. (using OCR or similar)
phpBB's builtin visual verification is a very weak CHAPTKA.

On a different forum where I am administrator I created a custom visual verification.

It is a direct slot in&replacement, simply rename the old forum/incudes/usercp_confirm.php
to usercp_confirm_org.php
and use mine instead.
That stopped all automated bot registrations as my CHAPTKA is albeit not as crazy as the best ones out there, at least it's good enough to twarp these bots and still humanly readable.

Does any of the mods here have access to the forum install or does only Fred? lemme know where to email the php script. it's only 4KB compared to the original 120KB one :shock:

Note! GD2 (php extension) is needed for it to work as the script uses that for it's image generation. So if the server this forum is on do not have that extension enabled this script won't work sadly.
It also need the verdana font but that "should" be avail, if not it's easy to modify the script to use some other font. (or tweak the way the images is generated as well, the script is very flexible)

THe other alternative is to hunt for some fix or MOD at the phpBB support forums, or upgrade to the phpBB 3 beta that has a draconian monster of a visual verification image.
Thalius
Enthusiast
Enthusiast
Posts: 711
Joined: Thu Jul 17, 2003 4:15 pm
Contact:

Post by Thalius »

phpBB 3.0 is out - testing atm how easy it is to migrate databases.
"In 3D there is never enough Time to do Things right,
but there's always enough Time to make them *look* right."
"psssst! i steal signatures... don't tell anyone! ;)"
User avatar
GeoTrail
Addict
Addict
Posts: 2799
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Post by GeoTrail »

That's the beta version.
It's been out for awhile now.
Been running in it here
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
X
Enthusiast
Enthusiast
Posts: 311
Joined: Tue Apr 04, 2006 6:27 am

Post by X »

Thalius wrote:phpBB 3.0 is out - testing atm how easy it is to migrate databases.
Agreed, phpBB 3.0 is NOT out. Only a beta version, and not upgradable at that.
User avatar
nco2k
Addict
Addict
Posts: 1344
Joined: Mon Sep 15, 2003 5:55 am

Post by nco2k »

man thats so damn annoying, i hate spam and bots. its such a waste of time, but i guess as long as there are people out there, "dumb" enough to read and follow the links, it will never stop. :evil:

ps.: i think it happened only once or twice, at the german forum.

c ya,
nco2k
If OSVersion() = #PB_OS_Windows_ME : End : EndIf
ricardo
Addict
Addict
Posts: 2438
Joined: Fri Apr 25, 2003 7:06 pm
Location: Argentina

Post by ricardo »

Killswitch wrote:Do other forums get as much attention from bots as this? I've never known it before.
Yes.

Attacks are directed to forums that runs certains versions of PHPBB.
Post Reply