Skip to content

Commit e9b743d

Browse files
committed
feat(tools): Add more tools
1 parent 480e5cd commit e9b743d

File tree

2 files changed

+76
-1
lines changed

2 files changed

+76
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</p>
1212
</div>
1313

14-
_Conveniently download your favorite binaries (currently 78 supported)!_
14+
_Conveniently download your favorite binaries (currently 98 supported)!_
1515

1616
![](./screenshot.png)
1717

tools.yaml

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,3 +339,78 @@ tools:
339339
identifier: "birdayz/kaf"
340340
description: "Modern CLI for Apache Kafka, written in Go."
341341
categories: ["Development"]
342+
chiko:
343+
identifier: "felangga/chiko"
344+
description: "The ultimate beauty gRPC Client on your Terminal!"
345+
categories: ["Development"]
346+
go-size-analyzer:
347+
identifier: "Zxilly/go-size-analyzer"
348+
description: "A tool for analyzing the size of compiled Go binaries, offering cross-platform support, detailed breakdowns, and multiple output formats."
349+
categories: ["Development"]
350+
file: "gsa"
351+
gobuster:
352+
identifier: "OJ/gobuster"
353+
description: "Directory/File, DNS and VHost busting tool written in Go."
354+
categories: ["Security"]
355+
naabu:
356+
identifier: "projectdiscovery/naabu"
357+
description: "A fast port scanner written in go with a focus on reliability and simplicity. Designed to be used in combination with other tools for attack surface discovery in bug bounties and pentests."
358+
categories: ["Security"]
359+
httpx:
360+
identifier: "projectdiscovery/httpx"
361+
description: "httpx is a fast and multi-purpose HTTP toolkit that allows running multiple probes using the retryablehttp library."
362+
categories: ["Security"]
363+
dnsx:
364+
identifier: "projectdiscovery/dnsx"
365+
description: "dnsx is a fast and multi-purpose DNS toolkit allow to run multiple DNS queries of your choice with a list of user-supplied resolvers."
366+
categories: ["Security"]
367+
ffuf:
368+
identifier: "ffuf/ffuf"
369+
description: "Fast web fuzzer written in Go."
370+
categories: ["Security"]
371+
katana:
372+
identifier: "projectdiscovery/katana"
373+
description: "A next-generation crawling and spidering framework."
374+
categories: ["Security"]
375+
subfinder:
376+
identifier: "projectdiscovery/subfinder"
377+
description: "Fast passive subdomain enumeration tool."
378+
categories: ["Security"]
379+
rustscan:
380+
identifier: "RustScan/RustScan"
381+
description: "The Modern Port Scanner."
382+
categories: ["Security"]
383+
skim:
384+
identifier: "lotabout/skim"
385+
description: "Fuzzy Finder in rust!"
386+
categories: ["Utilities"]
387+
tokei:
388+
identifier: "XAMPPRocky/tokei"
389+
description: "Count your code, quickly."
390+
categories: ["Development"]
391+
asset_filter: ["^alpha"]
392+
choose:
393+
identifier: "theryangeary/choose"
394+
description: "A human-friendly and fast alternative to cut and (sometimes) awk."
395+
categories: ["Utilities", "Text"]
396+
asset_filter: ["^musl"]
397+
hyperfine:
398+
identifier: "sharkdp/hyperfine"
399+
description: "A command-line benchmarking tool."
400+
categories: ["Development", "Testing"]
401+
inlyne:
402+
identifier: "Inlyne-Project/inlyne"
403+
description: "Introducing Inlyne, a GPU powered yet browserless tool to help you quickly view markdown files in the blink of an eye."
404+
categories: ["Utilities", "Markdown"]
405+
qsv:
406+
identifier: "jqnatividad/qsv"
407+
description: "CSVs sliced, diced & analyzed. Fork of xsv."
408+
categories: ["Utilities", "CSV"]
409+
rargs:
410+
identifier: "lotabout/rargs"
411+
description: "xargs + awk with pattern matching support."
412+
categories: ["Utilities", "Text"]
413+
xh:
414+
identifier: "ducaale/xh"
415+
description: "Friendly and fast tool for sending HTTP requests."
416+
categories: ["Utilities", "Network"]

0 commit comments

Comments
 (0)