__ __ ___ _______
| | | || | | |
| |_| || | | _____|
| || | | |_____
| || | |_____ |
| | | | _____| |
|___| |___| |_______|
A Simple Directory Bruteforce searcher written in python.
Table of Contents
It is a python script that can be used to bruteforce a web-application. It typically takes a target (URL) as input, tries to find hidden subdirectories in the main URL.
python3 pip
sudo apt install python python3-pip -y
sudo pacman -Sy python python3-pip
sudo dnf install python python3-pip
brew install python python3-pip
git clone https://github.com/kraken-503/vis.git
cd vis/
pip install -r requirements.txt
python3 vis.py
Made with ❤️ by kraken-503