OSPFTest attacker based on KaliLinux and Frrouting
916
This image is created from kalilinux/kalirolling.
apt install --no-install-recommends vim wget curl iputils-ping iproute2 frr systemctl python3-scapy libpcap-dev
After you start the docker container, FRR is not automatically started. You need to manually start it as a service:
systemctl start frr
The basic commands of systemctl include start, stop, restart, status, reload, ...
The image has vim installed. Run vim /etc/frr/frr.conf to edit the config.
When FRR is running, you can enter the console of the "FRR router". This command enter the router console. Inside the console you can run commands like sh running-config, sh ip route, conf t.
vtysh
The attacker python code is placed in /usr/bin/double_lsa_attack. The code is copied from https://github.com/lizitong67/OSPF_Attack_and_Detection/blob/master/double_lsa_attack.py and some comments in it are removed for compatibility.
I also find another python attacker https://github.com/lizitong67/OSPF_Attack_and_Detection/blob/master/double_lsa_attack.py, seems that lizitong's attacker was derived from this one.
double_lsa_attack
vim /usr/bin/double_lsa_attack
Content type
Image
Digest
sha256:a96379fa7…
Size
165.3 MB
Last updated
over 3 years ago
docker pull wzy318/attacker