{"id":27135593,"url":"https://github.com/0xnahim/talpido","last_synced_at":"2026-05-19T10:34:54.207Z","repository":{"id":299717941,"uuid":"958786912","full_name":"0xNahim/talpido","owner":"0xNahim","description":"Linux tool to exfiltrate information through Cloudflare","archived":false,"fork":false,"pushed_at":"2025-04-01T19:37:42.000Z","size":3813,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-18T00:36:57.141Z","etag":null,"topics":["exfiltration","golang","info-stealing","linux","post-exploitation","red-team"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0xNahim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-01T19:00:56.000Z","updated_at":"2025-04-01T19:37:45.000Z","dependencies_parsed_at":"2025-06-18T00:47:00.275Z","dependency_job_id":null,"html_url":"https://github.com/0xNahim/talpido","commit_stats":null,"previous_names":["0xnahim/talpido"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/0xNahim/talpido","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xNahim%2Ftalpido","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xNahim%2Ftalpido/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xNahim%2Ftalpido/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xNahim%2Ftalpido/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xNahim","download_url":"https://codeload.github.com/0xNahim/talpido/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xNahim%2Ftalpido/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266779195,"owners_count":23982881,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["exfiltration","golang","info-stealing","linux","post-exploitation","red-team"],"created_at":"2025-04-08T01:48:53.692Z","updated_at":"2026-05-19T10:34:54.165Z","avatar_url":"https://github.com/0xNahim.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## talpido\n\n\u003ch1 align=\"center\"\u003e\n  talpido\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-MIT-green.svg\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://twitter.com/0xnahim\"\u003e\u003cimg src=\"https://img.shields.io/twitter/follow/0xnahim.svg?logo=twitter\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#whats-it\"\u003eWhat's it?\u003c/a\u003e •\n  \u003ca href=\"#feautures\"\u003eFeatures\u003c/a\u003e •\n  \u003ca href=\"#background\"\u003eBackground\u003c/a\u003e •\n  \u003ca href=\"#installation-instructions\"\u003eInstallation\u003c/a\u003e •\n  \u003ca href=\"#usage\"\u003eUsage\u003c/a\u003e •\n  \u003ca href=\"#to-do\"\u003eTo Do\u003c/a\u003e\n\u003c/p\u003e\n\u003cp height=\"300\" align=\"center\"\u003e\n  \u003cimg src=\"./media/talpidofeliz.jpg\"\u003e\n\u003c/p\u003e\n\n# What's it?\nTalpido is a tool designed for rapid collection and exfiltration of sensitive information from Linux systems.\n\u003e [!IMPORTANT]  \n\u003e Crucial information necessary for users to succeed.\n\u003e For using Talpido, it is necessary to have the [cloudflared](https://github.com/cloudflare/cloudflared.git) program installed on the attacking machine.\n\n# Feautures\n### Features\n- Volatile Memory\n  - Does not store information on disk; everything is kept in memory, reducing detection and enhancing stealth.\n\n- Automatic implementation\n  - Implements a server that automatically receives compressed (ZIP) files and exposes the server via a Cloudflare tunnel, hiding the underlying infrastructure.\n\n- Payload Generation\n  - Automatically generates the payload, facilitating quick execution and distribution.\n\n# Background\n## What the f* is a talpido?\nThis 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.\n\n# Installation Instructions\n\nTalpido requires **go1.18** to install successfully. Run the following command to install.\n\n```\ngit clone https://github.com/0xNahim/talpido.git \u0026\u0026 cd ./talpido/cmd/talpido\n\ngo build -o talpido main.go\n```\n\n\u003e [!NOTE]\n\u003e 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.\n\n# Usage\n\nUsing this tool is as simple as typing talpido in the console. The server will automatically start and the payload will be created.\n```\n./talpido\n```\n\n## To Do\n- Persistence Module: Implement a persistence mechanism to maintain access to compromised systems even after reboots or other system changes.\n\n- Web Panel for Monitoring \"Moles\": Develop a web-based control panel to monitor the activities of the \"moles\" (compromised agents) in real-time.\n\n- Privilege Escalation Implementation: Integrate a module for privilege escalation to increase access levels on compromised systems, allowing deeper exploitation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xnahim%2Ftalpido","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xnahim%2Ftalpido","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xnahim%2Ftalpido/lists"}