SkillAgentSearch skills...

Gouro

declutters url lists for crawling/pentesting Go implementation of https://github.com/s0md3v/uro/

Install / Use

/learn @felipemelchior/Gouro
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

gouro

Solves the issue of duplicate or uninteresting urls for pentest or bugbounty

It doesn't make any http requests to the URLs and removes:

  • human written content e.g. blog posts
  • urls with same path but parameter value difference
  • incremental urls e.g. /cat/1/ and /cat/2/
  • image, js, css and other static files

Install

go get -u github.com/felipemelchior/gouro

Usage

gouro-demo

Good to use in oneliners

echo "domain.com" | assetfinder -subs-only | waybackurls | gouro | gf xss

Credits

Go implementation of https://github.com/s0md3v/uro/
View on GitHub
GitHub Stars8
CategoryDevelopment
Updated7mo ago
Forks2

Languages

Go

Security Score

77/100

Audited on Aug 24, 2025

No findings