Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riza/gigger
Git folder digger, I'm sure it's worthwhile stuff.
https://github.com/riza/gigger
fuzzer infosec
Last synced: 21 days ago
JSON representation
Git folder digger, I'm sure it's worthwhile stuff.
- Host: GitHub
- URL: https://github.com/riza/gigger
- Owner: riza
- License: mit
- Created: 2021-01-08T20:53:18.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-10T16:33:39.000Z (almost 4 years ago)
- Last Synced: 2024-08-05T17:31:50.509Z (4 months ago)
- Topics: fuzzer, infosec
- Language: Go
- Homepage:
- Size: 230 KB
- Stars: 38
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - riza/gigger - Git folder digger, I'm sure it's worthwhile stuff. (Go)
README
# Gigger
> Git folder digger, I'm sure it's worthwhile stuff.[![Build Status](https://github.com/riza/gigger/workflows/.github/workflows/test.yml/badge.svg)](https://github.com/riza/gigger/) [![GitHub version](https://badge.fury.io/gh/riza%2Fgigger.svg)](https://github.com/riza/gigger/releases) [![Go Report Card](https://goreportcard.com/badge/github.com/riza/gigger)](https://goreportcard.com/report/github.com/riza/gigger) [![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/riza/gigger) [![codecov](https://codecov.io/gh/riza/gigger/branch/master/graph/badge.svg)](https://codecov.io/gh/riza/gigger)
## Installation
- Download a prebuilt binary from [releases page](https://github.com/riza/gigger/releases/latest).
_or_
- If you have recent go compiler installed: `GO11MODULES=on go get -u github.com/riza/gigger`
## Usage```
█▀▀ █ █▀▀ █▀▀ █▀▀ █▀█
█▄█ █ █▄█ █▄█ ██▄ █▀▄Usage of gigger:
-ssl
Disable SSL verification (default true)
-t int
Concurrent process count (default 30)
-timeout duration
HTTP request timeout in seconds. (default 10ns)
-u string
Target URL
-v Verbose output, printing full URL and redirect location (if any) with the results.
-x string
HTTP Proxy URL
```## p.s.
We also need a new icon, anyone who can make me a pickaxe icon can reach me on [Twitter](https://twitter.com/rizasabuncu). :)
## TODO
- [ ] Output Provider (html,json,csv)
- [ ] Usage docs
- [ ] Comments for godoc
- [ ] Codecov with Github Actions
- [ ] Multi url scan
- [ ] Index of detection
- [x] Download real files (entries, name)## License
gigger is released under MIT license. See [LICENSE](https://github.com/riza/gigger/blob/master/LICENSE).