Skip to content

Linux tool to exfiltrate information through Cloudflare

Notifications You must be signed in to change notification settings

0xNahim/talpido

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

talpido

talpido

What's it?FeaturesBackgroundInstallationUsageTo Do

What's it?

Talpido is a tool designed for rapid collection and exfiltration of sensitive information from Linux systems.

Important

Crucial information necessary for users to succeed. For using Talpido, it is necessary to have the cloudflared program installed on the attacking machine.

Feautures

Features

  • Volatile Memory

    • Does not store information on disk; everything is kept in memory, reducing detection and enhancing stealth.
  • Automatic implementation

    • Implements a server that automatically receives compressed (ZIP) files and exposes the server via a Cloudflare tunnel, hiding the underlying infrastructure.
  • Payload Generation

    • Automatically generates the payload, facilitating quick execution and distribution.

Background

What the f* is a talpido?

This tool creates a tunnel and creates a payload that exfiltrates information through a tunnel, so I thought it was appropriate to name it after the mole family.

Installation Instructions

Talpido requires go1.18 to install successfully. Run the following command to install.

git clone https://github.com/0xNahim/talpido.git && cd ./talpido/cmd/talpido

go build -o talpido main.go

Note

It's not possible to use go install, because I have two main functions. If anyone knows how to fix this, I'd be happy to accept your PR.

Usage

Using this tool is as simple as typing talpido in the console. The server will automatically start and the payload will be created.

./talpido

To Do

  • Persistence Module: Implement a persistence mechanism to maintain access to compromised systems even after reboots or other system changes.

  • Web Panel for Monitoring "Moles": Develop a web-based control panel to monitor the activities of the "moles" (compromised agents) in real-time.

  • Privilege Escalation Implementation: Integrate a module for privilege escalation to increase access levels on compromised systems, allowing deeper exploitation.

About

Linux tool to exfiltrate information through Cloudflare

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages