{"id":23263018,"url":"https://github.com/globalpolicy/purebasicrat","last_synced_at":"2025-04-06T06:20:37.884Z","repository":{"id":172198426,"uuid":"262945996","full_name":"globalpolicy/PureBasicRAT","owner":"globalpolicy","description":"A Remote Administration Tool for windows, built in PureBasic using the Telegram Bot API","archived":false,"fork":false,"pushed_at":"2020-05-14T11:04:05.000Z","size":71,"stargazers_count":17,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-12T11:53:19.352Z","etag":null,"topics":["admin","api","bot","control","purebasic","remote","telegram","tool"],"latest_commit_sha":null,"homepage":"","language":"PureBasic","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/globalpolicy.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,"publiccode":null,"codemeta":null}},"created_at":"2020-05-11T05:21:31.000Z","updated_at":"2024-11-04T20:18:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"d7053c48-9d02-42d6-88f3-3cf8c5ea416b","html_url":"https://github.com/globalpolicy/PureBasicRAT","commit_stats":null,"previous_names":["globalpolicy/purebasicrat"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/globalpolicy%2FPureBasicRAT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/globalpolicy%2FPureBasicRAT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/globalpolicy%2FPureBasicRAT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/globalpolicy%2FPureBasicRAT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/globalpolicy","download_url":"https://codeload.github.com/globalpolicy/PureBasicRAT/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247441727,"owners_count":20939354,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["admin","api","bot","control","purebasic","remote","telegram","tool"],"created_at":"2024-12-19T14:13:52.753Z","updated_at":"2025-04-06T06:20:37.878Z","avatar_url":"https://github.com/globalpolicy.png","language":"PureBasic","readme":"# PureBasicRAT\n\u003cp\u003e\n\u003ch4\u003eA Remote Administration Tool for windows, built using PureBasic\u003c/h4\u003e\nUses the Telegram Bot API as the communication channel to the server\u003cbr\u003e\nCreate a bot of your own by consulting @BotFather and use the bot token in the builder.\u003cbr\u003e \nYou also need to provide your user id which you can get by consulting @useridbot or the like.\n\u003c/p\u003e\n\u003cp\u003e\nCurrently, it supports the following commands:\n\u003col\u003e\n\u003ch4\u003e\u003cli\u003e/info\u003c/li\u003e\u003c/h4\u003e\n\u003cp\u003e\nRetrieves basic information about the host machine.\n\u003c/p\u003e\n\u003ch4\u003e\u003cli\u003e/sreenshot\u003c/li\u003e\u003c/h4\u003e\n\u003cp\u003e\nRetrieves the screenshot of the host machine.\n\u003c/p\u003e\n\u003ch4\u003e\u003cli\u003e/getkeylog\u003c/li\u003e\u003c/h4\u003e\n\u003cp\u003e\nRetrieves the keystrokes recorded on the host machine.\n\u003c/p\u003e\n\u003ch4\u003e\u003cli\u003e/msgbox\u003c/li\u003e\u003c/h4\u003e\n\u003cp\u003e\nDisplays a messagebox on the host machine. Must be in the form:\n\n```\n/msgbox Title;;Message\n```\n\n\u003c/p\u003e\n\u003ch4\u003e\u003cli\u003e/blockinput\u003c/li\u003e\u003c/h4\u003e\n\u003cp\u003e\nBlocks keyboard and mouse inputs for a maximum of 60 seconds on the host machine.\n\u003c/p\u003e\n\u003c/p\u003e\n\u003ch4\u003e\u003cli\u003e/unblockinput\u003c/li\u003e\u003c/h4\u003e\n\u003cp\u003e\nNo points for guessing.\n\u003c/p\u003e\n\u003ch4\u003e\u003cli\u003e/keypress\u003c/li\u003e\u003c/h4\u003e\n\u003cp\u003e\nSimulate a series of keystrokes. Must be in the form:\n  \n```\n/keypress Something to type here\n```\n  \n\u003c/p\u003e\n\u003ch4\u003e\u003cli\u003e/lclick\u003c/li\u003e\u003c/h4\u003e\n\u003cp\u003e\nSimulate left mouse button click. Must be in the form:\n  \n```\n/lclick \u003crepetitions\u003e \u003cinterval between subsequent clicks in milliseconds\u003e\n```\n  \n\u003c/p\u003e\n\u003ch4\u003e\u003cli\u003e/rclick\u003c/li\u003e\u003c/h4\u003e\n\u003cp\u003e\nSimulate right mouse button click. Must be in the form:\n  \n```\n/rclick \u003crepetitions\u003e \u003cinterval between subsequent clicks in milliseconds\u003e\n```\n  \n\u003c/p\u003e\n\u003ch4\u003e\u003cli\u003e/mclick\u003c/li\u003e\u003c/h4\u003e\n\u003cp\u003e\nSimulate middle mouse button click. Must be in the form:\n  \n```\n/mclick \u003crepetitions\u003e \u003cinterval between subsequent clicks in milliseconds\u003e\n```\n  \n\u003c/p\u003e\n\u003c/ol\u003e\n\n\u003cp\u003e\n\n\n\u003ePrepend a machine ID for targetted command. E.g:\n\n```\n\u003cID\u003e/command\n```\n\n\u003c/p\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglobalpolicy%2Fpurebasicrat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglobalpolicy%2Fpurebasicrat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglobalpolicy%2Fpurebasicrat/lists"}