Skip to content

Releases: franccesco/getaltname

4.2.3

11 Oct 14:20
Compare
Choose a tag to compare
  • Improved parsing when reading from a text file
  • Fixed bug where you cannot input dashes in hostnames
  • Changed the display output from columns to a vertical list to improve readability when scanning multiple hosts
  • Other minor changes

Hotfix

19 Apr 19:57
Compare
Choose a tag to compare

Github didn't stop complaining about it.

3.0.13 Bugfix

21 Feb 14:58
Compare
Choose a tag to compare

Fixed crt.sh json not being handled correctly.

3.0.6 Minor Release

12 Jul 16:55
Compare
Choose a tag to compare

Just minor patches and bug fixes:

  • Tests were fixed
  • Banner was moved to a new module
  • Banner now respect the --quiet switch
  • Version also was moved to a new module to simplify the version bumping

Remember to upgrade:

$ pip install --upgrade gsan

Major Release

06 Jul 05:20
Compare
Choose a tag to compare
  • Project was completely restructured
  • Name was change from GetAltName to GSAN (Get Subject Alternative Names)
  • It can now be used as a python library for your own projects
  • API removed, wasn't worth it.
  • Add proper PyPi packaging so you don't have to clone the project, instead you can just install it with Pip.

Release

22 Mar 20:52
Compare
Choose a tag to compare

Nmap XML Parser

  • Reads an Nmap XML output, finds https server and scan them
  • it is not limited to the port '443'.
  • Output as a list or json

Quiet option

  • A --quiet or -q option was integrated to suppress output, this is useful when you only need an output to a file instead of stdout.

v1.3.1

21 Mar 20:29
Compare
Choose a tag to compare

Version 1.3.1 released with new features:

  • JSON output thanks to Djerfy
  • Cleaner code and splitted into multiple modules.
  • Nmap Integration: Now it reads Nmap XML output, it search for http ports with SSL tunnels activated. Just write a filename instead of a hostname, this options is slow right now, multithreading is needed. This option is currently in development.
  • Unit tests and Code coverage are added to avoid issues in the future. I'm still working on this.

Any issues please report them.

v1.0.0 Release

12 Mar 03:50
Compare
Choose a tag to compare

First official release of GAN.

Features

  • File output
  • Output to clipboard
  • Clean sub-domains wildcards
  • Remove duplicates
  • A filter system for main domain and TLD's.
  • Add colors (so l33t. /s)
  • Get additional sub-domains from crt.sh

v0.4.0 Release

11 Mar 21:41
Compare
Choose a tag to compare
v0.4.0 Release Pre-release
Pre-release
  • Add color support with Colorama.

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.