Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cym13/vbs-reverse-shell
VBS reverse shell scripts
https://github.com/cym13/vbs-reverse-shell
Last synced: 21 days ago
JSON representation
VBS reverse shell scripts
- Host: GitHub
- URL: https://github.com/cym13/vbs-reverse-shell
- Owner: cym13
- License: gpl-3.0
- Created: 2018-01-11T17:42:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-17T19:05:58.000Z (almost 7 years ago)
- Last Synced: 2024-08-05T17:40:42.935Z (4 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 56
- Watchers: 4
- Forks: 20
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - cym13/vbs-reverse-shell - VBS reverse shell scripts (Python)
README
Description
===========Collection of VBS reverse shells
VBS reverse shells are a bit tricky because there's no easy way to interact
with raw sockets from VBS natively on Windows. However, since powershell
isn't always available on the target computer, VBS reverse shells have a real
value. So if you need them, they're here!How to use it
=============- Start the python server on your machine.
- Adapt one of the VBS files with your IP address.
- Drop this VBS file onto the target and execute it.Dependencies
============- Python3
License
=======This program is under the GPLv3 License.
You should have received a copy of the GNU General Public License
along with this program. If not, see .