Modify SEOmanagerenewUnfollow
•••
Thief Raccoon is a tool designed for educational purposes to demonstrate how to conduct phishing attacks on various operating systems . The tool aims to raise awareness of cybersecurity threats and help users understand the importance of security measures such as 2FA and password management.
usage
If you want to make the phishing page accessible over the internet, use ngrok.
Using ngrok
How to Install Ngrok on Linux?
deploy your application online
Disclaimer
This tool is intended for educational purposes only. The author is not responsible for any misuse of this tool. Always get explicit permission from the system owner before doing any phishing testing.
License
This project is licensed under the MIT license. See the LICENSE file for more details.
Screenshots
Credits
Developer: @davenisc Website: https://davenisc.com
Download Thief_Raccoon
•••
- Yesterday 1:52 AM
- Views: 17
- Add Bookmark
Thief Raccoon is a tool designed for educational purposes to demonstrate how to conduct phishing attacks on various operating systems . The tool aims to raise awareness of cybersecurity threats and help users understand the importance of security measures such as 2FA and password management.
- Phishing simulations for Windows 10, Windows 11, Windows XP, Windows Server, Ubuntu, Ubuntu Server, and macOS.
- Capture user credentials for educational demonstrations.
- Customizable login screen that simulates a real operating system.
- Full screen mode enhances phishing simulation.
- Python 3.x
- pip (Python package installer)
- ngrok (for exposing local servers to the internet)
- Clone the repository:
- Install python venv
- Create venv:
- Install the required libraries:
usage
- Run the main script:
- Select the operating system for the phishing simulation:
- Visit the phishing page:
If you want to make the phishing page accessible over the internet, use ngrok.
Using ngrok
- Download and install ngrok
- Expose your local server to the internet:
- Get the public URL:
How to Install Ngrok on Linux?
- Install ngrok via Apt using the following command:
- Run the following command to add your authtoken to the default ngrok.yml
deploy your application online
- Put your app online on a temporary domain and forward it to your upstream service. For example, if it is listening on port http://localhost:8080, run:
```bash ngrok http http://localhost:5000
- Run the main script:
- Select Windows 11 from the menu:
- Visit the phishing page:
Disclaimer
This tool is intended for educational purposes only. The author is not responsible for any misuse of this tool. Always get explicit permission from the system owner before doing any phishing testing.
License
This project is licensed under the MIT license. See the LICENSE file for more details.
Screenshots
Credits
Developer: @davenisc Website: https://davenisc.com
Download Thief_Raccoon