https://github.com/edoardottt/lit-bb-hack-tools
Little Bug Bounty & Hacking Tools⚔️
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.8%) to scientific vocabulary
Keywords
Repository
Little Bug Bounty & Hacking Tools⚔️
Basic Info
- Host: GitHub
- Owner: edoardottt
- License: gpl-3.0
- Language: Go
- Default Branch: main
- Homepage: https://edoardoottavianelli.it
- Size: 289 KB
Statistics
- Stars: 327
- Watchers: 11
- Forks: 53
- Open Issues: 2
- Releases: 18
Topics
Metadata Files
README.md
Command Line tools useful during Bug Bounty / Penetration testing. Focused on Web targets.
Installation 📥
git clone https://github.com/edoardottt/lit-bb-hack-toolscd lit-bb-hack-toolsmake build
Then use the tools as described in the README in each tools folder.
make clean(uninstall)make update(update)
Tools list 📃
- eae Take as input on stdin a list of urls and print on stdout all the extensions sorted.
- heacoll Take as input on stdin a list of urls and print on stdout all the unique headers found.
- removepro Take as input on stdin a list of urls and print on stdout all the unique urls without protocols.
- subtake Take as input on stdin a list of urls and print on stdout CNAME records found with
dig. - eap Take as input on stdin a list of urls and print on stdout all the protocols sorted.
- gitdump It prints all the matches in a git repository with a specified pattern.
- removehost Take as input on stdin a list of urls and print on stdout all the unique queries without protocol and host.
- chainredir Take as input a URL and print on stdout all the redirects.
- tahm Take as input on stdin a list of urls and print on stdout all the status codes and body sizes for HTTP methods.
- robotstxt Take as input on stdin a list of urls and print on stdout all the unique paths found in the robots.txt file.
- cleanpath Take as input on stdin a list of urls/paths and print on stdout all the unique paths (at any level).
- eefjsf Take as input on stdin a list of js file urls and print on stdout all the unique endpoints found.
- bbtargets Produce as output on stdout all the bug bounty targets found on Chaos list by Project Discovery.
- nrp Take as input on stdin a list of domains and print on stdout all the unique domains without redirects.
- eah Take as input on stdin a list of urls and print on stdout all the hosts sorted.
- doomxss Take as input on stdin a list of html/js file urls and print on stdout all the possible DOM XSS sinks found.
- eaparam Take as input on stdin a list of urls and print on stdout all the unique parameters.
- bbscope Take as input on stdin a list of urls or subdomains and a BurpSuite Configuration file and print on stdout all in scope items.
- eapath Take as input on stdin a list of urls and print on stdout all the unique urls without queries.
- rpfu Take as input on stdin a list of urls and print on stdout all the unique urls without ports (if 80 or 443).
- rapwp Take as input on stdin a list of urls and a payload and print on stdout all the unique urls with ready to use payloads.
- checkbypass Take as input on stdin a payload and print on stdout all the successful WAF bypasses.
- knoxssme Take as input on stdin a list of urls and print on stdout the results from Knoxss.me API.
- genscope Take as input a file containing a list of (sub)domains (wildcards allowed) and produce a BurpSuite Configuration file.
- kubemetrics Take as input on stdin a list of urls and print on stdout all the unique paths and urls found in the /metrics endpoint.
- earh Take as input on stdin a list of urls and print on stdout all the unique root hosts.
Changelog 📌
Detailed changes for each release are documented in the release notes.
Contributing 🤝
If you want to contribute to this project, you can start opening an issue.
Before opening a pull request, download golangci-lint and run
bash
golangci-lint run
If there aren't errors, go ahead :)
License 📝
This repository is under GNU General Public License v3.0.
edoardottt.com to contact me.
Owner
- Name: vrenzolaverace
- Login: edoardottt
- Kind: user
- Location: Italy
- Company: Sapienza University of Rome
- Website: edoardottt.com
- Twitter: edoardottt2
- Repositories: 34
- Profile: https://github.com/edoardottt
Cybersecurity M.Sc. | Open Source enthusiast | Part Time Bug Bounty Hunter
GitHub Events
Total
- Watch event: 41
- Delete event: 1
- Issue comment event: 5
- Push event: 6
- Pull request review event: 1
- Pull request event: 8
- Fork event: 8
- Create event: 1
Last Year
- Watch event: 41
- Delete event: 1
- Issue comment event: 5
- Push event: 6
- Pull request review event: 1
- Pull request event: 8
- Fork event: 8
- Create event: 1
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 4
- Total pull requests: 72
- Average time to close issues: 6 days
- Average time to close pull requests: about 3 hours
- Total issue authors: 2
- Total pull request authors: 2
- Average comments per issue: 3.25
- Average comments per pull request: 0.17
- Merged pull requests: 72
- Bot issues: 0
- Bot pull requests: 12
Past Year
- Issues: 1
- Pull requests: 10
- Average time to close issues: N/A
- Average time to close pull requests: about 10 hours
- Issue authors: 1
- Pull request authors: 2
- Average comments per issue: 4.0
- Average comments per pull request: 0.4
- Merged pull requests: 10
- Bot issues: 0
- Bot pull requests: 4
Top Authors
Issue Authors
- edoardottt (3)
- ghsec (1)
Pull Request Authors
- edoardottt (61)
- dependabot[bot] (14)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 18
- Total downloads: unknown
-
Total dependent packages: 0
(may contain duplicates) -
Total dependent repositories: 0
(may contain duplicates) - Total versions: 14
proxy.golang.org: github.com/edoardottt/lit-bb-hack-tools/genscope
- Homepage: https://github.com/edoardottt/lit-bb-hack-tools
- Documentation: https://pkg.go.dev/github.com/edoardottt/lit-bb-hack-tools/genscope#section-documentation
- License: GPL-3.0
Rankings
proxy.golang.org: github.com/edoardottt/lit-bb-hack-tools/eapath
- Homepage: https://github.com/edoardottt/lit-bb-hack-tools
- Documentation: https://pkg.go.dev/github.com/edoardottt/lit-bb-hack-tools/eapath#section-documentation
- License: GPL-3.0
Rankings
proxy.golang.org: github.com/edoardottt/lit-bb-hack-tools/cleanpath
- Homepage: https://github.com/edoardottt/lit-bb-hack-tools
- Documentation: https://pkg.go.dev/github.com/edoardottt/lit-bb-hack-tools/cleanpath#section-documentation
- License: GPL-3.0
Rankings
proxy.golang.org: github.com/edoardottt/lit-bb-hack-tools/eae
- Homepage: https://github.com/edoardottt/lit-bb-hack-tools
- Documentation: https://pkg.go.dev/github.com/edoardottt/lit-bb-hack-tools/eae#section-documentation
- License: GPL-3.0
Rankings
proxy.golang.org: github.com/edoardottt/lit-bb-hack-tools/checkbypass
- Homepage: https://github.com/edoardottt/lit-bb-hack-tools
- Documentation: https://pkg.go.dev/github.com/edoardottt/lit-bb-hack-tools/checkbypass#section-documentation
- License: GPL-3.0
Rankings
proxy.golang.org: github.com/edoardottt/lit-bb-hack-tools/doomxss
- Homepage: https://github.com/edoardottt/lit-bb-hack-tools
- Documentation: https://pkg.go.dev/github.com/edoardottt/lit-bb-hack-tools/doomxss#section-documentation
- License: GPL-3.0
Rankings
proxy.golang.org: github.com/edoardottt/lit-bb-hack-tools/rapwp
- Homepage: https://github.com/edoardottt/lit-bb-hack-tools
- Documentation: https://pkg.go.dev/github.com/edoardottt/lit-bb-hack-tools/rapwp#section-documentation
- License: GPL-3.0
Rankings
proxy.golang.org: github.com/edoardottt/lit-bb-hack-tools/chainredir
- Homepage: https://github.com/edoardottt/lit-bb-hack-tools
- Documentation: https://pkg.go.dev/github.com/edoardottt/lit-bb-hack-tools/chainredir#section-documentation
- License: GPL-3.0
Rankings
proxy.golang.org: github.com/edoardottt/lit-bb-hack-tools/heacoll
- Homepage: https://github.com/edoardottt/lit-bb-hack-tools
- Documentation: https://pkg.go.dev/github.com/edoardottt/lit-bb-hack-tools/heacoll#section-documentation
- License: GPL-3.0
Rankings
proxy.golang.org: github.com/edoardottt/lit-bb-hack-tools/tahm
- Homepage: https://github.com/edoardottt/lit-bb-hack-tools
- Documentation: https://pkg.go.dev/github.com/edoardottt/lit-bb-hack-tools/tahm#section-documentation
- License: GPL-3.0
Rankings
proxy.golang.org: github.com/edoardottt/lit-bb-hack-tools/bbtargets
- Homepage: https://github.com/edoardottt/lit-bb-hack-tools
- Documentation: https://pkg.go.dev/github.com/edoardottt/lit-bb-hack-tools/bbtargets#section-documentation
- License: GPL-3.0
Rankings
proxy.golang.org: github.com/edoardottt/lit-bb-hack-tools/eefjsf
- Homepage: https://github.com/edoardottt/lit-bb-hack-tools
- Documentation: https://pkg.go.dev/github.com/edoardottt/lit-bb-hack-tools/eefjsf#section-documentation
- License: GPL-3.0
Rankings
proxy.golang.org: github.com/edoardottt/lit-bb-hack-tools/knoxssme
- Homepage: https://github.com/edoardottt/lit-bb-hack-tools
- Documentation: https://pkg.go.dev/github.com/edoardottt/lit-bb-hack-tools/knoxssme#section-documentation
- License: GPL-3.0
Rankings
proxy.golang.org: github.com/edoardottt/lit-bb-hack-tools/kubemetrics
- Homepage: https://github.com/edoardottt/lit-bb-hack-tools
- Documentation: https://pkg.go.dev/github.com/edoardottt/lit-bb-hack-tools/kubemetrics#section-documentation
- License: GPL-3.0
Rankings
proxy.golang.org: github.com/edoardottt/lit-bb-hack-tools/robotstxt
- Homepage: https://github.com/edoardottt/lit-bb-hack-tools
- Documentation: https://pkg.go.dev/github.com/edoardottt/lit-bb-hack-tools/robotstxt#section-documentation
- License: GPL-3.0
Rankings
proxy.golang.org: github.com/edoardottt/lit-bb-hack-tools/eah
- Homepage: https://github.com/edoardottt/lit-bb-hack-tools
- Documentation: https://pkg.go.dev/github.com/edoardottt/lit-bb-hack-tools/eah#section-documentation
- License: GPL-3.0
Rankings
proxy.golang.org: github.com/edoardottt/lit-bb-hack-tools/bbscope
- Homepage: https://github.com/edoardottt/lit-bb-hack-tools
- Documentation: https://pkg.go.dev/github.com/edoardottt/lit-bb-hack-tools/bbscope#section-documentation
- License: GPL-3.0
Rankings
proxy.golang.org: github.com/edoardottt/lit-bb-hack-tools
- Homepage: https://github.com/edoardottt/lit-bb-hack-tools
- Documentation: https://pkg.go.dev/github.com/edoardottt/lit-bb-hack-tools#section-documentation
- License: GPL-3.0
-
Latest release: v1.3.5
published over 2 years ago
Rankings
Dependencies
- actions/checkout v3 composite
- github/codeql-action/analyze v2 composite
- github/codeql-action/autobuild v2 composite
- github/codeql-action/init v2 composite
- actions/checkout v2 composite
- actions/setup-go v2 composite
- actions/checkout v3 composite
- actions/setup-go v3 composite
- golangci/golangci-lint-action v3 composite
- github.com/edoardottt/golazy v0.1.3-dev
- github.com/fatih/color v1.13.0
- github.com/mattn/go-colorable v0.1.13
- github.com/mattn/go-isatty v0.0.16
- github.com/rodaine/table v1.1.0
- golang.org/x/sys v0.3.0
- github.com/davecgh/go-spew v1.1.0
- github.com/edoardottt/golazy v0.1.2-dev
- github.com/edoardottt/golazy v0.1.3-dev
- github.com/fatih/color v1.13.0
- github.com/google/go-cmp v0.5.9
- github.com/mattn/go-colorable v0.1.9
- github.com/mattn/go-colorable v0.1.13
- github.com/mattn/go-isatty v0.0.12
- github.com/mattn/go-isatty v0.0.14
- github.com/mattn/go-isatty v0.0.16
- github.com/mattn/go-runewidth v0.0.9
- github.com/pmezard/go-difflib v1.0.0
- github.com/rodaine/table v1.0.1
- github.com/rodaine/table v1.1.0
- github.com/stretchr/objx v0.1.0
- github.com/stretchr/testify v1.6.1
- golang.org/x/sys v0.0.0-20200116001909-b77594299b42
- golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae
- golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
- golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
- golang.org/x/sys v0.3.0
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c