- Scrape all Parameters of multiple domains and subdomains in one shot.
Checks the dead domains using curl before executing the script.Using parallel to make the process faster.
sudo apt install python3
git clone https://github.com/xalgord/Mass-ParamSpider
cd Mass-ParamSpider
sudo chmod +x mass-param.sh
Note: ParamSpider should be installed in your system and added to the $PATH, for example:
nano ~/.bashrc
export PATH="$PATH:$HOME/bbtools/ParamSpider/"
source ~/.bashrc
./mass-param.sh domains.txt
In the domains.txt
, you can supply all the subdomains of a domain or the mutiple domains.