https://github.com/shollingsworth/v0tools
Hacking CTF toolchain and cli scripts
https://github.com/shollingsworth/v0tools
ctf hacking reverse-shell toolchain tools web-server
Last synced: 12 months ago
JSON representation
Hacking CTF toolchain and cli scripts
- Host: GitHub
- URL: https://github.com/shollingsworth/v0tools
- Owner: shollingsworth
- License: mit
- Created: 2021-08-27T21:28:34.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-11T14:55:43.000Z (almost 5 years ago)
- Last Synced: 2025-02-20T09:17:59.561Z (over 1 year ago)
- Topics: ctf, hacking, reverse-shell, toolchain, tools, web-server
- Language: Python
- Homepage: https://v0tools.stev0.me/
- Size: 4.04 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/shollingsworth/v0tools/issues) [](https://github.com/shollingsworth/v0tools) [](https://github.com/shollingsworth/v0tools/stargazers) [](https://github.com/shollingsworth/v0tools/network/members)
[](https://pypi.org/project/v0tools) [](https://pypi.org/project/v0tools) [](https://pypi.org/project/v0tools) [](https://pypi.org/project/v0tools) [](https://pypi.org/project/v0tools) [](https://pypi.org/project/v0tools)
**This package is for those participating in hacking CTFs and want some tools to help with some of the more tedious tasks.**
**Enjoy!**
**Pull requests welcome. :)**
Full documentation can be found at [https://v0tools.stev0.me](https://v0tools.stev0.me)
### Commands
* *[linrshell.py](https://v0tools.stev0.me/commands/linrshell/)*
* Linux Reverse Shell stager.
* *[winrshell.py](https://v0tools.stev0.me/commands/winrshell/)*
* Windows Reverse Shell stager.
* *[v0_bash_complete_msfvenom.py](https://v0tools.stev0.me/commands/v0_bash_complete_msfvenom/)*
* Sourceable Autocomplete for msfvenom flags.
* *[v0serv.py](https://v0tools.stev0.me/commands/v0serv/)*
* HTTP Serve a directory, or serve a single isolated file.
* *[v0upload.py](https://v0tools.stev0.me/commands/v0upload/)*
* HTTP server that accepts PUT requests from remotes.
* *[cmd-not-found.py](https://v0tools.stev0.me/commands/cmd-not-found/)*
* Print how to install packages on different operating systems
* *[cmdrec.py](https://v0tools.stev0.me/commands/cmdrec/)*
* Terminal Recorder using ffmpeg and KDE Console.
* *[dnsrebind.py](https://v0tools.stev0.me/commands/dnsrebind/)*
* dns rebinding fqdn.
* *[ip_urls.py](https://v0tools.stev0.me/commands/ip_urls/)*
* Generate a list of obfuscated ip variations and print to stdout.
* *[php_search_vuln.py](https://v0tools.stev0.me/commands/php_search_vuln/)*
* Search for vulnerable calls / strings in php code.
* *[unicodes.py](https://v0tools.stev0.me/commands/unicodes/)*
* print unicode values and associated information to stdout.
## Installation / Quickstart
> **Install Prerequisites based on your [operating system](https://v0tools.stev0.me/sys_prerequisites/)**
> **Install the [pypi package](https://pypi.org/project/v0tools/) via `pip3` by running the following**
```bash
pip3 install v0tools
```
## Api
> **API Documentation can be found [here](https://v0tools.stev0.me/api)**
### License
See: [LICENSE](./LICENSE)