Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 677 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 677 Bytes

ICE71-Decipher

Web crawling password checker

A web crawler that crawls all social media pages of desired URLs in order to generate a password profile list of our target.

The Problem

  • Humans are bad with password
  • People tend to use password that contains their personal information
  • These information are often readily available online

Our solution

  • Make use of a web crawler to gain information on target
  • Check the password with the data we have collected
  • Determine if the user should use that password

Credits