v0tools
GitHub Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Home

github-issues github-languages-code-size github-stars github-forks

pypi-v pypi-status pypi-l pypi-dm pypi-pyversions pypi-implementation

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. :)

Quickstart / Install

# Python / Package Pre-reqs
sudo pacman -S python-pip
# Provides fzf, konsole, socat, rlwrap, ffmpeg, nc, msfvenom, msfconsole, screenkey
sudo pacman -S fzf konsole socat rlwrap ffmpeg nmap metasploit screenkey

# install pip package
pip3 install v0tools
# Python / Package Pre-reqs
sudo apt install python3-pip
# Provides fzf, konsole, socat, rlwrap, ffmpeg, nc, msfvenom, msfconsole, screenkey
sudo apt install fzf konsole socat rlwrap ffmpeg ncat screenkey

# Install msfvenom
curl https://apt.metasploit.com/metasploit-framework.gpg.key | apt-key add -
echo deb http://apt.metasploit.com buster main >> /etc/apt/sources.list
apt update
apt install -y metasploit-framework

# install pip package
pip3 install v0tools
# Python / Package Pre-reqs
sudo yum -y install python3-pip python3-devel gcc git
# Provides fzf, konsole, socat, rlwrap, ffmpeg, nc, msfvenom, msfconsole, screenkey
sudo yum -y install konsole socat nmap-ncat screenkey

# Install fzf
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install
source ~/.bashrc

# Install rlwrap
sudo yum -y group install "Development Tools"
sudo yum -y install readline-devel
git clone https://github.com/hanslub42/rlwrap.git
cd rlwrap
autoreconf --install
./configure
make
sudo make install

# Install ffmpeg
sudo yum -y install epel-release
sudo yum -y localinstall --nogpgcheck https://download1.rpmfusion.org/free/el/rpmfusion-free-release-7.noarch.rpm
sudo yum -y install ffmpeg ffmpeg-devel

# Install msfvenom
curl https://apt.metasploit.com/metasploit-framework.gpg.key > /tmp/msf.asc
rpm --import /tmp/msf.asc
sudo yum -y install yum-utils
sudo yum-config-manager --add-repo=https://rpm.metasploit.com/
sudo yum -y install metasploit-framework.x86_64

# install pip package
pip3 install v0tools

Api

API Documentation can be found here

Toc