Skip to content

A script to fetch the routes off an ASN (AS NUMBER)

Notifications You must be signed in to change notification settings

v0rl0x/ASN-ROUTE-FETCHER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

ASN-ROUTE-FETCHER

A script to fetch the routes off an ASN (AS NUMBER)

Usage:

Golang 1.21 or higher

go mod init fetch

go mod tidy

go build fetch.go

./fetch -f asnlist.txt -o routes.txt

-f is used for the file with the list of as numbers the format for this is one per line with "AS000" example:

AS123 AS1234

Releases

No releases published

Packages

No packages published

Languages