Results 1 to 5 of 5

Thread: Members section of new website

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 2006
    Posts
    53

    Members section of new website

    Hi,
    Does anyone want to help me test out the members area of a new site I'm working on... If anyone is bored, please let me know... Thanks
    Help me win cash, vote for my code: Random Quotes - Setting / Retrieving Cookies

  2. #2
    PowerPoster abhijit's Avatar
    Join Date
    Jun 1999
    Location
    Chit Chat Forum.
    Posts
    3,228

    Re: Members section of new website

    where is it?
    Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
    save a blobFileStreamDataTable To Text Filemy blog

  3. #3

    Thread Starter
    Member
    Join Date
    Dec 2006
    Posts
    53

    Re: Members section of new website

    Quote Originally Posted by abhijit
    where is it?
    Sorry, its http://www.yourcode.info
    Help me win cash, vote for my code: Random Quotes - Setting / Retrieving Cookies

  4. #4
    Frenzied Member Memnoch1207's Avatar
    Join Date
    Feb 2002
    Location
    DUH, Guess...Hint: It's really hot!
    Posts
    1,861

    Re: Members section of new website

    1. Parts of your site are vulnerable to XSS (Cross Site Scripting) attacks.
    Blah

    2. Your cookies are in plain text and are associated with "Usernames"
    Host: www.yourcode.info
    User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
    Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
    Accept-Language: en-us
    Accept-Encoding: gzip,deflate
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Keep-Alive: 300
    Connection: keep-alive
    Referer: http://www.yourcode.info/login.asp
    Cookie: ASPSESSIONIDACSSCAAA=FBNFLAJBDOGDMNACAELEJIFP; Username=blah; Code=TUOEH
    I didn't actually attempt to hijack an account, but you should encrypt all cookie data.

    3. Your site may be vulnerable to a SQL Injection attack.
    http://www.yourcode.info/profile.asp?id=a

    4. You are storing "User" information in a hidden field, this could be manipulated to impersonate another user.

    On the "Contact.asp" page.
    <input type="hidden" name="user" value="blah">
    Being educated does not make you intelligent.

    Need a weekend getaway??? Come Visit

  5. #5

    Thread Starter
    Member
    Join Date
    Dec 2006
    Posts
    53

    Re: Members section of new website

    Quote Originally Posted by Memnoch1207
    1. Parts of your site are vulnerable to XSS (Cross Site Scripting) attacks.
    Blah

    2. Your cookies are in plain text and are associated with "Usernames"

    I didn't actually attempt to hijack an account, but you should encrypt all cookie data.

    3. Your site may be vulnerable to a SQL Injection attack.
    http://www.yourcode.info/profile.asp?id=a

    4. You are storing "User" information in a hidden field, this could be manipulated to impersonate another user.

    On the "Contact.asp" page.
    Thanks for the help!
    I'm working on overhauling the entire site right now, and will definitely work those tips into the new design...

    Much appreciated!
    Help me win cash, vote for my code: Random Quotes - Setting / Retrieving Cookies

Posting Permissions

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



Click Here to Expand Forum to Full Width