LeeBrotherston / tls-fingerprinting

TLS Fingerprinting
GNU General Public License v3.0
373 stars 81 forks source link

Argparse and Output File #5

Closed DerekTubbs closed 8 years ago

DerekTubbs commented 8 years ago

Converted to use the python argparse module This module provides some useful error checking and nicely formatted help output by passing '-h' Added option to specify an output file if desired Converting to this format also allows the module to be imported by other python scripts and individual functions to be called as needed

DerekTubbs commented 8 years ago

This is my first time creating a pull request. Please feel free to decline. My changes mostly just move some code around with no real additional functionality aside from the output file. Thanks for letting me contribute

LeeBrotherston commented 8 years ago

I'm totally new to python and new to having pull requests, so I'm really pleased about getting the contributions.... Thanks!

Let me just test this quickly and I'll merge it in :)

LeeBrotherston commented 8 years ago

Awesome - this is the stuff I should have done originally.... but didn't. Thanks!!