Forums
New posts
Search forums
News
Security News
Technology News
Giveaways
Giveaways, Promotions and Contests
Discounts & Deals
Reviews
Users Reviews
Video Reviews
Support
Windows Malware Removal Help & Support
Inactive Support Threads
Mac Malware Removal Help & Support
Mobile Malware Removal Help & Support
Blog
Log in
Register
What's new
Search
Search titles only
By:
Search titles only
By:
Reply to thread
Menu
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Software
General Apps
Passwords and passkeys
Password Managers Auto-filled Credentials on Untrusted sites
Message
<blockquote data-quote="Andrezj" data-source="post: 1022346" data-attributes="member: 97580"><p>here is another simple test, everybody thinks about keyloggers capturing keystrokes, but malware can send its own keystroke output to programs and anti-keylogger will not protect against it (iirc spyshelter prevented it, it was the only one)</p><p></p><p>1. launch notepad</p><p>2. open powershell</p><p>3. copy-pasta this command chain: [ICODE]$wshell = New-Object -ComObject wscript.shell; $wshell.AppActivate('Notepad'); $wshell.SendKeys('Hello World')[/ICODE]</p><p>4. Enter</p><p></p><p>Hello World will appear in open notepad</p><p>this can be programmed to be hidden\not visible and manipulate system, and not stopped by amsi</p></blockquote><p></p>
[QUOTE="Andrezj, post: 1022346, member: 97580"] here is another simple test, everybody thinks about keyloggers capturing keystrokes, but malware can send its own keystroke output to programs and anti-keylogger will not protect against it (iirc spyshelter prevented it, it was the only one) 1. launch notepad 2. open powershell 3. copy-pasta this command chain: [ICODE]$wshell = New-Object -ComObject wscript.shell; $wshell.AppActivate('Notepad'); $wshell.SendKeys('Hello World')[/ICODE] 4. Enter Hello World will appear in open notepad this can be programmed to be hidden\not visible and manipulate system, and not stopped by amsi [/QUOTE]
Insert quotes…
Verification
Post reply
Top