SkillAgentSearch skills...

Whoxysubs

Scrape whoxy subdomains without api key.

Install / Use

/learn @rix4uni/Whoxysubs

README

whoxysubs

Scrape whoxy subdomains without api key.

Installation

go install github.com/rix4uni/whoxysubs@latest

Download prebuilt binaries

wget https://github.com/rix4uni/whoxysubs/releases/download/v0.0.1/whoxysubs-linux-amd64-0.0.1.tgz
tar -xvzf whoxysubs-linux-amd64-0.0.1.tgz
rm -rf whoxysubs-linux-amd64-0.0.1.tgz
mv whoxysubs ~/go/bin/whoxysubs

Or download binary release for your platform.

Compile from source

git clone --depth 1 github.com/rix4uni/whoxysubs.git
cd whoxysubs; go install

Usage

Usage of whoxysubs:
  -s, --search string   Search type: company, email, keyword, or name
      --silent          silent mode.
      --version         Print the version of the tool and exit.

Usage Examples

  1. Search by Company:

    echo "Dell Inc." | whoxysubs -s company
    
  2. Search by Email:

    echo "dns-admin@google.com" | whoxysubs -s email
    
  3. Search by Keyword:

    echo "dell.com" | whoxysubs -s keyword
    
  4. Search by Name:

    echo "elon musk" | whoxysubs -s name
    

Related Skills

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated2mo ago
Forks3

Languages

Go

Security Score

75/100

Audited on Jan 13, 2026

No findings