Discover and explore top open-source AI tools and projects—updated daily.
Subdomain discovery with a lightweight GPT model
Top 90.4% on SourcePulse
This project provides subwiz
, a lightweight transformer model for subdomain discovery, targeting security researchers and penetration testers. It leverages a nanoGPT-based architecture to predict new subdomains based on a provided seed list, offering an alternative to traditional brute-force or passive enumeration methods.
How It Works
subwiz
utilizes an ultra-lightweight transformer model (17.3M parameters) trained on 26 million subdomain tokens. It employs a beam search algorithm to predict multiple likely subdomain sequences, offering more diverse results than single-sequence generation. The model is designed for efficiency and can run on various hardware, including CPU, CUDA, and MPS.
Quick Start & Requirements
pip install subwiz
or pipx install subwiz
.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The --no-resolve
flag indicates that predicted subdomains are not automatically validated for existence, requiring a separate resolution step. The model's effectiveness is dependent on the quality and diversity of the training data.
2 weeks ago
Inactive