Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Top Posters

Who's Online (1)

Powered by Vanilla. Made with Bootstrap.
Would this be classed as XSS vuln
  • Mr. P-teoMr. P-teo
    Posts: 269
    So whilst helping a friend, just testing if his dad's site is secure i came across this

    http://i25.lulzimg.com/14f508.jpg

    Now th boxes when submitted had

    <script>alert(\"XSS\")</scipt>



    And as you can see there is a quotation mark and a greater than symbol next to the box, does this mean it is vuln???
    Skype: mrpt3o
    Twitter: MrPteo


    image
  • Xin
    Posts: 3,251
    If you pm me the URL il check it out but you havent given much info
    Xin
  • Mr. P-teoMr. P-teo
    Posts: 269
    PM'ed you, hope you can help
    Skype: mrpt3o
    Twitter: MrPteo


    image
  • Xin
    Posts: 3,251
    Cant recreate what you had but you spelt </script> </scipt>
    Xin
  • Mr. P-teoMr. P-teo
    Posts: 269
    to recreate what i had, just type

    <script>alert("<!--XSS-->")</script>

    in all the fields, and just select anything for the dropdowns
    Skype: mrpt3o
    Twitter: MrPteo


    image
  • m0rph
    Posts: 332
    said:


    to recreate what i had, just type

    <script>alert("<!--XSS-->")</script>

    in all the fields, and just select anything for the dropdowns


    Try some of the tags displayed in this:

    http&#58;//www&#46;thespanner&#46;co&#46;uk/2007/11/19/unusual-xss-vectors/

    This one below is usually pretty good, and can be used very effectively for stored attacks...or demonstrations.

    &lt;p onmouseover=alert(/XSS/)&gt;Some very long paragraph goes here&#46;&lt;/p&gt;
    while( !(succeed = try() ) );
  • Xin
    Posts: 3,251
    said:


    to recreate what i had, just type

    <script>alert("<!--XSS-->")</script>

    in all the fields, and just select anything for the dropdowns



    Yeah i did that and it didnt come up with what you had
    Xin