Skip to content

Retrieves the common name and alternative names of a certificate published on a server

License

Notifications You must be signed in to change notification settings

Gallorrojo/n4m3s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

n4m3s

Retrieves the common name and alternative names of a certificate published on a server

Requirements

n4m3s currently supports Python 3.

The recommended version for Python 3 is 3.4.x

Usage

Short Form Long Form Description
-d --domain Domain name to enumerate it's CN and Subjects Alt Name
-f --file File contains a list with domains name to enumerate it's CN and Subjects Alt Name
-v --verbose Enable the verbose mode and display results in realtime
-o --output Save the results to text file
-h --help show the help message and exit

Examples

  • To list all the basic options and switches use -h switch:

python n4m3s.py -h

  • To retrieve common name of specific domain:

python n4m3s.py -d example.com

License

MIT © gallorrojo.

About

Retrieves the common name and alternative names of a certificate published on a server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages