Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Web-App-Sec
[Top] [All Lists]

Re: How to find the login name of a user accessing my website

Subject: Re: How to find the login name of a user accessing my website
Date: Sun, 5 Nov 2006 19:08:20 +0000
On Fri, 3 Nov 2006 18:13:40 -0800
"Anurag Agarwal" <anurag.agarwal@yahoo.com> wrote:

I was wondering if anyone could help me how I can find out the windows
login  of the user, accessing my website. I think i read it somewhere
that it gets  passed as a header information but i am not sure. If
anyone of you guys can  help me with this, i will really appreciate
it.

ive never seen it in the headers, but i guess it could be part of ie's
headers, but i never use that so i dont know.

it might be part of ISA-Proxy server's headers, again i dont know
though.. i would suspect that it's quite unlikely.

you might want to try doing a tcpdump on your webserver and look at the
headers, or perhaps make some custom cgi to get the headers for you.

something like

$fp = fopen( "headlog.txt", "w" );
$headers = apache_request_headers();
foreach ($headers as $header => $value) {
   fputs( $fp, "$header: $value\n" );
}
fclose($fp);

or likewise in whichever script language you use.

-- 
Regards, Ed                      :: http://www.s5h.net
:%s/\t/  /g                      :: proud unix system person
:%s/Open Source/Free Software/g

-------------------------------------------------------------------------
Sponsored by: Watchfire

AppScan delivers new remediation capabilities, key regulatory compliance 
reporting, and productivity enhancements that dramatically improve, 
automate and streamline users' ability to quickly find, remediate and 
manage web application security vulnerabilities. Change the way you think 
about application security testing - download AppScan today!

https://www.watchfire.com/securearea/appscancamp.aspx?id=701500000008YTE
--------------------------------------------------------------------------

<Prev in Thread] Current Thread [Next in Thread>