Giter Club home page Giter Club logo

jsfinderplus's Introduction

JSFinderPlus

JSFinder是一款用作快速在网站的js文件中提取URL,子域名的工具。该工具在JSFinder上进行了增强,主要有:

  • 多线程爬虫,支持深度爬取(爬取提取出的所有URL)
  • 常见高危目录爆破
  • 敏感信息(手机号、身份证号码等)识别
  • 生成html报告,方便验证

usage

PS D:\Code\python\JSFinderPlus> python  .\JSFinderPlus.py -h

     ____. ____________________.__            .___          __________.__
    |    |/   _____/\_   _____/|__| ____    __| _/__________\______   \  |  __ __  ______
    |    |\_____  \  |    __)  |  |/    \  / __ |/ __ \_  __ \     ___/  | |  |  \/  ___/
/\__|    |/        \ |     \   |  |   |  \/ /_/ \  ___/|  | \/    |   |  |_|  |  /\___ \
\________/_______  / \___  /   |__|___|  /\____ |\___  >__|  |____|   |____/____//____  >
                 \/      \/            \/      \/    \/                               \/

usage: python3 JSFinderPlus.py [options]

target:
  you must to specify target

  -u URL, --url URL     target URL (e.g. -u "http://example.com")

general:
  general options

  -h, --help            show this help message and exit
  -t NUM, --thread NUM  扫描线程,默认10
  -d                    对发现的URL进行查找,默认只查找输入的URL
  --open                立即打开报告
  --site-root ROOT      指定URL的根目录
  --proxy-socks SOCKS   socks proxy (e.g. --proxy-socks 127.0.0.1:1080)
  --proxy-http HTTP     http proxy (e.g. --proxy-http 127.0.0.1:8080)
  -c COOKIE             cookie
  --user-agent UA       you can customize the user-agent headers

examples:
  python3 JSFinderPlus.py -u http://example.com
  python3 JSFinderPlus.py -u http://example.com -d
  python3 JSFinderPlus.py -u http://example.com:7001/index --site-root http://example.com:7001/#/
  python3 JSFinderPlus.py -f list.txt -d -t 20
  python3 JSFinderPlus.py -f list.txt -o results.text

example

python .\JSFinderPlus.py -u http://xx.xx.xx.xx -d --open

1

自动生成报告,点击url直接查看

2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.