Menu

Tree [e28707] master /
 History

HTTPS access


File Date Author Commit
 .gitignore 2019-12-12 Wangolo Joel Wangolo Joel [299c2c] Initial commit
 LICENSE 2019-12-12 Wangolo Joel Wangolo Joel [299c2c] Initial commit
 README.md 2019-12-13 Wangolo Joel Wangolo Joel [764b79] Minor update on the readme.md
 spyse.py 2019-12-19 Wangolo Joel Wangolo Joel [e28707] Added utilities and support for server detectio...
 spyseparser.py 2019-12-12 Wangolo Joel Wangolo Joel [c0d5cd] Fully working spyse none api
 useragents.py 2019-12-12 Wangolo Joel Wangolo Joel [c0d5cd] Fully working spyse none api
 utils.py 2019-12-19 Wangolo Joel Wangolo Joel [e28707] Added utilities and support for server detectio...

Read Me

spyse-subdomain-finder

We all know about the famous spyse.com this python3 scripts scrounges subdomains without the api.
There is an option of getting the api, in fact that's what I recommend using the api they provide. Because this methods below may not bring out all subdomains as the api can and perhaps the portability also.

Installing dependencies

You must have pip installed on your system

$ git clone https://www.nmmapper.com/sys/tools/subdomainfinder/
$ python3 -m venv myenv

# after activing your virtualenv
pip3 install -r requirements.txt

Basic usage

$ python3 spyse.py  -d nmmapper.com
[
    "wss.nmmapper.com",
    "webook.nmmapper.com",
    "mail.nmmapper.com",
    "nwebook.nmmapper.com",
    "nmail.nmmapper.com"
]

This tool is still in development. If you want a mature subdomain finder either a script or subdomain finders hosted online here are some details.

Other none api subdomain finder

Cross-Sellin

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.