Git Product home page Git Product logo

bgp-scanner's Introduction

BGP Scanner Web Server with Node.js

Prerequisites

  • Node.js

Install and run

npm install
npm run dev

Open in browser

open http://localhost:5500

Description

  • This is a simple web server that can be used to scan BGP routes and firewall rules for a given AS number. The server will return the BGP routes and firewall rules for the given AS number. The server will also return the BGP routes for a given AS number and gateway IP address. The server will return the BGP routes and firewall rules in text/plain or JSON format.

  • Source IP address prefixes from https://bgp.he.net/ and provide Prefixes v4 and Prefixes v6 for the given AS number.


Run scanner mode Firewall (default)

open http://localhost:5500/bgp_scanner?as=AS55095
  • example output:
/ip firewall address-list
add list="Netflix Inc" address="69.53.247.0/24" comment="Netflix Inc"
add list="Netflix Inc" address="69.53.248.0/24" comment="Netflix Inc"
add list="Netlfix (C08284973)" address="69.53.249.0/24" comment="Netlfix (C08284973)"
...

Run scanner mode BGP Route

open http://localhost:5500/bgp_scanner?as=AS55095&mode=bgp&gw=192.168.1.1
  • example output:
/ip route
add dst-address="69.53.247.0/24" gateway="" comment="Netflix Inc"
add dst-address="69.53.248.0/24" gateway="" comment="Netflix Inc"
add dst-address="69.53.249.0/24" gateway="" comment="Netlfix (C08284973)"
...

If you need output as JSON, add type=json (default is text/plain)

open http://localhost:5500/bgp_scanner?as=AS55095&type=json

Live URL

bgp-scanner's People

Contributors

heirro avatar

Stargazers

Malik Al avatar  avatar Adinata avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.