https://github.com/bstnbuck/v-bindshell
A simple bind shell implemented in V!
https://github.com/bstnbuck/v-bindshell
bind-shell penetration-testing
Last synced: 6 months ago
JSON representation
A simple bind shell implemented in V!
- Host: GitHub
- URL: https://github.com/bstnbuck/v-bindshell
- Owner: bstnbuck
- License: mit
- Created: 2021-03-10T17:30:56.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-05T10:59:32.000Z (about 3 years ago)
- Last Synced: 2025-01-30T11:11:08.730Z (12 months ago)
- Topics: bind-shell, penetration-testing
- Language: V
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# V-BindShell
> A small bind shell written in V, perfect for penetration testing! I am not responsible against misuse of this program.
### Requirements
* Installed V-Compiler
### Usage
**For debugging**:
Clone the repository and follow these steps:
* build ```v_shell.v``` with ``` v -prod -cc {gcc, msvc, tcc} v_shell.v```
* run it and enjoy!
**For penetration testing usage**:
>Do not use this on devices where you do not have permission to do so!
* Download the .sh-file on the remote host (e.g. with wget) (Linux-only).
* Execute it with ``` bash install_run_v.sh```. This will install the V-Compiler and runs the shell (if root, Linux-only). If non root-user uses this, a precompiled binary will be downloaded and executed.
* Connect to the specific port from local host (e.g. with netcat).
* If you use Windows, just download and execute the precompiled binary.