Skip to content

TeleCapture is a tool for cyber-enthusiasts and Pentesters

License

Notifications You must be signed in to change notification settings

duawp/TeleCapture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

𝐓𝐞𝐥𝐞𝐂𝐚𝐩𝐭𝐮𝐫𝐞

Telegram Logo

TeleCapture is a versatile tool designed to capture various forms of user activity and system data, including:

  • Screenshots: Capture periodic snapshots of the user's screen.
  • Keylogging: Log all keystrokes from the user's keyboard.
  • Webcam Snapshots: Take snapshots from the user's camera at defined intervals.

This tool is perfect for monitoring and capturing data for research purposes, within legal and ethical boundaries.

𝙁𝙚𝙖𝙩𝙪𝙧𝙚𝙨

  • Screenshot Capture: Automatically captures screenshots at regular intervals.
  • Keylogger: Logs every keystroke and saves them for further analysis.
  • Webcam Snapshots: Periodically captures images from the user's webcam.
  • Data Storage: Stores captured data in a SQLite database.
  • Secure Communication: Uses libcurl to send data over the internet.

𝙍𝙚𝙦𝙪𝙞𝙧𝙚𝙢𝙚𝙣𝙩𝙨

  • TelegramBot: You need to make a telegram bot. There is an example called "senapai.py" you can use to make a simple bot To use TeleCapture, you'll need the following libraries installed:

  • OpenCV: Required for capturing screenshots and webcam images.

  • SQLite3: For storing captured data locally in a database.

  • libcurl: To securely send data over the network.

  • zlib: Used for data compression.

  • Telegram bot token, and chat id: Enter your token and chat id in the strings. Screenshot 2024-09-20 105327

𝙞𝙣𝙨𝙩𝙖𝙡𝙡𝙖𝙩𝙞𝙤𝙣

  1. Clone the repository:

    git clone https://github.com/yourusername/telecapture.git
    cd telecapture
  2. Install the required dependencies:

    • For Ubuntu/Debian:

      sudo apt-get install libopencv-dev sqlite3 libcurl4-openssl-dev zlib1g-dev
    • For Fedora/RHEL:

      sudo dnf install opencv-devel sqlite sqlite-devel libcurl-devel zlib-devel
    • For Windows:

      • Download and install OpenCV.
      • Install SQLite3 from here.
      • Install libcurl and zlib using your package manager or download pre-built binaries.
  3. Build the project (if required):

    make

Usage

Run the tool with the following command:

./telecapture




About

TeleCapture is a tool for cyber-enthusiasts and Pentesters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published