v0rl0x / ASN-ROUTE-FETCHER

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Go 100.0%