Skip to content

KAJdev/pydisfish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pydisfish

A teeny Tiny module to check URLs against discord's list of phishing domains

Using

>>> import pydisfish
>>> phisher = pydisfish.Phisherman()
>>> phisher.check("https://google.com")
False
>>> phisher.check("https://discord-gifte.site/playsds/")
True

About

A teeny Tiny module to check URLs against discord's list of phishing domains

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages