SkillAgentSearch skills...

Webcopilot

An automation tool that enumerates subdomains then filters out xss, sqli, open redirect, lfi, ssrf and rce parameters and then scans for vulnerabilities.

Install / Use

/learn @h4r5h1t/Webcopilot
About this skill

Quality Score

0/100

Supported Platforms

GitHub Copilot

README

<h1 align="center"><a href="https://github.com/h4r5h1t/webcopilot/">WebCopilot</a></h1> <h4 align="center">An automation tool that enumerate subdomains then filters out xss, sqli, open redirect, lfi, ssrf and rce parameters and then scans for vulnerabilities.</h4> <p align="center"> <a href="https://twitter.com/h4r5h1t_hrs"><img src="https://img.shields.io/twitter/follow/h4r5h1t_hrs?style=social"></a> <a href="https://github.com/h4r5h1t?tab=followers"><img src="https://img.shields.io/github/followers/h4r5h1t?style=social"></a> <a href="https://github.com/h4r5h1t/webcopilot/issues"><img src="https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat"></a> <a href="https://github.com/h4r5h1t/webcopilot/blob/master/LICENSE"><img src="https://img.shields.io/badge/License-MIT-yellow.svg"></a> <a href="#"><img src="https://img.shields.io/badge/Made%20with-Bash-1f425f.svg"></a> <a href="#"><img src="https://madewithlove.org.in/badge.svg"></a> </p> <p align="center"> <a href="#features">Features</a> • <a href="#installing-webCopilot">Installation</a> • <a href="#usage">Usage</a> • <a href="#running-webcopilot">WebCopilot</a> • <a href="#tools-used">Tools Used</a> • <a href="#acknowledgement">Acknowledgement</a> </p>

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

The script first enumerate all the subdomains of the given target domain using assetfinder, sublister, subfinder, amass, findomain, hackertarget, riddler and crt then do active subdomain enumeration using gobuster from SecLists wordlist then filters out all the live subdomains using dnsx then it extract 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 use gf patterns to filters 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

Usage

g!2m0:~ webcopilot -h
                                ──────▄▀▄─────▄▀▄
                                ─────▄█░░▀▀▀▀▀░░█▄
                                ─▄▄──█░░░░░░░░░░░█──▄▄
                                █▄▄█─█░░▀░░┬░░▀░░█─█▄▄█
 ██╗░░░░░░░██╗███████╗██████╗░░█████╗░░█████╗░██████╗░██╗██╗░░░░░░█████╗░████████╗
░██║░░██╗░░██║██╔════╝██╔══██╗██╔══██╗██╔══██╗██╔══██╗██║██║░░░░░██╔══██╗╚══██╔══╝
░╚██╗████╗██╔╝█████╗░░██████╦╝██║░░╚═╝██║░░██║██████╔╝██║██║░░░░░██║░░██║░░░██║░░░
░░████╔═████║░██╔══╝░░██╔══██╗██║░░██╗██║░░██║██╔═══╝░██║██║░░░░░██║░░██║░░░██║░░░
░░╚██╔╝░╚██╔╝░███████╗██████╦╝╚█████╔╝╚█████╔╝██║░░░░░██║███████╗╚█████╔╝░░░██║░░░
░░░╚═╝░░░╚═╝░░╚══════╝╚═════╝░░╚════╝░░╚════╝░╚═╝░░░░░╚═╝╚══════╝░╚════╝░░░░╚═╝░░░
                                                                [●] Version: 2.0.0
                                                                [●] @h4r5h1t | G!2m0


[❌] Warning: Use with caution. You are responsible for your own actions.
[❌] Developers assume no liability and are not responsible for any misuse or damage cause by this tool.


Usage:
webcopilot -d <target>
webcopilot -d <target> -a
webcopilot [-d target] [-o output destination] [-t threads] [-b blind server URL] [-x exclude domains] [-f subdomains file] [-a] [-v] [-h]
Flags:
  -d        Add your target [Optional]
  -o        To save outputs in folder [Default: webcopilot-<timestamp>]
  -t        Number of threads [Default: 100]
  -b        Add your server for BXSS [Default: False]
  -x        Exclude out of scope domains [Default: False]
  -f        Specify a file containing subdomains, this will skip subdomain enumeration [Optional]
  -a        Run all Enumeration by default it will run only subdomain enumeration [Default: False][Time Consuming]
  -v        Show version of the tool
  -h        Show this help message

Example:./webcopilot  -d domain.com -a -o domain -t 333 -x exclude.txt -b testServer.oast.fun
You can use  https://app.interactsh.com/ to get your server

Installing WebCopilot

WebCopilot requires git to install successfully. Run the following command as a root to install webcopilot

git clone https://github.com/h4r5h1t/webcopilot && cd webcopilot/ && chmod +x webcopilot install.sh && mv webcopilot /usr/bin/ && ./install.sh
[*] Installing Tools
[*] Creating Directories
[*] Installing Dependencies and Checking is Installed or Not
[*] git is already installed
[*] python3 is already installed
[*] python3-pip is already installed
[*] ruby is already installed
[*] golang-go is already installed
[*] snapd could not be found [*] Installing snapd
[*] snapd is not installed successfully, Please install it manually
[*] cmake is already installed
[*] jq is already installed
[*] gobuster is already installed
[*] chromium is already installed
[*] parallel is already installed
[*] Installing Python Tools
[*] Sublist3r could not be found [*] Installing Sublist3r
[*] Sublist3r is installed successfully
[*] sqlmap is already installed
[*] urldedupe is already installed
[*] openredirex is already installed
[*] waymore is already installed
[*] findomain is already installed
[*] uro is already installed
[*] Installing Wordlists and Payloads
[*] Skipping payloads/lfi.txt, already exists.
[*] Skipping resolvers.txt, already exists.
[*] Skipping subdomains.txt, already exists.
[*] Skipping fuzz.txt, already exists.
[*] Skipping dicc.txt, already exists.
[*] Skipping big.txt, already exists.
[*] Skipping dns.txt, already exists.
[*] Installing Go Tools
[*] anew is already installed
[*] gf is already installed
[*] aquatone could not be found [*] Installing aquatone
[*] aquatone is not installed successfully, Please install it manually
[*] assetfinder is already installed
[*] gau is already installed
[*] waybackurls is already installed
[*] httpx could not be found [*] Installing httpx
[*] httpx is not installed successfully, Please install it manually
[*] amass could not be found [*] Installing amass
[*] amass is not installed successfully, Please install it manually
[*] kxss is already installed
[*] subjack is already installed
[*] qsreplace is already installed
[*] dnsx could not be found [*] Installing dnsx
[*] dnsx is not installed successfully, Please install it manually
[*] dalfox is already installed
[*] crlfuzz is already installed
[*] nuclei could not be found [*] Installing nuclei
[*] nuclei is not installed successfully, Please install it manually
[*] subfinder could not be found [*] Installing subfinder
[*] subfinder is not installed successfully, Please install it manually
[*] Configuring Tools and Setting Up Environment
[*] All Tools are installed successfully

Tools Used:

<p align="center"> <a href="https://github.com/projectdiscovery/subfinder">SubFinder</a> • <a href="https://github.com/aboul3la/Sublist3r">Sublist3r</a> • <a href="https://github.com/Findomain/Findomain">Findomain</a> • <a href="https://github.com/tomnomnom/gf">gf</a> • <a href="https://github.com/devanshbatham/OpenRedireX">OpenRedireX</a> • <a href="https://github.com/projectdiscovery/dnsx">dnsx</a> • <a href="https://github.com/sqlmapproject/sqlmap">sqlmap</a> • <a href="https://github.com/OJ/gobuster">gobuster</a> • <a href="https://github.com/tomnomnom/assetfinder">assetfinder</a> • <a href="https://github.com/projectdiscovery/httpx">httpx</a> • <a href="https://github.com/Emoe/kxss">kxss</a> • <a href="https://github.com/tomnomnom/qsreplace">qsreplace</a> • <a href="https://github.com/projectdiscovery/nuclei">Nuclei</a> • <a href="https://github.com/hahwul/dalfox">dalfox</a> • <a href="https://github.com/tomnomnom/anew">anew</a> • <a href="https://github.com/stedolan/jq">jq</a> • <a href="https://github.com/michenriksen/aquatone">aquatone</a> • <a href="https://github.com/ameenmaali/urldedupe">urldedupe</a> • <a href="https://github.com/OWASP/Amass">Amass</a> • <a href="https://github.com/bp0lr/gauplus">gauplus</a> • <a href="https://github.com/tomnomnom/waybackurls">waybackurls</a> • <a href="https://github.com/dwisiswant0/crlfuzz">crlfuzz</a> • <a href="https://github.com/lc/gau">gau</a> • <a href="https://github.com/xnl-h4ck3r/waymore">waymore</a> • <a href="https://github.com/hxlxmjxbbxs/SUBLIST3R_V2.0">SUBLIST3R_V2.0</a> • <a href="https://github.com/s0md3v/uro">uro</a> </p>

Running WebCopilot

To run the tool on a target, just use the following command.

g!2m0:~ webcopilot -d example.com

The -o command can be used to specify an output dir.

g!2m

Related Skills

View on GitHub
GitHub Stars1.3k
CategoryData
Updated3d ago
Forks204

Languages

Shell

Security Score

100/100

Audited on Mar 25, 2026

No findings