Linux

Install and start Fuzzing Book In Kali Linux



How to Install and Start Fuzzing Book in Kali Linux?

Step 1: Cloning the Fuzzing Book Repository
git clone
cd fuzzingbook
Step 2: Setting Up a Python Virtual Environment
sudo apt install python3.11-venv
python3.11 -m venv venv
source venv/bin/activate
Step 3: Installing Dependencies
sudo apt-get install graphviz libgraphviz-dev
pip install -r requirements.txt
Step 4: Starting Fuzzing Book
source venv/bin/activate
jupyter notebook

Step 5: Re-accessing Fuzzing Book
source venv/bin/activate
jupyter notebook

[ad_2]

source

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button