GithubHelp home page GithubHelp logo

website-scanner's Introduction

website-scanner

一个使用Golang开发的高性能WEB目录扫描器

Usage

  • url 输入URL,可以为任意URL,程序运行时将会自动进行URL修正,自动加上http前缀,自动去除path中的文件名以及querystring以及hash等等。 (example:http://127.0.0.1/test)
  • method HTTP提交方法,推荐使用性能更高流量更小的HEAD,但是特殊情况下如果有防火墙禁止了HEAD方式提交,可以使用GET等方式 (example:HEAD)
  • header 头部文件的文件名。如果某些特殊路径的访问需要带上特定的头部或者cookies,则可以在header中设置相应的header。 (example:header.txt)
  • thread 线程数量。推荐与CPU的线程数量一致,如果服务器出现过高线程扫死的情况可以适当调低线程。 (example:10)
  • path 字典路径。程序在初始化的时候将会自动将字典文件读入内存,并且进行去重操作,所以请务必在程序启动之前正确放置好字典文件,而且无须担心字典文件被重复放置的问题。 (example:字典)
  • extname 字典文件扩展名。 (example:txt)

TODO

  • 使用代理进行扫描。
  • 递归地将扫描结果再次进行扫描,实现类爬虫的多级扫描。

website-scanner's People

Contributors

cw1997 avatar

Stargazers

5l1v3r1 avatar fdvoid0 avatar  avatar TimWhite avatar Yaroslav avatar aboutboy avatar  avatar Jerusalemsbell avatar  avatar lgs3137 avatar Tom avatar 4xpl0r3r avatar  avatar

Watchers

 avatar 4xpl0r3r avatar

Forkers

rahulyhg

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.