Update ReadMe.md

This commit is contained in:
I-Am-Jakoby 2022-12-15 23:04:38 -06:00 committed by GitHub
parent eb04696c48
commit f01dede09a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,6 +46,7 @@ When your target returns and moves their mouse the video will start playing full
* Plug in your device * Plug in your device
* Walk away * Walk away
* You can run the example snippet below and it will open up a video covering one of my other payloads * You can run the example snippet below and it will open up a video covering one of my other payloads
* You can of course replace the URL with your own video
``` ```
powershell -w h Add-Type -AssemblyName *m.W*s.F*s;$w=[Windows.Forms.Cursor];$p=$w::Position.X;while(1){if($w::Position.X-ne$p){break}else{Sleep 3}};saps https://youtu.be/sOLIdqpzrW4;sleep 3;$o=New-Object -ComObject WScript.Shell;$o.SendKeys('f') powershell -w h Add-Type -AssemblyName *m.W*s.F*s;$w=[Windows.Forms.Cursor];$p=$w::Position.X;while(1){if($w::Position.X-ne$p){break}else{Sleep 3}};saps https://youtu.be/sOLIdqpzrW4;sleep 3;$o=New-Object -ComObject WScript.Shell;$o.SendKeys('f')
``` ```