Skip to content

Releases: franccesco/getaltname

v0.3.0 Release

11 Mar 20:36
Compare
Choose a tag to compare
v0.3.0 Release Pre-release
Pre-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

11 Mar 02:33
Compare
Choose a tag to compare
v0.2.1 Release Pre-release
Pre-release
  • Strip wildcards and www's
  • Returns a unique list; no more duplicates.

v0.2.0 Release

11 Mar 01:16
Compare
Choose a tag to compare
v0.2.0 Release Pre-release
Pre-release
  • Text output
  • Clipboard output as list and single string
  • Works on verified and self-signed certificates
  • Completely rewritten in python