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:
Go to 'extensions and load unpacked extension'
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'
Scroll down to 'see the warnings and errors with it'
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):
OS: Windows 10 OS
Browser chrome
Version (optional) i dont know
Smartphone (please complete the following information): N/A
Device: [e.g. iPhone6]
OS: [e.g. iOS8.1]
Browser [e.g. stock browser, safari]
Version (optional) [e.g. 22]
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.
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.7Describe 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:
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.