Install Rust and cargo on Kali VM
git clone https://github.com/sh1yo/x8
cd x8
apt install pkg-config
apt-get install libssl-dev
cargo build --release
cp ./target/release/x8 /usr/local/bin
x8 -h
#Necessary wordlists
Parameters : git clone https://github.com/the-xentropy/samlists.git
https://github.com/s0md3v/Arjun/tree/master/arjun/db
Headers: /usr/share/seclists/Discovery/Web-Content/BurpSuite-ParamMiner
#Usage
x8 -u https://www.nasa.gov -w sam-cc-parameters-lowercase-all.txt (use parameters wordlist)