UndeadSec / SocialFish

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

405 Method Not Allowed #321

Closed XytheRoblox closed 2 years ago

XytheRoblox commented 2 years ago

I was testing socialfish with my website, but it kept on giving me a 405 error in the console. I am currently using the terminal on MacOs Mojave. Screenshots:

Screen Shot 2022-04-30 at 10 10 25 AM

The link I was using: https://keepyousafe.info/clients/login.php

franklintimoteo commented 2 years ago

The incorrect action field is set try change on template

$ egrep -nH "action=" templates/fake/https-keepyousafe.info/clients/login.php/* 

templates/fake/https-keepyousafe.info/clients/login.php/index.html:12:  <form method="post" action="index.html">
<form method="post" action="index.html">
to 
<form method="post" action="/login">

318

XytheRoblox commented 2 years ago

on the html code?

franklintimoteo commented 2 years ago

on the html code?

yes. file templates/fake/https-keepyousafe.info/clients/login.php/index.html line 12