What is fuxploider
fuxploider is a free and open source tool which is written in Python programming language, this tool is used to find file uploading vulnerabilities, it is quite easy to use so let’s see how we can install it in Kali Linux
Install in Kali Linux
clone fuxploider in your kali using this command
git clone https://github.com/almandin/fuxploider.git

now go into the folder using this command
cd fuxploider



now we need to download all requirements so just type this command in your terminal
pip3 install -r requirements.txt



everything is just complete so it’s time to exploit
python3 fuxploider.py --url https://TargetWebsite.com --not-regex "wrong file type"


