file access
Results 1 to 10 of 10

Thread: The best programming language - Power

Threaded View

  1. #7
    Join Date
    Sep 2006
    Posts
    1,649

    hmm

    I'm gonna hope this is it.

    <img src="javascript:alert("This?")">

    Guess not, maybe...

    <img src=javascript:alert("This?")>

    Hmm... no....

    <img src="javascript:alert('This?')">

    Gah, last try, pleaseohplease work...

    <img src=alert("Hello")>
    -----------------------------------------------
    Nvm, theses guys are smart, they change the output to the webpage so it looks like this

    <!-- message -->
    <div id="post_message_*4725">I'm gonna hope this is it.<br />
    <br />
    &lt;img src=&quot;javascript<b></b>:alert(&quot;This?&quot&quot;&gt;<br />
    <br />
    Guess not, maybe...<br />
    <br />
    &lt;img src=javascript<b></b>:alert(&quot;This?&quot&gt;<br />
    <br />
    Hmm... no....<br />
    <br />
    &lt;img src=&quot;javascript<b></b>:alert('This?')&quot;&gt;<br />
    <br />
    Gah, last try, pleaseohplease work...<br />
    <br />
    &lt;img src=alert(&quot;Hello&quot&gt;</div>
    <!-- / message -->
    I guess the filter replaces my <,>," with the HTML character entity value. I've seen some forums that don't do this, therefore are vulnerable to injection. They would see the alert come up.
    Last edited by Moonbat; 11-05-2006 at 08:56 PM.

Similar Threads

  1. Can anyone solve this question in C programming Language?
    By Stella Richards in forum Programming
    Replies: 3
    Last Post: 03-14-2016, 01:04 AM
  2. Replies: 0
    Last Post: 07-05-2012, 09:11 AM
  3. What's the most popular web programming language?
    By slicegan2 in forum Programming
    Replies: 14
    Last Post: 12-23-2010, 03:32 AM
  4. Programming language choice: Java
    By new_rez in forum General discussion
    Replies: 1
    Last Post: 08-06-2008, 04:20 PM
  5. Programming Language for Writing Drivers?
    By loopers in forum Internet Privacy
    Replies: 2
    Last Post: 01-16-2003, 05:37 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts