BOOK THIS SPACE FOR AD
ARTICLE ADBug Hunter
During my bug bounty journey, I often encountered massive lists of URLs, such as subdomain directories, crawled pages, or application endpoints. Manually sorting through these lists for sensitive URLs like admin panels, configuration files, or exposed APIs was tedious and error-prone.
That’s when I decided to build GhostFilter, a lightweight and efficient tool that automates this filtering process, giving bug hunters a powerful ally in their reconnaissance phase.
Lightning-Fast Filtering: Built with Go, GhostFilter processes large datasets in seconds.Customizable Filtering: Allows you to define keywords, patterns, or extensions for precise filtering.Integrates with Bug Hunting Tools: Can be used alongside your favorite reconnaissance tools for seamless workflows.InstallationMake sure you have go install in your linux environment:
go install github.com/ghost-man01/GhostFilter@latestOR you can install using GitHub Repository
git clone https://github.com/siddhant-shukla/GhostFilter.gitcd GhostFilter
go build
./GhostFilter --help