This script will scan an FQDN file, and based on the IP Address, it will tag it with either STP...
import requests api_key = "YOUR_API_KEY" ip_address = input("Enter the IP address: ") url = f"http://api.ipstack.com/{ip_address}?access_key={api_key}" response = requests.get(url) data =...
Site A: 10.10.10. Site B: 20.20.20. You want to change 10.10.10. and 20.20.20. to the subnets you use. #This script...
Here’s a script I worked on to help make changes to a Cisco devices via CLI. It’s an easy way...
# This script searches a text file "dr-dns.txt" for FQDNs, checks the HTTPS status code, and if it's in...
#This script will scan a text document "dr-dns.txt", get the SSL Certificate Expiration, and show the date. There's...
Below I’ll show you how easy it is to get the cpassword. There are environments where this password could be...