KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
abaCATCH-Windows-Keylogger
★ 9
Open GitHub ↗
Simple Python Keylogger
Download README (.md)
Explore Similar Repositories
AsyncEnumerableExtensions
:
Build compatible IAsyncEnumerable<T> implementation with one generator function on both .NET Standard 1.1 and 2.1!
magento2-currency-services
:
Add addition external sources into Magento2 to update our currency rates.
Simple-Multithreaded-TCP-GUI-Chat
:
Simple-Multithreaded-TCP-GUI-Chat
tlaplus
:
TLA+ programs
article-jpa-native-query
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
abaCATCH-Windows-Keylogger
?
Download (.md)
# abaCATCH Windows Keylogger Keylloger feito em **Python 2.7** *(written in Python 2.7)* <br> Testado em: **Windows 10** *(tested on)*<br> Escrito por: **Carlos Néri Correia** *(coded by)* <br> Versão: **1.0** *(version)* ## Funções *(features)* - Captura de teclas digitadas pelo cliente em tempo real *(real-time keylogging)* <br> - Armazenamento local de logs *(local storage)* <br> - Envio de logs para servidor remoto *(send logs to remote server)*<br> - Persistência *(persistence)*<br> ## Instalação *(install)* $ pip install requests $ pip install pypiwin32 **Download pyHook** https://sourceforge.net/projects/pyhook/ ## Configuração *(setup)* **VARIÁVEIS:** *(variables)* <br> ***ldir*** *(sets local directory, dropping directory)*<br> Diretório local, onde será salvo o arquivo de log. <br> Diretório para o qual o .exe se copia para ser executado em persistência quando a máquina reiniciar. ***urlUpload*** *(Upload page on remote server)*<br> Página de upload no servidor remoto, para a função de envio remoto. <br> Será criado um arquivo *capt-(nome do PC).txt* na mesma pasta de upload.php, no servidor. **COMPILAR** *(compile)* $ pyinstaller -w WinService.py --onefile mail me: hackerama@protonmail.com