Skip to content

generates unique subdomain names and runs httpx on them

Notifications You must be signed in to change notification settings

xssdoctor/ai_subdomain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

ai_subdomain

generates unique subdomain names and runs httpx on them

installation

requires openai and httpx

git clone https://github.com/xssdoctor/ai_subdomain.git
cd ai_subdomain
pip3 install openai
go install -v github.com/projectdiscovery/httpx/cmd/httpx@latest

usage

python3 wordlist.py -h
usage: wordlist.py [-h] --apikey APIKEY --model MODEL --input INPUT --httpx
                   HTTPX [--number NUMBER]

optional arguments:
  -h, --help            show this help message and exit
  --apikey APIKEY, -a APIKEY
                        OpenAI API Key
  --model MODEL, -m MODEL
                        OpenAI Model
  --input INPUT, -i INPUT
                        Input file
  --httpx HTTPX         Path to httpx binary
  --number NUMBER, -n NUMBER
                        Number of times to run the tool

About

generates unique subdomain names and runs httpx on them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages