lindsey98 / Phishpedia

Official Implementation of "Phishpedia: A Hybrid Deep Learning Based Approach to Visually Identify Phishing Webpages" USENIX'21
Creative Commons Zero v1.0 Universal
129 stars 45 forks source link

Expand targetlist #5

Closed lindsey98 closed 3 years ago

lindsey98 commented 3 years ago

It's possible to expand target brand list to cover new brands. Please follow the following steps:

Step 1: Create a new folder under src/siamese_pedia/expand_targetlist with the new brand name Step 2: Append {"brand name": ["domain1 for this brand", "domain2 for this brand" ... ]} to src/siamese_pedia/domain_map.pkl (Dictionary storing the brand-domain mappings)