Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented more keylogger functions #51

Open
wants to merge 24 commits into
base: master
Choose a base branch
from

Commits on Jan 21, 2024

  1. Code refactoring, creation of .env and new README

    Filippo Piconese committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    c2a3439 View commit details
    Browse the repository at this point in the history
  2. Modified license file

    Filippo Piconese committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    963a3f4 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Functions test

    Filippo Piconese committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    46995c0 View commit details
    Browse the repository at this point in the history
  2. Microphone function modified and tested

    Filippo Piconese committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    e34ffad View commit details
    Browse the repository at this point in the history
  3. Modified Key and Mouse listeners and tested

    Filippo Piconese committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    90bc7c0 View commit details
    Browse the repository at this point in the history
  4. Removed logging

    Filippo Piconese committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    e3a0efe View commit details
    Browse the repository at this point in the history
  5. Created utils.py and changed send email function

    Filippo Piconese committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    429a875 View commit details
    Browse the repository at this point in the history
  6. Created cleanup functions

    Filippo Piconese committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    f4d78ab View commit details
    Browse the repository at this point in the history
  7. Added magic word to stop the program

    Filippo Piconese committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    97de74e View commit details
    Browse the repository at this point in the history
  8. Cleanup and betterment of the README file

    Filippo Piconese committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    071f073 View commit details
    Browse the repository at this point in the history
  9. Refactoring

    Filippo Piconese committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    2359437 View commit details
    Browse the repository at this point in the history
  10. Added get_location function

    Filippo Piconese committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    8fb3111 View commit details
    Browse the repository at this point in the history
  11. Added remove .env file function

    Filippo Piconese committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    f314047 View commit details
    Browse the repository at this point in the history
  12. Added TODO bullet points

    Filippo Piconese committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    d37a9cd View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Separated main and Keylogger class

    Filippo Piconese committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    0c58527 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. gitignore modified

    Filippo Piconese committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    7e4484e View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Added numpy to requirements.txt

    Filippo Piconese committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    3bc1698 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Added Dropbox service to upload images and audio files

    Filippo Piconese committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    6286bfc View commit details
    Browse the repository at this point in the history
  2. Added specific folder where to save the exe file and all the audio an…

    …d image files
    Filippo Piconese committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    7c2260b View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Changed dest folder to user directory and changed where the scheduled…

    … task is created.
    Filippo Piconese committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    a6bbd31 View commit details
    Browse the repository at this point in the history
  2. Added a check if there are more than 1 main.exe instances

    Filippo Piconese committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    7509ad2 View commit details
    Browse the repository at this point in the history
  3. Added checks on running processes and used mss instead of pyscreensho…

    …t module to make screenshots
    Filippo Piconese committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    b6602aa View commit details
    Browse the repository at this point in the history
  4. Modified send email function. Commented delete env file.

    Filippo Piconese committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    bb42a8d View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. Configuration menu
    Copy the full SHA
    ad35c9a View commit details
    Browse the repository at this point in the history