We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New tool idea
A tool to see if a given IP address resides within a given CIDR block. Also a tool to see if a given CIDR blocks resides within a given CIDR block.
IP in CIDR example:
192.168.0.1
192.168.0.0/16
yes
192.168.0.10
192.168.1.0/24
no
CIDR in CIDR example:
192.168.0.0/28
192.168.0.0/24
192.168.1.0/28
192.168.20.0/24
Here is an example site for IP in CIDR: https://tehnoblog.org/ip-tools/ip-address-in-cidr-range/
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What type of request is this?
New tool idea
Clear and concise description of the feature you are proposing
A tool to see if a given IP address resides within a given CIDR block. Also a tool to see if a given CIDR blocks resides within a given CIDR block.
IP in CIDR example:
192.168.0.1
reside in CIDR192.168.0.0/16
=yes
192.168.0.10
reside in CIDR192.168.1.0/24
=no
CIDR in CIDR example:
192.168.0.0/28
reside in CIDR192.168.0.0/24
=yes
192.168.1.0/28
reside in CIDR192.168.20.0/24
=no
Is their example of this tool in the wild?
Here is an example site for IP in CIDR: https://tehnoblog.org/ip-tools/ip-address-in-cidr-range/
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: