Skip to content

MarkSpencerIT/SecurityTools

Repository files navigation

SecurityTools

Security Tools and Scripts

Ping Sweeper - bash script that allows you to ping a subnet through the IP address range os 1 - 254. When luanching the script enter the subnet range x.x.x at the end as the argument. If you would like to write this output to a file type " > filename.txt"

iframesearch - Python script with searches websites for iframes and if it is sandboxed. This does not appear to work if the website is behind a WAF as the script will error due to a certificate issue.

WifiPasswordFinder.py - Finds out the WIFI password.

DNSZoneTransfer.sh - - Shell script to copy a DNS zone file transfer to find a list of the domains and subdomains with IP's.

SubdomainEnumeration.py - - Python script which enumerates subdomains. There are some great lists here: - https://github.com/rbsec/dnscan

Usage - ./DNSZoneTransfer.sh domain.com

Note 1 - don't for get to make the script executable (chmod +x ./DNSZoneTransfer.sh)

Note 2 - to manually find DNS servers against a domain - " host -t ns domain.com "

About

Security Tools and Scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published