Releases: franccesco/getaltname
Releases · franccesco/getaltname
v0.3.0 Release
- New matching system
WIth option-m
or--matching-domain
it only returns subdomain names ending in the requested name. For example:
$ ./getaltname.py -m google.com
# will only return domains ending in 'google.com' especifically
4 SANs found from google.com
=============================
cloud.google.com
appengine.google.com
android.clients.google.com
url.google.com
It won't return:
mygoogle.com
google.com.co
google.com.au
db833953.google.cn
# etc.
v0.2.1 Release
- Strip wildcards and www's
- Returns a unique list; no more duplicates.
v0.2.0 Release
- Text output
- Clipboard output as list and single string
- Works on verified and self-signed certificates
- Completely rewritten in python