Jump to content

source

Members
  • Posts

    100
  • Joined

  • Last visited

    Never

Posts posted by source

  1. @agentsteal nah man, you're finding stuff I miss in my tests...

     

    $var=strip_tags($var);

    $var=mysql_real_escape_string($var);

     

    using those two functions should alleviate any problems with xss/sql (Not saying that that's all you need.)

     

     

    oh p.s. @AndyB won't happen again... but it wasn't that bad.

  2. http://www.sinisa.milicevici.com/real_estate/admin/admin.php

     

    I know you try to be 1337 and re-direct us, but I am 1337'er and use the stop button (or I could have used a program etc..) So what I am saying is the admin area isn't secure. (Oh, and to prove a point I deleted a user.. sorry)

     

    To fix this just set a $_SESSION['admin']; or something with they login, and when someone visits the page do a check... for that session == a username, or alterative make it a field in the table "admin" and add yes next to your username.. etc..

     

    also: xss http://www.sinisa.milicevici.com/real_estate/details.php?id=16

     

     

    p.s. on the front page you have: http://www.sinisa.milicevici.com/real_estate/faq.php

    a link to that but it does not exist.

  3. also lawl... I saved the source of someone elses send message, edited the form action to send it to myn, and send <script>alert("xss");</script>

     

    and it really [pointless expletive deleted], I mean you'll see if you fill that in all fields and click send. (no alert that I could get in the 20 seconds I worked on it... :'( )

     

    @source: explain it properly and politely or not at all, please.

  4. in the top left corner there is xss vuln (i search for <script>alert("xss");</script>) etc... then it gives mysql errors...

     

    I noticed your VBULLETIN also seems to be out of date. There most likely have been security patches/checks/etc... may want to consider upgrading.

     

    I go to say http://elitebattles.com/gamelist---1-War.html

    and do the same search and I get a mysql display "Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/burly/public_html/pages/search.php on line 229"

     

    http://elitebattles.com/files.html also same errror with same search...

     

    http://elitebattles.com/games.html also

     

    coding your own stuff is the way to go in the future..

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.