X3rz/blackeye |top| [TRUSTED]

(often referred to simply as Blackeye) is a widely recognized, open-source phishing simulation tool designed for ethical hacking and social engineering security testing . It is an enhanced version of the original ShellPhish tool, offering a comprehensive suite of over 32 pre-built templates for popular websites like Facebook, Instagram, and Google. By integrating with tunneling services such as Ngrok, it allows security professionals to host these pages online and capture submitted credentials in real time for training and awareness purposes. Description Templates

Here’s a technical write-up for — a popular phishing tool used for educational security research, social engineering simulations, and penetration testing awareness. x3rz/blackeye

While the original repository by user x3rz has occasionally become unavailable or moved, the tool is heavily forked across platforms like GitHub . (often referred to simply as Blackeye) is a

sites/[platform]/ directory). Installation & Setup To run BlackEye on a Linux system (like Kali Linux), you typically follow these steps: Clone the Repository: bash git clone https://github.com cd blackeye Use code with caution. Copied to clipboard Permissions: Ensure the script is executable. bash chmod +x blackeye.sh Use code with caution. Copied to clipboard Launch: Run the script with root privileges. bash sudo ./blackeye.sh Use code with caution. Copied to clipboard Execution Workflow Select Target: Upon launching, you are presented with a numbered list of platforms (e.g., 1 for Instagram, 2 for Facebook). Choose Tunneling Service: You select how to expose the site to the web (e.g., Ngrok). Send the Link: The tool generates a URL. In a real-world scenario, an attacker would use address spoofing or social engineering to convince a user to click this link. Monitor Results: When the victim interacts with the page, the terminal updates in real-time with captured IP addresses and login credentials. Instagram Security & Ethics Warning Legal Use: This tool should Description Templates Here’s a technical write-up for —

Here's a high-level overview of how the x3rz/Blackeye phishing kit works: