aho-corasick

1 0
  • 0 Collaborators

Working with Intrusion Detection System(IDS) protocols and Aho-corasick algo ...learn more

Project status: Under Development

Networking

Code Samples [1]Links [1]

Overview / Usage

Working with Intrusion Detection System(IDS) protocols we can alert a threat message once an attack is identified, or abnormal behavior is sensed, the alert can be sent to the administrator. Here the attack is linked with someone attempts to crack your Wi-Fi or email-id password.

Methodology / Approach

1.Implementing the Aho-Corasick algorithm, thus making a Dynamic tree i.e TRIE along with suffix trees and suffix links of the substrings that would be enter by cracker.
2.Then extending that Trie to automation to support linear time matching with the aim to compare with password as our input string.
3.After that we would declare the process of trying to write the correct password but a failure a threat to IDS protocols that would generate a threat message to the administrator

Technologies Used

ECLIPSE-OXYGEN

Repository

https://github.com/chetan-cv/hacksample.git

Comments (0)