xalgord / Mass-ParamSpider

(Mass) Mining parameters from dark corners of Web Archives

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mass-ParamSpider: Run ParamSpider tool on multiple domains or subdomains.

Features:

  • 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.

Requirements:

sudo apt install python3
sudo apt-get install parallel

Installation:

git clone https://github.com/xalgord/Mass-ParamSpider
cd Mass-ParamSpider
sudo chmod +x mass-param.txt

Note: ParamSpider should be installed in your system and added to the $PATH, for example:

nano ~/.bashrc
export PATH="~/bbtools/ParamSpider:$PATH"
source ~/.bashrc

Usage:

./paramspider_script.sh domains.txt

In the domains.txt, you can supply all the subdomains of a domain or the mutiple domains.

About

(Mass) Mining parameters from dark corners of Web Archives


Languages

Language:Shell 100.0%