Coder Social home page Coder Social logo

gauplus's Introduction

GauPlus

A modified version of (http://wwww.github.com/lc/gau) for personal usage. Support workers, proxies and some extra things.

Usage:

Examples:

$ echo "example.com" | gauplus
$ cat domains.txt | gauplus
$ gauplus example.com
$ gauplus -o example-urls.txt example.com
$ echo "example.com" | gauplus -p "http://proxy.packetstream.io:31112" --random-agent -o result.txt -t 25
$ gauplus -b png,jpg,gif example.com

To display the help for the tool use the -h flag:

$ gauplus -h

 -json
        write output as json
  -o string
        filename to write results to
  -p string
        use proxy
  -providers string
        providers to fetch urls for (default "wayback,otx,commoncrawl")
  -random-agent
        use random user-agent
  -retries uint
        amount of retries for http client (default 5)
  -subs
        include subdomains of target domain
  -t int
        amount of parallel workers (default 5)
  -v    enable verbose mode
  -version
        show gauplus version
  -b
        extensions to skip

comparison

[root@DarkStar]─[/opt/bp0/lovan/gau] wc -l targets.txt
31 targets.txt

[root@DarkStar]─[/opt/bp0/lovan/gau] time cat targets.txt | gau
real    7m17.529s
user    0m0.360s
sys     0m0.345s

[root@DarkStar]─[/opt/bp0/lovan/gauplus] time cat targets.txt | gauplus -p "http://proxy.packetstream.io:31112" --random-agent -t 25
real    0m49.899s
user    0m0.380s
sys     0m0.408s

Installation:

From source:

$ go install github.com/bp0lr/gauplus@latest

Useful?, buy lc some coffe!

Buy Me A Coffee

gauplus's People

Contributors

bp0lr avatar aaaguirrep avatar njmulsqb 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.