• XSS.stack #1 – первый литературный журнал от юзеров форума

keylogger needed

 
Пожалуйста, обратите внимание, что пользователь заблокирован
anyone know where i can get an easy to use keylogger?
just need something simple.
Look here(in rust, program will set up a keyboard hook to capture key presses and log them to a file called keylogs.txt in the temporary directory. When the number of words in the log file reaches MAX_WORDS,(500 words) it will send the contents of the file to the Discord webhook and truncate the file to clear it. It will also add itself to the startup folder so that it runs automatically when computer start.
Code:




Should be good for you :)
Edit:

Cargo.toml
[dependencies]
hook = "0.5"
reqwest = "0.11"
 
Последнее редактирование:
Look here(in rust, program will set up a keyboard hook to capture key presses and log them to a file called keylogs.txt in the temporary directory. When the number of words in the log file reaches MAX_WORDS,(500 words) it will send the contents of the file to the Discord webhook and truncate the file to clear it. It will also add itself to the startup folder so that it runs automatically when computer start.
Code:




Should be good for you :)
Edit:

Cargo.toml
[dependencies]
hook = "0.5"
reqwest = "0.11"
thank you, how is this saved? .bat? i just need to add webhook?
 
Пожалуйста, обратите внимание, что пользователь заблокирован
thank you, how is this saved? .bat? i just need to add webhook?
The program is made in Rust language, final output should be in .exe
You need to replace webhook with yours (discord webhook)
 
exactly what i need, where may i find brother?
Here pass:tr
Remember that to receive the logs you must activate access from external sources to your mail, obviously you must encrypt the bot
 
Here pass:tr
Remember that to receive the logs you must activate access from external sources to your mail, obviously you must encrypt the bot
is there an official download link anywhere? haha
 


Напишите ответ...
  • Вставить:
Прикрепить файлы
Верх