substack is an open source penetration testing tool that can discover sub-domains from a specific domain. This tool is based on the idea of listing search engine results. Sublist3r also implemented this idea, but it was really hard to develop more features, so we decided to write a tool for ourselves.
- Discover sub-domains
- Discover openned ports
pip -r requirements.txt
substack -d google.com
- Sublist3r - An anwesome tool, it inspires us to build substack