Topic: Spammers bypassing register.php altogether
Hi folks,
Is there any (legit) way to add a user to the forum without using register.php? My forum has been sustaining a number of spambot attacks the last few days, so I temporarily disabled register.php with a simple die() statement at the top.
This morning, there were three more spammer accounts registered! I'm running 1.2.16, and it looks like they're inserting users right into the DB with an SQL injection attack somewhere. Is this a known weakness, or is there something else I'm not seeing? Is there an easy way to have Pun spew logs somewhere so I can observe it a little more closely and find out exactly what's going on?
Has anyone else seen anything like this?