Skip to content

WingBy-Fkalis/ParamSpider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ParamSpider

修改Bug后的ParamSpider,方便各位师傅使用

项目源地址

感谢源项目作者的开源精神!!

https://github.com/devanshbatham/paramspider

paramspider

安装

来到存在set.up文件的目录下面

image

执行以下命令

pip install .

image

使用方式

To use paramspider, follow these steps:

paramspider -d example.com

Examples

Here are a few examples of how to use paramspider:

  • Discover URLs for a single domain:

    paramspider -d example.com
  • Discover URLs for multiple domains from a file:

    paramspider -l domains.txt
  • Stream URLs on the termial:

    paramspider -d example.com -s
  • Set up web request proxy:

    paramspider -d example.com --proxy '127.0.0.1:7890'
  • Adding a placeholder for URL parameter values (default: "FUZZ"):

     paramspider -d example.com -p '"><h1>reflection</h1>'

About

修改Bug后的ParamSpider,方便各位师傅使用

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages