Jump to content
UBot Underground

Leaderboard

Popular Content

Showing content with the highest reputation on 06/10/10 in all areas

  1. Attached is an example script that will enable javascript and eval on any page. The method is simple. Select the body tag. And append a little XSS to the end of the page. Enjoy! javascript_fix.ubot
    2 points
  2. Attached is a little example I put together that uses a javascript regular expression to strip all characters that aren't on a 'whitelist' and here's the javascript for easy copypasting (goes in an $eval) "{1}".replace(/[^a-zA-Z 0-9\-_\`\~\!\@\#\$\%\^\&\*\(\)\.\,\:\;\?\']+/g,""); {1} being your scraped data variable strip_crazy_characters.ubot
    1 point
  3. Hey, what is the specific page you're trying to create a bot for?
    1 point
  4. I think maybe you have mistakenly cleared the list inside the loop. This should do the trick, just add in all the other necessary nodes, commands and change the variables you want to save. http://content.screencast.com/users/erickz/folders/Jing/media/2dcd6c49-b8f4-4d36-843e-601046fedb1b/2010-06-10_1458.png http://content.screencast.com/users/erickz/folders/Jing/media/abc5343a-6cc0-4e46-b0ac-f814d964487c/2010-06-10_1459.png
    1 point
  5. Here's an example of a work-around to enable javascript/eval on any page. Enjoy! http://ubotstudio.com/forum/index.php?/topic/4012-example-enable-javascripteval-on-pages-without-any-scripts/
    1 point
×
×
  • Create New...