How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
A command-line utility designed to discover URLs for a given domain in a simple, efficient way. It works by gathering information from a variety of passive sources, meaning it doesn't interact directly with the target but instead gathers data that is already publicly available.
Hakrawler is a command-line web spider tool designed for security reconnaissance, built to crawl target websites and extract hyperlinks along with JavaScript file references. As a focused reconnaissance utility, it collects every discoverable URL and script source from a given domain, mapping the attack surface for penetration testing and vulnerability assessment. The tool differentiates itself through its concurrent architecture: a fixed-size goroutine pool fetches pages in parallel, while CSS selectors parse HTML to extract anchor and script references. A depth-aware recursion limiter preve
Scraping and listing text and image searches on Google, Bing, DuckDuckGo, Baidu, Yahoo japan.
The OSINT project, the main idea of which is to collect all the possible Google dorks search combinations and to find the information about the specific web-site: common admin panels, the widespread file types and path traversal. The 100% automated.
The fastest dork scanner written in Go.
The main features of dwisiswant0/go-dork are: Dorking Automation Tools, Reconnaissance Tools, Reconnaissance and Dorking.
Projects with overlapping indexed features include: opsdisk/pagodo — pagodo (Passive Google Dork) - Automate Google Hacking Database scraping and searching. ivanglinkin/fast-google-dorks-scan — The OSINT project, the main idea of which is to collect all the possible Google dorks search combinations and to find… blacknon/pydork — Scraping and listing text and image searches on Google, Bing, DuckDuckGo, Baidu, Yahoo japan. hakluke/hakrawler — Hakrawler is a command-line web spider tool designed for security reconnaissance, built to crawl target websites and… hueristiq/xurlfind3r — A command-line utility designed to discover URLs for a given domain in a simple, efficient way. It works by gathering… owasp/amass — Amass is a network attack surface mapper and reconnaissance framework designed to discover and map the external,…