Giter Site home page Giter Site logo

edoardottt / lit-bb-hack-tools Goto Github PK

View Code? Open in Web Editor NEW
306.0 11.0 52.0 283 KB

Little Bug Bounty & Hacking Tools⚔️

Home Page: https://edoardoottavianelli.it

License: GNU General Public License v3.0

Go 92.48% Shell 1.74% Makefile 5.78%
bugbounty hacking security-tools bug-bounty infosec bug-bounty-recon hacking-tool hacking-tools ctf-tools tools

lit-bb-hack-tools's Introduction

Command Line tools useful during Bug Bounty / Penetration testing. Focused on Web targets.

workflows

Installation 📥

  • git clone https://github.com/edoardottt/lit-bb-hack-tools
  • cd lit-bb-hack-tools
  • make 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

golangci-lint run

If there aren't errors, go ahead :)

License 📝

This repository is under GNU General Public License v3.0.
edoardoottavianelli.it to contact me.

lit-bb-hack-tools's People

Contributors

dependabot[bot] avatar edoardottt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lit-bb-hack-tools's Issues

add new feature in rapwp

please add -pL parameter which grabs payloads from the wordlist for rapwp.
And not replace for all parameters, if possible need replaces one by one parameter value.

Add Goreleaser

In resource-constrained environments we sometimes cannot afford to install full-blown Go + build packages with it: good practice is to have pre-packaged binary releases for each platform.

You can include this in a GitHub action workflow, by leveraging something like the https://github.com/marketplace/actions/go-release-binaries action which automates the process.

For reference:

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.