Results 1 to 5 of 5

Thread: Username and Password on webpage

  1. #1
    Junior Member
    Join Date
    Jan 2008
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    Reputation
    10

    Default Username and Password on webpage

    Hi,

    if you go to the following webpage for example you are promped with a username and password to enter. I have the shortcut to the site on my desktop. Ages ago i remember editing the shortcut and putting something like ?userid=xxxxx and password=xxxx and would login wihout pompting. I dont want to use autocomplete for my PC as many others use it and dont want all passwords saved.

    Spent the last few hours searching google but no luck.



    Anyone able to assist with a shortcut that would let me login.
    Thanks



Look Here ->
  • #2
    Premium Member rob916's Avatar
    Join Date
    Apr 2008
    Location
    Bargara, Queensland.
    Age
    52
    Posts
    1,573
    Thanks
    49
    Thanked 75 Times in 36 Posts
    Rep Power
    251
    Reputation
    248

    Default


    The smiley is actually @
    try this
    What happens if I press alt + F4?

  • #3
    Premium Member
    Join Date
    Jan 2008
    Location
    Melbourne
    Posts
    855
    Thanks
    246
    Thanked 87 Times in 69 Posts
    Rep Power
    244
    Reputation
    886

    Default

    Some gobbledegook

    But like rob916 has said:
    Code:
    http://username:password@www.website.com/
    generally does the trick.

  • #4
    Junior Member
    Join Date
    Jan 2008
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    Reputation
    10

    Default

    thanks for replies, not working. Think it may have something to do with my username having an @ in it maybe?

    Beow is what i done


  • #5
    Member
    Join Date
    Jan 2008
    Location
    Vic
    Posts
    334
    Thanks
    18
    Thanked 20 Times in 15 Posts
    Rep Power
    212
    Reputation
    143

    Default

    hmm that format only works when its a NT Security Popup type login.
    i.e. the Username and password field appears.

    This is a form based submit command so you need to see what the form does and emulate it.
    easy way
    If your using Firefox load the addon TamperData and it will show you the full string that is posted when the submit button is pressed and the you can use this as the line.
    Otherwise try
    Code:
    http://seeklearning.skillport.com/skillportfe/login/validate.cfm?userid=XXXXX&pass=YYYYY
    Last edited by ocd_csv; 28-08-08 at 02:39 PM.

  • Bookmarks

    Posting Permissions

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