Skip to content

A url maliciousness detector that operates by crawling the url with playwright and then passing the crawled data to an LLM

Notifications You must be signed in to change notification settings

dshieble/url_analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

url_analyzer

A url maliciousness detector that operates by crawling the url with playwright and then passing the crawled data to an LLM

Local Deployment

You should have the following environment variables set

OPENAI_API_KEY

Install prerequisites with

pip install -r requirements.txt

You can classify a url by running

python url_analyzer/local/classify_url.py \
  --url http://danshiebler.com/

About

A url maliciousness detector that operates by crawling the url with playwright and then passing the crawled data to an LLM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published