Code Monkey home page Code Monkey logo

ospfmd5crack's Introduction

OSPFMD5Crack

How to crack on OSPF MD5 hash manually

The author has nothing to do with those who will use this tool for personal purposes to destroy other people's computer networks. The tools are presented for training purposes to help engineers improve the security of their network.

แ›

1. Traffic dump

You can open Wireshark and capture the traffic. Save it to a pcapng file.

2. Extracting hashes using Ettercap

Using the Ettercap utility, we will be able to extract net-MD5 hashes from the traffic dump. OSPF uses net-MD5 hash. If you copy the hash value from the header Authentication Crypt Data and try to crack the password using the brute-force method, nothing will work.

Let's run Ettercap in console mode and feed it a traffic dump (a file with the extension .pcapng)

ettercap -Tqr ospf_md5_dump.pcapng

Using the cut, we will process the file with the hashes that Ettercap gave us.

cat raw-hashes.txt | cut -d ":" -f 2 >> net-md5-hashes.txt

3. Cracking net-MD5 hashes with John

Using John, we pass a file with hashes and a dictionary to the input. (brute-force attack)

john net-md5-hashes.txt --wordlist=brute.txt

Let's check the validity of the password and try to connect to the OSPF domain. Using FRRouting. Cracked password - c1$c0

We were able to crack the password from the OSPF domain and connect to the routing domain in area 0

ospfmd5crack's People

Contributors

casterbyte avatar

Stargazers

 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.