Giter Site home page Giter Site logo

findthese's Introduction

findthese

Check URL for files from given source folder. Like dirb or gobuster but we know what we are looking for.

findthese --src ../framework --url https://framework.xx/

findthese

Installation

git clone github.com/briiC/findthese
cp ./findthese/findthese /usr/local/bin/

Usage

# Example: Check endpoint for phpmyadmin files - which are accessible from internet
git clone https://github.com/phpmyadmin/phpmyadmin
findthese --src ./phpmyadmin --url https://some-site.xx/pma/

NOTE: You can clone different version of framework if you know endpoint uses that version.

Flags:
     --version  Displays the program version string.
  -h --help  Displays help with available flag, subcommand, and positional value parameters.
  -s --src  Source path of directory -- REQUIRED
  -u --url  URL endpoint to hit -- REQUIRED
  -m --method  HTTP Method to use (default: HEAD)
  -o --output  Output report to file (default: ./findthese.report)
     --depth  How deep go in folders. '0' no limit  (default: 0)
  -z --delay  Delay every request for N milliseconds (default: 150)
     --timeout  Timeout (seconds) to wait for response  (default: 10)
     --mutations  Mutations of checked file (default: ~,.swp,.swo,.tmp,.dmp,.bkp,.backup,.bak,.zip,.tar,.old,_*,~*)
     --skip  Skip files with these extensions (default: jquery,css,img,images,i18n,po)
     --skip-ext  Skip files with these extensions (default: .png,.jpeg,jpg,Gif,.CSS,.less,.sass)
     --skip-code  Skip responses with this response HTTP code (default: 404)
     --skip-size  Skip responses with this body size
     --skip-content  Skip responses if given content found
  -D --dir-only  Scan directories only
     --user-agent  User-Agent used (default: random)
  -C --cookie  Cookie string sent with requests
  -H --headers  Custom Headers sent with requests



TODO

  • tests
  • multi threads
  • On key p pause scan. Run same command with additional params (fine-tuning) and scan will resume from previous with new settings. (Detects same src and url)
  • Mark placeholder for file to put in URL: https://example.com?f=^FILE^&auth=john
  • [--mode=info|download] (default: info)
  • file download path where to download all files
  • Use tor by default (golang sockets transport)

Preview

findthese

findthese's People

Contributors

bobiverse avatar

Stargazers

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