Skip to content

jareddarkweb/IPhish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

banner

IPhish is a cybersecurity tool designed for hosting an iCloud login page for security research purposes. This tool is intended for ethical hacking and research only.

Features

  • Hosts a custom iCloud login page
  • Allows security researchers to study phishing techniques
  • Provides insights into security vulnerabilities

Installation

To install IPhish, clone the repository and navigate to the project directory:

git clone https://github.com/jareddarkweb/IPhish.git
cd IPhish

Usage

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.

About

An ICloud Credential Phishing Tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published