lindsey98
lindsey98
Hi thanks for your reply, then I guess the full code will be like this? ``` _, list_nos = index.quantizer.search(q, 1) closest_NN, _ = get_invlist(index.invlists, int(list_nos[0][0])) ```
Hi, Can you please try to download the models directly from here: https://drive.google.com/drive/folders/1XGiLfIeSHwoeoXEpMXhMR4M2tkj3pErJ?usp=sharing. And then move it to your /home/../miniconda3/envs/phish/lib/python3.7/site-packages/phishintention (basically where you installed the PhishIntention). Make sure that it...
Hi, It seems that your machine couldn't locate chrome binary under the default location /usr/bin/google-chrome. Here are some discussions: https://stackoverflow.com/questions/50138615/webdriverexception-unknown-error-cannot-find-chrome-binary-error-with-selenium Please have a check.
Hi, Sometimes even normal websites may have this error, so it is expected. But to know what exactly happens here, you need to switch to non-headless mode if possible.
But it seems that this webpage is already a credential-requiring-page, and the previous module CRP classifier didn't recognise it. So it is a false negative case made by PhishIntention. The...
Hi, Thanks for confirming. In that case, let's keep these 4 lines. By the way, the website was a phishing and it has changed its content now (the current screenshot...
Also, may I confirm you have the following outputs printed when you reach line 15-18: A target is reported by siamese, enter CRP classifier Already a CRP, continue Phishing is...
Thanks for checking. Actually, when you are testing you only need to run till line 21. The rest parts of the codes are the inner steps inside the test() function....
Hi, yes the datasets are available, the dataset links are listed here: https://sites.google.com/view/phishintention/experiment-structure. Yes, you need to crawl them in advance, the folder should include info.txt (storing the URL), shot.png...
Thanks for your suggestions!