The MASM Forum Archive 2004 to 2012

Miscellaneous Forums => Miscellaneous Projects => Topic started by: Gunner on October 06, 2010, 01:20:58 AM

Title: Forum Spam List Checker
Post by: Gunner on October 06, 2010, 01:20:58 AM
I had this idea for a while.  Decided to put something together.  What it does is check 3 services to see if a user is a bot/spammer on message boards.  I manually approve people on my board, and since I am not comfortable with PHP to modify my board, I came up with this...  Enter the users info and it will query the databases and return the amount of times that data was found.. you can then decided with to do with the user... still more features to add...  It DOES NOT check any email spammer databases...


This is beta, so please report any bugs

(http://www.gunnerinc.com/images/ss.jpg)

View the readme for more info
Title: Re: Forum Spam List Checker
Post by: Twister on October 06, 2010, 01:44:27 AM
At first, I laughed because of the title.

then I cried when I saw it is written in assembly.
Title: Re: Forum Spam List Checker
Post by: Gunner on October 06, 2010, 06:08:59 PM
explain that...  what is wrong with assembly??  I wanted a standalone app not something run on a server... nothing existed so i wrote one and decided to share...
Title: Re: Forum Spam List Checker
Post by: Gunner on October 14, 2010, 02:51:58 AM
Added support for Project Honey Pot... view the readme for more info
Title: Re: Forum Spam List Checker
Post by: Gunner on November 27, 2010, 03:09:07 AM
2.0.0
+ Complete code rewrite :-)
+ Cleaned up the interface
+ Added thread for search and submit to prevent lockups
+ Added double click to totals to get more info
   if a total is > 0 double click on number will open page for either BotScout or Stop Forum Spam depending what was clicked
   Project HoneyPot - if IP was found, double click Type of spammer and it will open ip info page on Project HoneyPot
+ Added ability to submit to Stop Forum Spam
+ Added the following to the query:
   AHBL
   APEWS
   DroneBL
   EFNETrbl
   SORBS
   SpamCop
   SpamHaus
   SPEWS
   Tornevall
   UBL

(http://www.gunnerinc.com/images/maincomplete.jpg)

View readme for more info.
Title: Re: Forum Spam List Checker
Post by: Gunner on March 01, 2011, 01:07:19 AM
For those that use FSLC, here is a new version
Run down:
3.0.2
+ Added check for newer version
+ Added text between the tabs and check box for succesful submission

3.0 BETA
+ Another code rewrite
+ Fixed on top bug
+ Fixed country info bug that would cause FSLC to crash
+ Added ability to get your current IP to check
+ Added options to select services to query
+ Fixed evidence bug
+ Added icon to open "My Spammers" page on SFS
+ Changed user interface
+ Added option to auto close status windows when error free
+ Added "Boilerplate" spammer types to add to evidence
+ Added "More Info" icons for BotScout, SFS and PHP if a total is > 0
+ Other minor changes
- Removed country flag

(http://www.gunnerinc.com/images/fslc.jpg)