philomathic-guy / Malicious-Web-Content-Detection-Using-Machine-Learning

Chrome extension for detecting phishing web sites
https://philomathic-guy.github.io/Malicious-Web-Content-Detection-Using-Machine-Learning/
MIT License
237 stars 75 forks source link

XMLHTTPrequest failed to update #26

Open TarannumKhadri opened 4 years ago

TarannumKhadri commented 4 years ago

Have you read Troubleshooting.md? If No, please do so before filing an issue. Yes

Have you tried Googling the problem? Yes

Which python version are you using to run the project? In the terminal, type which <python-path-you-have-in-clientServer.php> and enter the output here Python version -3.7

Describe the bug A clear and concise description of what the bug is. I have followed all the steps as mentioned, using Windows laptop. The extension shows errors such as Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. Error handling response: Error: Failed to execute 'send' on 'XMLHttpRequest': Failed to load 'file:///D:/codes/Malicious-Web-Content-Detection-Using-Machine-Learning-master/clientServer.php'. when i tried putting the file location directly and Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. in line- xhr.open("POST","http://localhost/Malicious-Web-Content-Detection-Using-Machine-Learning-master/clientServer.php",false); I am not sure where i am missing what and am confused as the extension doesnt show any output if website is phished or not.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'extensions and load unpacked extension'
  2. Click on 'new tab and pressed website"google.com and click the extension, safe or not button pops up but no output, go to extensions tab and click errors on the extension pack'
  3. Scroll down to 'see the warnings and errors with it'
  4. See error

Expected behavior I expected the code to run the extension and extract and see if the url is phished or not, even from the local browser or the real web browser

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information): N/A

Additional context please help to solve the issue as i also want to learn how phishing works and check on my computer.. as a learning experience i need to understand how it is done. i am new to the machine learning and cyber security.

Screenshot (213) Screenshot (214) Screenshot (215) Screenshot (216) Screenshot (217) Screenshot (218) Screenshot (219)

meryamtm commented 3 years ago

hello , have you somehow fixed this bug ?

siya31 commented 1 year ago

Hey, did you fix the bug? Even I am facing the same issue

harih0165 commented 9 months ago

Hey BRO.. Is the Error fixed. Please let me know