Skip to content

This repository performs a dictionnary attack against OSPF MD5 authentication using scapy.

License

Notifications You must be signed in to change notification settings

mauricelambert/OSPF_bruteforce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

OSPF Bruteforce MD5 Authentication

Description

This repository performs a dictionnary attack against OSPF MD5 authentication using scapy.

Requirements

  • python3
  • python3 Standard Library
  • scapy
  • scapy_ospf-v0.91.py

Installation

git clone https://github.com/mauricelambert/OSPF_bruteforce.git
cd OSPF_bruteforce
python3 -m pip install scapy
wget https://raw.githubusercontent.com/wiki/secdev/scapy/attachments/Code/OSPF/scapy_ospf-v0.91.py -o scapy_ospf.py

Usages

python3 ospf_bruteforce.py [pcap/pcapng file path] [wordlist file path]

python3 ospf_bruteforce.py ospf_authentication_hash.pcapng /usr/share/wordlists/rockyou.txt
# OR
chmod u+x ospf_bruteforce.py
./ospf_bruteforce.py ospf_authentication_hash.pcapng /usr/share/wordlists/rockyou.txt

Licence

Licensed under the GPL, version 3.

About

This repository performs a dictionnary attack against OSPF MD5 authentication using scapy.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages