UndeadSec / SocialFish

Phishing Tool & Information Collector
BSD 3-Clause "New" or "Revised" License
4.01k stars 1.29k forks source link

How can I resolve phishing detection for facebook. #272

Closed AayushZ closed 2 years ago

AayushZ commented 3 years ago

Since the css in facebook site was not working in social phish , I copied the original html of facebook and copy pasted it . I modified the code to use the login.php script provided by social phish. I hosted it in 000webhost.com then ran it . I got the login info but the page gets detected as phishing . I read a few articles and found that there are specific strings in the page that allows the browser to detect is as phishing . Is there any way i can prevent the page from getting detected ?

GitLuckyStrike commented 3 years ago

how did you host it over internet i'm getting 0.0.0.0 ip i can't even open it on my phone !!

GitLuckyStrike commented 3 years ago

Thanks

On Thu, Mar 25, 2021, 14:24 eZh3lp @.***> wrote:

how did you host it over internet i'm getting 0.0.0.0 ip i can't even open it on my phone !!

-

open SocialPhish.py with you preferred text editor

search for "5000" it will bring you to:

 initDB(DATABASE)
 app.run(host="0.0.0.0", port=5000)

-

change host to your IP

Be aware that the displayed urls in the dashboard aren't updated so if you change IP or Port you will need to open the URL according to your changes...

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/UndeadSec/SocialFish/issues/272#issuecomment-806735530, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASAO6TUKE2ZRDUVWUVJH52TTFM2QJANCNFSM4YDRFPJA .