gwen001 / offsectools_www

A vast collection of security tools and resources curated by the community.
https://offsec.tools
180 stars 23 forks source link

[addtool] hardCIDR #1135

Closed piyush-security closed 1 year ago

piyush-security commented 1 year ago

[link] https://github.com/trustedsec/hardcidr [/link]

[tags] cidr, enumeration [/tags]

[short_descr] Discover the netblocks, or ranges, (in CIDR notation) owned by the target organization during the intelligence gathering phase of a penetration test. [/short_descr]

[long_descr]

Background

A Linux Bash script to discover the netblocks, or ranges, (in CIDR notation) owned by the target organization during the intelligence gathering phase of a penetration test. This information is maintained by the five Regional Internet Registries (RIRs):

ARIN (North America) RIPE (Europe/Asia/Middle East) APNIC (Asia/Pacific) LACNIC (Latin America) AfriNIC (Africa)

In addition to netblocks and IP addresses, Autonomous System Numbers (ASNs) are also of interest. ASNs are used as part of the Border Gateway Protocol (BGP) for uniquely identifying each network on the Internet. Target organizations may have their own ASNs due to the size of their network or as a result of redundant service paths from peered service providers. These ASNs will reveal additional netblocks owned by the organization. [/long_descr]

[image] image

[/image]

[image] image

[/image]

gwen001 commented 1 year ago

Duplicate of https://github.com/gwen001/offsectools_www/issues/735