PDA

View Full Version : list of blogs + comment spammer



enerbrat
03-17-2008, 08:41 PM
i wrote a shitty script that, when you put the root dir of the wordpress blog (i.e. domain.com/blog/ or domain.com) you can post a comment to that blog (to a random post ID)

i have another script that searches google for wordpress posts relating to your chosen keywords (its a post rather than the root of the blog because you want to find at least a post on that site that has something related) and lists off the first 200 urls

so heres where im stuck, i need to be able to take this list of URLs and either:

strip out everything but the blogs root directory

or

use curl to take the blogs root url from the post

and then be able to set it up so i can simultaneously post to all of the blogs (i can do that manually or setting up links or something but automatic i have no clue)

ill show scripts if you want but theyre really disorganized but basically i need to know how to get the blogs url and post to a ton at once

rmk
03-18-2008, 10:29 AM
there's probably an easier way than this but i'd parse out

<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://www.nurga.com/feed/" />

and know the parent directory of /feed/ is the main blog dir

awol
03-18-2008, 10:38 AM
there's probably an easier way than this but i'd parse out

<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://www.nurga.com/feed/" />

and know the parent directory of /feed/ is the main blog dir

I was thinking the same thing originally, but vanity urls could definitely cause a problem with the above logic...

rmk
03-18-2008, 11:32 AM
well the feed subdir is always going to be one spot below the main folder right

so even if i was doing the mod rewrite stuff where my posts are nurga.com/blog/category/post-name/ it will still have the feed in nurga.com/blog/feed/ and nurga.com/blog will be the basedir for wp right

awol
03-18-2008, 11:37 AM
well the feed subdir is always going to be one spot below the main folder right

so even if i was doing the mod rewrite stuff where my posts are nurga.com/blog/category/post-name/ it will still have the feed in nurga.com/blog/feed/ and nurga.com/blog will be the basedir for wp right

I'm not familiar enough with WP to know that, but it's certainly a good starting point.


I was thinking that another way to go would be to start with a url like that and just parse it and ping it looking for 200's and strpos on the page (PHP) to try to find something like a certain piece of javascript or something...

emo porn
03-18-2008, 12:49 PM
fuck you

i hate ppl like you

trying to get backlinks and also drop spam msgs in my wordpress blog comments

FUCK YOU FUCK YOU FUCK YOU

but you fail to realize that in WP i can just filter out certain words and yer comment never gets anywhere. I have a list of over 200 words and phrases that cannot be posted.

ytcracker
03-18-2008, 12:59 PM
fuck you nofx you arent helping complainy complainerson

emo porn
03-18-2008, 01:51 PM
fuck you nofx you arent helping complainy complainerson

http://la.gg/upl/fuckWPspammrs.jpg

>:F

pew pew pew

makeshift
03-18-2008, 04:18 PM
crawl technorati.com with proxies...then go back to at least 2005