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
AnySniff — AnySniff is a tool for monitoring TCP connections of processes like AnyDesk on Windows. It uses the CVE-2024-52940 vulnerability to track open connections and log IPs, ports, and other details. | Kitploit
Tools/GitHubGitHub/mkultra6969/anysniff
Packet Sniffing & AnalysisReconnaissanceVulnerability AnalysisExploitationInformation GatheringNetwork Security
GitHubmkultra6969/anysniff

AnySniff

AnySniff is a tool for monitoring TCP connections of processes like AnyDesk on Windows. It uses the CVE-2024-52940 vulnerability to track open connections and log IPs, ports, and other details.

View Repository
41 year agoNot yet reviewed

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

💀AnySniff

WindowsTerminal_EXgGPGWIwz_transparent

AnySniff is a tool for monitoring TCP connections of processes like AnyDesk on Windows. It uses the CVE-2024-52940 vulnerability to track open connections and log IPs, ports, and other relevant details.

⚙Features

  • Monitors TCP connections of targeted processes (e.g., AnyDesk).
  • Logs IP addresses, ports, and process details to a log file.
  • Allows real-time sniffing of network traffic.
  • Provides a simple menu-driven interface.

💽Requirements

  • Python 3.x
  • Windows operating system
  • pyfiglet library for ASCII art
  • colorama library for color support

🛠️Installation

  1. Clone this repository:
    root@kitploit:~
    git clone https://github.com/yourusername/AnySniff.git
    
  2. Navigate to the project directory:
    root@kitploit:~
    cd AnySniff
    
  3. Install the required dependencies:
    root@kitploit:~
    pip install -r requirements.txt
    

🍴Usage

  1. Run the script:
    root@kitploit:~
    python anysniff.py
    
  2. Follow the menu options:
    • Start Sniff: Starts sniffing for targeted TCP connections.
    • Info: Displays information about the tool and its usage.
    • Exit: Exits the program.
  3. How to sniff?
    • After starting the sniffer, connect to any remote machine via AnyDesk and look at the terminal.

Enjoy!

📄Logs

All connection details will be logged in the current directory. The logs are saved with filenames that include the timestamp, such as ip_2024-12-02_08-45-00.log.

💊Acknowledgements

  • This tool leverages CVE-2024-52940 for monitoring AnyDesk connections.
  • Created by MKultra69 with love.

❓P.S

  • I don't give a shit why or how.
Download Tool