This is a keylogger created in Python that captures typed characters using pynput library and sends them via email using SMTP. To log in with Gmail, you need to have two-factor authentication enabled and a Google app password. To change the email details, modify the variables between lines 41 and 46. You can choose between two functions: 'on_press'. The first function (line 15 to 22) saves the formatted text, while the second (line 24 and 25) does not.
Este é um keylogger feito em Python que captura os caracteres digitados usando a biblioteca pynput e os envia por email usando SMTP. Para fazer o login com o Gmail, é necessário ter a autenticação de dois fatores ativada e uma senha de app do Google. Para modificar os detalhes do email, ajuste as variáveis entre as linhas 41 e 46. Você pode escolher entre duas funções: 'on_press'. A primeira função (linha 15 a 22) salva o texto formatado, enquanto a segunda (linha 24 e 25) não.