{"id":13845022,"url":"https://github.com/bitsadmin/revbshell","last_synced_at":"2025-08-13T18:38:53.000Z","repository":{"id":128177842,"uuid":"82481978","full_name":"bitsadmin/revbshell","owner":"bitsadmin","description":"ReVBShell - Reverse VBS Shell","archived":false,"fork":false,"pushed_at":"2019-10-08T12:00:05.000Z","size":18,"stargazers_count":81,"open_issues_count":1,"forks_count":27,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-26T07:16:57.487Z","etag":null,"topics":["backdoor","legacy-support","shell","vbs"],"latest_commit_sha":null,"homepage":null,"language":"Visual Basic","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bitsadmin.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":"2017-02-19T18:58:52.000Z","updated_at":"2025-04-09T06:11:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"741c380e-44b4-442a-ae87-7e4a5adccc27","html_url":"https://github.com/bitsadmin/revbshell","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitsadmin%2Frevbshell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitsadmin%2Frevbshell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitsadmin%2Frevbshell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitsadmin%2Frevbshell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitsadmin","download_url":"https://codeload.github.com/bitsadmin/revbshell/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251319793,"owners_count":21570456,"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":["backdoor","legacy-support","shell","vbs"],"created_at":"2024-08-04T17:03:07.949Z","updated_at":"2025-04-28T13:32:26.991Z","avatar_url":"https://github.com/bitsadmin.png","language":"Visual Basic","readme":"# ReVBShell\n## Files\n* server.py - Interactive Python shell, listening on port 8080 for clients\n* client.vbs - Visual Basic Script client which connectes to the IP/port specified and periodically fetches commands\n\n## Components\n### Server\n_Interactive Python shell_\n\n**Supported commands**\n```\n- CD [directory]     - Change directory. Shows current directory when without parameter.\n- DOWNLOAD [path]    - Download the file at [path] to the .\\Downloads folder.\n- GETUID             - Get shell user id.\n- GETWD              - Get working directory. Same as CD.\n- HELP               - Show this help.\n- IFCONFIG           - Show network configuration.\n- KILL               - Stop script on the remote host.\n- PS                 - Show process list.\n- PWD                - Same as GETWD and CD.\n- SET [name] [value] - Set a variable, for example SET LHOST 192.168.1.77.\n                       When entered without parameters, it shows the currently set variables.\n- SHELL [command]    - Execute command in cmd.exe interpreter;\n                       When entered without command, switches to SHELL context.\n- SHUTDOWN           - Exit this commandline interface (does not shutdown the client).\n- SYSINFO            - Show sytem information.\n- SLEEP [ms]         - Set client polling interval;\n                       When entered without ms, shows the current interval.\n- UNSET [name]       - Unset a variable\n- UPLOAD [localpath] - Upload the file at [path] to the remote host.\n                       Note: Variable LHOST is required.\n- WGET [url]         - Download file from url.\n```\n\n### Client\n_VBS client_\nConfiguration can be set in the .vbs file itself.\n* strHost - IP of host to connect back to; should be the IP of the host where server.py is running\n* strPort - Listening port on the above host\n* intSleep - Default delay between the polls to the server\n\n**Default settings**\n```\nstrHost = \"127.0.0.1\"\nstrPort = \"8080\"\nintSleep = 5000\n```\n","funding_links":[],"categories":["Visual Basic (7)","Visual Basic"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitsadmin%2Frevbshell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitsadmin%2Frevbshell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitsadmin%2Frevbshell/lists"}