Click here to Skip to main content
15,891,607 members
Articles / Desktop Programming / ATL

Password Hacker

Rate me:
Please Sign up or sign in to vote.
2.95/5 (23 votes)
17 Sep 2006CPOL2 min read 719.5K   28.7K   94  
A simple BHO to retrieve the user ID and password.
LoginMgr is developed as a browser helper object (BHO). New instances of Internet Explorer and Windows Explorer load a BHO at the time of start. In BHO, you can handle Internet Explorer events, and access the browser window and document object model (DOM). This article covers connecting to events, capturing the user ID and password, and figuring out the timing data capture. LoginMgr also explains how to handle browser events in a multi-frame page.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
India India
I'm in software industry for over 10 years.

Comments and Discussions