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 #318

Closed yHopz closed 2 years ago

yHopz commented 2 years ago

When i clone the page, this error appears:

405 Method Not Allowed The method is not allowed for the requested URL.

How can i fix it?

franklintimoteo commented 2 years ago

Hello @yHopz Which page do you clone?

yHopz commented 2 years ago

Hello @yHopz Which page do you clone?

https://siga.activesoft.com.br/

franklintimoteo commented 2 years ago

It seems that the action="/login" field is not set during cloning. try configure action on form html:

<form class="login-form" method="POST" style="width: 25rem;">
to 
<form class="login-form" action="/login" method="POST" style="width: 25rem;">
yHopz commented 2 years ago

Didn't worked bro

franklintimoteo commented 2 years ago

I tested here and seems to work. Do you go in templates/....?