Hi All, I am facing an issue. When I am detecting a MitM phishing website by using PHOCA general command, it is running perfectly fine:
-Command used (docker run --rm phoca www.facebook.testatad.ga/PjuqHQTL)

While I run another round of testing on the exact same phishing site by displaying the output in JSON format, the result changed to "Non-Phishing", which it actually should be "Phishing":
-Command used (docker run phoca --raw-data --output-format json www.facebook.testatad.ga/PjuqHQTL | jq)

I am not sure what is happening here, wish someone could solve the doubt for me. Thank you in advanced.