Code Monkey home page Code Monkey logo

watermelon's Introduction

Watermelon

一个go语言开发的dirsearch工具

目录结构

  • application 参数解析和入口
  • common 公共方法
    • bin
  • config 全局配置文件
  • dict 字典目录
    • dict.txt 默认字典
    • spider 通过爬取页面自动生成的字典
    • Blaste 爆破产生的字典
  • log 日志目录
  • scan 扫描目录
  • spider 爬虫目录
  • watermelon.exe 已经打包好的exe文件

编译方法

go mod download

go build -o watermelon.exe

使用方法

watermelon.exe -h
watermelon -u http://www.example.com/
watermelon -u http://www.example.com/ -m s  
  • -h 查看使用方法
  • 不指定-m 为默认扫描
  • -m s 为相似度判断扫描

运行截图

watermelon.exe -h

img.png

watermelon.exe -u http://www.baidu.com/

img_1.png

watermelon.exe -u http://www.baidu.com/ -m s
  • 相似度可以调低一点可以过滤更多页面,这里的相似度是0.95

img.png

watermelon's People

Contributors

cmluzw avatar

Stargazers

 avatar

Watchers

 avatar

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.