8000 GitHub - lmc999/ASN_Prefixes: A shell script to generate prefixes from specific ASN
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A shell script to generate prefixes from specific ASN

Notifications You must be signed in to change notification settings

lmc999/ASN_Prefixes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

ASN_Prefixes

A shell script to generate prefixes from specific ASN

Usage

#Generate V4 prefixes of AS9929

bash <(curl -L -s https://git.io/JXVUp) 9929 4

#Generate V6 prefixes of AS9929

bash <(curl -L -s https://git.io/JXVUp) 9929 6

#Generate both V4 and V6 prefixes of AS9929

bash <(curl -L -s https://git.io/JXVUp) 9929 46

About

A shell script to generate prefixes from specific ASN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0