webcopilot – All-in-One Web Vulnerability Scanner: Find XSS, SQLi, RCE, and More

WebCopilot

WebCopilot is an automation tool designed to enumerate subdomains of the target and detect bugs using different open-source tools.

The script first enumerates all the subdomains of the given target domain using assetfinder, sublister, subfinder, amass, findomain, hackertarget, riddled, and crt then does active subdomain enumeration using gobuster from SecLists wordlist then filters out all the live subdomains using dnsx then it extracts titles of the subdomains using httpx & scans for subdomain takeover using subjack. Then it uses gau/gauplus, waybackurls, or waymore to crawl all the endpoints of the given subdomains then it uses gf patterns to filter out xss, lfi, ssrf, sqli, open redirect & rce parameters from that given subdomains, and then it scans for vulnerabilities on the subdomains using different open-source tools (like kxss, dalfox, openredirex, nuclei, etc). Then it’ll print out the result of the scan and save all the output in a specified directory.

Features

Install & Use

Copyright (c) 2021 Harshit Raj Singh