Skip to content

Sakshats993/Advanced-Keylogger-Project

 
 

Repository files navigation

Advanced Keylogger Project

Overview

This project is a collaborative effort to develop an advanced keylogger application as part of our internship. The project focuses on capturing and securely transmitting user keystrokes while maintaining stealth and avoiding detection by antivirus systems.


Project Structure


Modules and Responsibilities

  1. Core Logic: Implement the main keylogging functionality. (Assigned to: Member 1)
  2. Data Storage: Handle encrypted storage of logs. (Assigned to: Member 2)
  3. Stealth Mode: Make the program invisible to users. (Assigned to: Member 3)
  4. Data Transmission: Send logs to a server or email. (Assigned to: Member 4)
  5. Anti-Detection: Evade antivirus detection. (Assigned to: Member 5)
  6. Interface: Integrate all modules into a complete application. (Assigned to: Member 6)

How to Contribute

  1. Clone the repository:
    git clone https://github.com/username/AdvancedKeyloggerProject.git
    
  2. Create a branch for your module:
    git checkout -b your_module_name
    
  3. Commit your changes:
    git add .
    git commit -m "Added functionality for [module]"
    git push origin your_module_name
    
  4. Open a pull request on GitHub and await review.

About

College Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 100.0%