Skip to content

jeheyer/python-scripts

Repository files navigation

Python Scripts

Just a random collection of some Python scripts I've written

reverse_dns_scan

Shows the reverse DNS entries for a given IP range. Usage example:

./reverse_dns_scan.py 192.168.1.0/24

check_ssl

Shows information about the SSL handshake and certificate of a certain site. Usage example:

./check_ssl.py www.google.com

site_checker

Sends an HTTP/HTTPS request to multiple sites and displays HTTPS status code and SSL/TLS handshake info

Usage Instructions

Create a list of hostnames to hit

whamola.net
icompare.shop
primus.j5.org:80

Run script with this file as the first parameter

./site_checker.py hostnames.txt

To enable e-mail notification, set a 2nd parameter. The "from" addresses can be the third paremter

./site_checker.py hostnames.txt [email protected] [email protected]

letsencrypt_to_aws.py

Uploads local certs from LetsEncrypt to AWS ACM. Great for using LE certs with CloudFront.

About

Just some small Python scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages