Skip to content

sanjayh-2022/_ThreatSleuth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

$Threat_Sleuth

AI powered malicious/phishing URL detector


**It's basically a Chrome extension that detects phishing URLs when they are clicked on.**


Steps to setup the extension:


    1. Create a folder called "ThreatSleuth"
    2. Inside the folder create two more folders "extension and backend"
    3. Go to the extension directory and save all the files that are present in the "extension" folder
    4. Create one more folder "backend" in the "ThreatSleuth" directory
    5. Load all the files that are present in the backend folder on GitHub into the "backend" folder on your desktop
    6. Direct to the "ThreatDetection/backend" directory and open the "index.js" file (ensure that node.js is installed in your system) in cmd install these packages: "express, ejs, path, nodemon, cors".
    7. Also install these python packages: "pandas, numpy, tld, joblib"
    8. run the "index.js" file go to Chrome click on manage extensions and turn on the developer mode
    9. Click on "load unpacked" and select the "extension" folder which is on your desktop's ThreatSleuth folder
    10. Your Chrome extension is ready. Go to any website and click on the extension
For detailed documentation click here



About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published