Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
thief_raccoon — Educational phishing simulation tool that mimics OS login screens to capture credentials for cybersecurity awareness training. Supports Windows, Ubuntu, and macOS with customizable templates and ngrok exposure. | Kitploit
Tools/GitHubGitHub/davenisc/thief_raccoon
Phishing ToolsPhishingWeb SecuritySocial EngineeringLearning & Education
GitHubdavenisc/thief_raccoon

thief_raccoon

Educational phishing simulation tool that mimics OS login screens to capture credentials for cybersecurity awareness training. Supports Windows, Ubuntu, and macOS with customizable templates and ngrok exposure.

View Repository
184312 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
Website

Thief Raccoon - Login Phishing Tool

Thief Raccoon is a tool designed for educational purposes to demonstrate how phishing attacks can be conducted on various operating systems. This tool is intended to raise awareness about cybersecurity threats and help users understand the importance of security measures like 2FA and password management.

Captura-de-pantalla-2024-05-23-111620

Features

  • Phishing simulation for Windows 10, Windows 11, Windows XP, Windows Server, Ubuntu, Ubuntu Server, and macOS.
  • Capture user credentials for educational demonstrations.
  • Customizable login screens that mimic real operating systems.
  • Full-screen mode to enhance the phishing simulation.

Installation

Prerequisites

  • Python 3.x
  • pip (Python package installer)
  • ngrok (for exposing the local server to the internet)

Download and Install

  1. Clone the repository:

    root@kitploit:~
    git clone https://github.com/davenisc/thief_raccoon.git
    cd thief_raccoon
    
    
  2. Install python venv

    root@kitploit:~
    apt install python3.11-venv
    
    
  3. Create venv:

    root@kitploit:~
    python -m venv raccoon_venv
    source raccoon_venv/bin/activate
    
    
  4. Install the required libraries:

    root@kitploit:~
    pip install -r requirements.txt
    

Usage

  1. Run the main script:

    root@kitploit:~
    python app.py
    
    
  2. Select the operating system for the phishing simulation:

    After running the script, you will be presented with a menu to select the operating system. Enter the number corresponding to the OS you want to simulate.

  3. Access the phishing page:

    If you are on the same local network (LAN), open your web browser and navigate to http://127.0.0.1:5000.

    If you want to make the phishing page accessible over the internet, use ngrok.

Using ngrok

  1. Download and install ngrok

Download ngrok from ngrok.com and follow the installation instructions for your operating system.

  1. Expose your local server to the internet:

  2. Get the public URL:

After running the above command, ngrok will provide you with a public URL. Share this URL with your test subjects to access the phishing page over the internet.

How to install Ngrok on Linux?

  1. Install ngrok via Apt with the following command:

    root@kitploit:~
    curl -s https://ngrok-agent.s3.amazonaws.com/ngrok.asc \
       | sudo tee /etc/apt/trusted.gpg.d/ngrok.asc >/dev/null \
       && echo "deb https://ngrok-agent.s3.amazonaws.com buster main" \
       | sudo tee /etc/apt/sources.list.d/ngrok.list \
       && sudo apt update \
       && sudo apt install ngrok
    
    
  2. Run the following command to add your authtoken to the default ngrok.yml

    root@kitploit:~
       ngrok config add-authtoken xxxxxxxxx--your-token-xxxxxxxxxxxxxx
    

Deploy your app online

  1. Put your app online at ephemeral domain Forwarding to your upstream service. For example, if it is listening on port http://localhost:8080, run:

    root@kitploit:~
    ngrok http http://localhost:5000
    

Example

  1. Run the main script:

    root@kitploit:~
    python app.py
    
    
    
  2. Select Windows 11 from the menu:

    root@kitploit:~
    Select the operating system for phishing:
    1. Windows 10
    2. Windows 11
    3. Windows XP
    4. Windows Server
    5. Ubuntu
    6. Ubuntu Server
    7. macOS
    Enter the number of your choice: 2
    
    
  3. Access the phishing page:

Open your browser and go to http://127.0.0.1:5000 or the ngrok public URL.

Disclaimer

This tool is intended for educational purposes only. The author is not responsible for any misuse of this tool. Always obtain explicit permission from the owner of the system before conducting any phishing tests.

License

This project is licensed under the MIT License. See the LICENSE file for details.

ScreenShots

Captura-de-pantalla-2024-05-23-111751

Captura-de-pantalla-2024-05-23-111817

Captura-de-pantalla-2024-05-23-111841

Captura-de-pantalla-2024-05-23-111900

Captura-de-pantalla-2024-05-23-111937

Credits

Developer: @davenisc Web: https://davenisc.com

Support

If you find this project useful, you can support me on Buy Me a Coffee.

Buy Me a Coffee

Follow Me

Follow me on my social media profiles:

Twitter Instagram LinkedIn

Donate USDT

If you would like to support this project with a USDT BEP-20 donation, you can send it to the following Binance wallet address:

root@kitploit:~
0x15283841da6b5099d991fd64fdcb302478f4cc5a
Download Tool