A web-based social engineering tool for educational purposes only.
Star⭐ the repo if you like what you see😉.
THIS TOOL IS FOR EDUCATIONAL PURPOSES ONLY
This tool is provided for educational and research purposes only. Using this tool against targets without explicit mutual consent is illegal. The developers assume no liability and are not responsible for any misuse or damage caused by this program.
only run in windows environment
- Clone Website directly from url
- Tunneling
- HTTP Server & Data Intercept
- Credential Logging
- Redirect System
- Bypass Cloudflare Turnstile (removed for this tool project)
- Multi-method Template Fetching:
- Selenium-based fetching with Chrome WebDriver
- Anti-detection mechanisms (random delays, user agent rotation)
- Proxy-based fetching as fallback
- Manual template selection option
- Resource Path Fixing: Automatically corrects relative paths in cloned websites
- Multiple Tunneling Options:
- Ngrok integration for public access
- Localhost option for testing
- Robust Error Handling: Fallback systems when primary methods fail
- Save File Validation: Ensures the capture file is writable before starting
- CloudFlare/CAPTCHA Detection: Identifies and attempts to handle anti-bot protections (Remove in project)
- Cookie Storage: Saves cookies for potential authenticated sessions
- Comprehensive Data Capture: Saves all form fields, not just credentials
- Windows Optimization: Specifically designed for Windows environments
- Automatic Tool Installation: Downloads required external tools (Ngrok)
- Python 3.6 or higher
- Internet connection for dependency installation
- Windows OS (some modifications required for other OS)
- Clone the repository:
git clone https://github.com/localsix/Localpish.git
cd Localpish
- Install required dependencies:
pip install -r requirements.txt
- Run the script:
python localphish.py
-
Follow the interactive prompts:
- Set your target URL (where victims will be redirected after login)
- Choose whether to automatically fetch the login template from the target site
- Select a tunneling method (Ngrok recommended for public access)
-
Once the server is running, you'll get a URL to share with your targets. All captured credentials will be saved to
save.txtin the script directory.
- Requires free registration at ngrok.com
- Provides a public URL accessible from anywhere
- You will need to provide your Ngrok authtoken when prompted
- For testing purposes only
- Only accessible on your local machine
.tmp/- Temporary directory for website templatessave.txt- File where captured credentials are saved
-
Ngrok not working
- Ensure your authtoken is correct
- Check if port 4040 is accessible
- Verify your firewall isn't blocking Ngrok
-
Template fetching fails
- Try providing a manual HTML template
- Check your internet connection
- Some sites may have anti-bot protections
-
Permission errors
- Run the script with appropriate permissions
- Ensure the directory is writable
- Discord: localsix66
- GitHub: localsix
This project is licensed under the MIT License - see the LICENSE file for details.



