送交者: xj 于 2005-8-30, 23:33:41:
I found that it is fairly easy to do comment spam in the blogger.
In the blogger, there is a "next blog" tag in the navigation bar for almost all blogs. The command is just ...\nav=true.
Literally you can write a small code to automatically visit all blogs in one night using that machnism.
In the blogger, the comment is posted through forms. Therefore, whenever you visit a new blog, you can obtain the blogID and lots of PostIDs, and then using the form post method login-comment.do with associated blogID, PostID, and text to spam.
Please read the blogger comment page to see all related information.
Because blogger allows javascript, one can write a javascript in his own blog, and automatically navigate to new blogs and post comments.
I don't want to try it but this is way too easy for everyone to try.