Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Help]How to HOOK LogonUI.exe

Featured Replies

Posted

Hello everybody:

There is a question bothers me for a long time.

I want to get my computer's UserName、Domain、PassWord between LogonUI.exe and StartShell(Winlogon Notification Events),so i must HOOK it(LogonUI.exe),and i only want to HOOK it.I have referencesed some information,but failed.

So,everybody,How to HOOK LogonUI.exe can get UserName、Domain、PassWord?

Thanks.

Edited by Howsk
Change the Title

  • Author

My English is so bad,also please see understanding,also please forgive me.    :)

  • Author

Theres no one reply?

Why would you do this with hooking?

To get the user name and domain you don't need to do any special things, you can get them with just a WINAPI call.

Getting the passwords is a bit trickier, but you can dump and decrypt them from the lsass process. There is a open sourced project called mimikatz which does this, you can take a look at it:

https://github.com/gentilkiwi/mimikatz/wiki/module-~-sekurlsa

Edited by A200K

  • 2 weeks later...
  • Author
On 2016/8/10 at 2:34 PM, A200K said:

Why would you do this with hooking?

To get the user name and domain you don't need to do any special things, you can get them with just a WINAPI call.

Getting the passwords is a bit trickier, but you can dump and decrypt them from the lsass process. There is a open sourced project called mimikatz which does this, you can take a look at it:

https://github.com/gentilkiwi/mimikatz/wiki/module-~-sekurlsa

Yeahh!Thank u very much,i have read this article,and i solved my problem now.really thank u.:D

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.