Keylogger icon indicating copy to clipboard operation
Keylogger copied to clipboard

You program need delete the script sm.ps1 when the program start

Open merlinnusr opened this issue 8 years ago • 3 comments

If you change the parameters MAIL X_EM_TO, X_EM_FROM, X_EM_PASS the next compilation ignore all parameters and only take sm.ps1 to send all mails

\AppData\Roaming\Microsoft\CLR\sm.ps1 in this route

P.D Broken english srry -

merlinnusr avatar Nov 01 '17 23:11 merlinnusr

When you say you change the parameters, Do you mean these line of code? #define X_EM_TO "ENTER YOUR EMAIL ADDRESS" #define X_EM_FROM "ENTER YOUR EMAIL ADDRESS" #define X_EM_PASS "ENTER YOUR PASSWORD"

Siegfried5 avatar Nov 03 '17 20:11 Siegfried5

I mean you have to destroy the file(sm.ps1) when the program is recompiled

To ensure that the program uses the parameters of the email and password

merlinnusr avatar Nov 08 '17 02:11 merlinnusr

like a remove(\AppData\Roaming\Microsoft\CLR\sm.ps1) at the beginning of the main

merlinnusr avatar Nov 08 '17 02:11 merlinnusr