Skip to content

Commit

Permalink
Added naabu, subfinder, httpx
Browse files Browse the repository at this point in the history
  • Loading branch information
leucos committed Nov 3, 2020
1 parent 13485f6 commit a86facd
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ Currently supported distributions are:
- [helm](https://helm.sh/)
- [helmfile](https://github.com/roboll/helmfile)
- [hey](https://github.com/rakyll/hey)
- [httpx](https://github.com/projectdiscovery/httpx)
- [hugo](https://gohugo.io/)
- [k6](https://github.com/loadimpact/k6)
- [k9s](https://k9scli.io/)
Expand All @@ -200,6 +201,7 @@ Currently supported distributions are:
- [logcli](https://github.com/grafana/loki/)
- [loki](https://github.com/grafana/loki/)
- [minikube](https://github.com/kubernetes/minikube)
- [naabu](https://github.com/projectdiscovery/naabu)
- [nomad](https://www.nomadproject.io)
- [onefetch](https://github.com/o2sh/onefetch/)
- [oto](https://github.com/pacedotdev/oto)
Expand All @@ -212,6 +214,7 @@ Currently supported distributions are:
- [promtail](https://github.com/grafana/loki/)
- [rancher](https://rancher.com/docs/rancher/v1.6/en/)[^1]
- [scan-exporter](https://github.com/devops-works/scan-exporter)
- [subfinder](https://github.com/projectdiscovery/subfinder)
- [tanka](https://github.com/grafana/tanka)
- [teler](https://github.com/kitabisa/teler/)
- [terraform](https://www.hashicorp.com/products/terraform)
Expand Down
90 changes: 90 additions & 0 deletions distributions/distributions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,36 @@ sources:
install:
type: direct

httpx:
description: >
httpx is a fast and multi-purpose HTTP toolkit allow to run multiple
probers using retryablehttp library, it is designed to maintain the
result reliability with increased threads.
list:
type: github-releases
url: https://api.github.com/repos/projectdiscovery/httpx/releases
fetch:
url: https://github.com/projectdiscovery/httpx/releases/download/v{{ .Version }}/httpx_{{ .Version }}_{{ .OS }}_{{ .Arch }}.tar.gz
install:
type: tgz
binaries:
- httpx

httpx-win:
description: >
httpx is a fast and multi-purpose HTTP toolkit allow to run multiple
probers using retryablehttp library, it is designed to maintain the
result reliability with increased threads (windows).
list:
type: github-releases
url: https://api.github.com/repos/projectdiscovery/httpx/releases
fetch:
url: https://github.com/projectdiscovery/httpx/releases/download/v{{ .Version }}/httpx_{{ .Version }}_{{ .OS }}_{{ .Arch }}.zip
install:
type: zip
binaries:
- httpx

hugo:
description: The world’s fastest framework for building websites.
map:
Expand Down Expand Up @@ -550,6 +580,36 @@ sources:
binaries:
- out/minikube-{{ .OS }}-{{ .Arch }}

naabu:
description: >
A fast port scanner written in go with focus on reliability and
simplicity. Designed to be used in combination with other tools for
attack surface discovery in bug bounties and pentests
list:
type: github-releases
url: https://api.github.com/repos/projectdiscovery/naabu/releases
fetch:
url: https://github.com/projectdiscovery/naabu/releases/download/v{{ .Version }}/naabu_{{ .Version }}_{{ .OS }}_{{ .Arch }}.tar.gz
install:
type: tgz
binaries:
- naabu

naabu-win:
description: >
A fast port scanner written in go with focus on reliability and
simplicity. Designed to be used in combination with other tools for
attack surface discovery in bug bounties and pentests (windows)
list:
type: github-releases
url: https://api.github.com/repos/projectdiscovery/naabu/releases
fetch:
url: https://github.com/projectdiscovery/naabu/releases/download/v{{ .Version }}/naabu_{{ .Version }}_{{ .OS }}_{{ .Arch }}.zip
install:
type: zip
binaries:
- naabu

nomad:
description: >
Nomad is an easy-to-use, flexible, and performant workload orchestrator
Expand Down Expand Up @@ -713,6 +773,36 @@ sources:
install:
type: direct

subfinder:
description: >
Subfinder is a subdomain discovery tool that discovers valid subdomains for websites.
Designed as a passive framework to be useful for bug bounties and safe for penetration
testing.
list:
type: github-releases
url: https://api.github.com/repos/projectdiscovery/subfinder/releases
fetch:
url: https://github.com/projectdiscovery/subfinder/releases/download/v{{ .Version }}/subfinder_{{ .Version }}_{{ .OS }}_{{ .Arch }}.tar.gz
install:
type: tgz
binaries:
- subfinder

subfinder-win:
description: >
Subfinder is a subdomain discovery tool that discovers valid subdomains for websites.
Designed as a passive framework to be useful for bug bounties and safe for penetration
testing (windows).
list:
type: github-releases
url: https://api.github.com/repos/projectdiscovery/subfinder/releases
fetch:
url: https://github.com/projectdiscovery/subfinder/releases/download/v{{ .Version }}/subfinder_{{ .Version }}_{{ .OS }}_{{ .Arch }}.zip
install:
type: zip
binaries:
- subfinder

tanka:
description: Flexible, reusable and concise configuration for Kubernetes
list:
Expand Down

0 comments on commit a86facd

Please sign in to comment.