Skip to content

Djent-/wfuzzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wfuzzer.sh

It does some stuff with wfuzz

wfuzzer.sh http://example.com
wfpayload -z wfuzzp --zD .wfuzz/output/[session] --efield r.params.get 2>/dev/null

alias.sh

source alias.sh
wfz https://example.com/FUZZ{notthere}

scripts/elasticsearch.py

mkdir -p ~/.wfuzz/scripts
cp scripts/* ~/.wfuzz/scripts

wfuzz -z list,_stats --script=elasticsearch https://example.com:9200/FUZZ

Works best with my fixed fork of wfuzz

echo y | python3 -m pip uninstall wfuzz || sudo apt remove wfuzz -y
mkdir ~/build; cd ~/build
git clone https://github.com/Djent-/wfuzz
cd wfuzz
python3 -m pip install -r requirements.txt
python3 -m pip install .
sudo ln -s /usr/bin/python3.8 /usr/bin/python