I don't think you'll find what you need in WUG. You need to sniff the authentication as it's happening. That will get you the base24 id for the user name and password. If authentication is by cookie, you can get a cookie number that you put in your GET in the service.

Good luck.

Suzanne Beckley
Digeo.com
Newbie



From: "Ronald Ward" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: <[EMAIL PROTECTED]>
Subject: Re: [WhatsUp Forum] Applet failure
Date: Mon, 21 Oct 2002 14:01:03 -0400

Philip, do you know where the encrypted passwords are stored in WUG?

My real problem though is that I can't find WUG's user list and passwords. I'm assuming that, like Cisco, the configs would display the encrypted password. I could then copy and paste the encrypted password into the URL as you suggest. I've searched the WUG directory and the registry.

Thanks,
Ron

>>> [EMAIL PROTECTED] 10/21/02 08:29AM >>>
Do a trace of a GET to that website using the userid:password@.... format and see what is actually sent to the webserver. I think you will find that the password is encrypted and you will need to enter the encrypted version into the service on WUG.
GOod Luck

Ronald Ward wrote:

> We have an applet that executes from TopView.asp via MainPagePrefix.asp. Works fine and displays the contents of a text file called "notice.txt" when using the following URL.
>
> http://website.com:1080
>
> The source files for the applet and notice.txt file are in WhatsUp/Web.
>
> However, when we preceed the domain with "userid:password@" parameters, the applet does not execute properly. The userid/password is defined in WUG. I assume the browser/applet cannot find the required source files to execute and display the notice.txt file. The area of the screen where the notice.txt file is to be displayed is just a gray box. Any experts out there that can tell me whats wrong?
>
> http://userid:password@;website.com.1080
>
> This is our applet code.
>
> <APPLET CODE="headline.class" WIDTH=779 HEIGHT=66>
> <PARAM NAME="GENERATOR" VALUE="CREATED WITH THE APPLET HEADLINE FACTORY www.COFFEECUP.COM">
> <PARAM NAME="GENERAL" VALUE="0|FFFFFF|1|30|40|12000|0">
> <PARAM NAME="LOAD" VALUE="000000|FFFFFF|Loading...">
> <PARAM NAME="BORDER" VALUE="0|C0C0C0|1|1|7">
> <PARAM NAME="TXT FILE" VALUE="notice.txt|1|FF0000|000080|FFFF00|0|2|14|1">
> <PARAM NAME="SCROLLER" VALUE="3|11|11|C0C0C0|000000|1|0">
> </APPLET>
>
> Ron Ward
> Manager, Network Support
> Office of Transportation Technology Services
> Maryland Department of Transportation
> 1 Orchard Road
> Glen Burnie, MD 21060
> office: 410-768-7607
> fax: 410-424-3752
> email: [EMAIL PROTECTED]
>
> Please visit http://www.ipswitch.com/support/mailing-lists.html
> to be removed from this list.
>
> An Archive of this list is available at:
> http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/


Please visit http://www.ipswitch.com/support/mailing-lists.html
to be removed from this list.

An Archive of this list is available at:
http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/

_________________________________________________________________
Surf the Web without missing calls! Get MSN Broadband. http://resourcecenter.msn.com/access/plans/freeactivation.asp


Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list.

An Archive of this list is available at:
http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/

Reply via email to