• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Tools Python keylogger

sisu

Initiate
User
Joined
Oct 22, 2024
Messages
49
Reputation
0
Reaction score
84
Points
18
Credits
74
‎9 Months of Service‎
98%
Alright, I had too much to drink at lunch today so heres how to make a python keylogger.
First i'm going to assume that this would be used in something like a rubbery ducky attack, so we're going to keep it small so it can be downloaded from somewhere remotely or smthing.
OKay now the script:
to make it easy we'll just use the pynput library

To see this hidden content, you must react with one of the following reactions : Like Like, Love Love


This is is the basic idea of it, hopefully it is easy to see

But we actually want to log the keys so lets do that

To see this hidden content, you must react with one of the following reactions : Like Like, Love Love

Now we write all the individual key strokes to a file.

But this is still very very very shid sooooo..........

To see this hidden content, you must react with one of the following reactions : Like Like, Love Love



Now were gooing to send a post request to a c2 or whatever you want, you could use a discord webhook or something better...
 
Last edited by a moderator:
Back
Top