Skip to content

adamfitz/subnet_check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

subnet_check

bash/subnectCheckv1.sh

Description:

Iterate though all IPv4 addresses in a /24 and output any A records found within the given subnet.

python/subnet_check.py

Description:

Takes an IPv4 or IPv6 address block in CIDR notation, performs a DNS lookup for all addresses in the provided prefix and returns all records found.

rust/src/subnetcheck.rs

Description:

Takes an IPv4 or IPv6 (/65 or greater only) prefix, performs a DNS lookup for all addresses in the provided prefix and returns all records found.

go/subnet_check.go

Description:

Takes an IPv4 or IPv6 prefix, performs a DNS lookup for all addresses in the provided prefix and returns all records found.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published