TeleGapper Black-Box Dynamic Analysis of Telegram Mini Apps ... - #2891
Open
carlospolop wants to merge 1 commit into
Open
carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://github.com/Mobile-IoT-Security-Lab/TeleGapper Content Categories: Based on the analysis, this content was categorized under "Mobile Pentesting > Android Applications Pentesting, with cross-references to Webview Attacks, ADB Commands, and proxy-based traffic analysis". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Overview and security scope
TeleGapper is a black-box dynamic-analysis tool for Telegram Mini Apps running on Android devices. It uses Appium to drive Telegram, opens a target bot, launches its Mini App, extracts native UI and WebView content, copies proxy traffic, and generates JSON reports containing extracted sensitive-data indicators.
This is a defensive security-analysis project rather than...
🔧 Technical Details
Automated bot and Mini App execution: A security analyst can use Appium to search for a Telegram handle such as
@bot, open the chat, launch the Mini App, and exercise its workflow on a logged-in Android device. This turns a manual Telegram interaction into a repeatable dynamic-analysis process.Native/WebView dual-surface inspection: Telegram Mini Apps expose both native Telegram UI state and embedded WebView content. Collecting Android XML UI dumps together with HTML source allows an analyst to inspect visible native elements, WebView content, and privacy-relevant strings that would be missed by analyzing only one surface. Matching Chromedriver binaries are required to automate the Telegram WebView.
Startup-versus-interaction traffic separation: Route the Android device through a logging proxy such as Burp Suite, capture traffic during Mini App initialization, then drive the UI while recording a click log a...
🤖 Agent Actions
Plan:
Repository mapping is complete. Next I’m checking six candidate pages for overlap, style, and citation structure before selecting the single edit location.
The best fit is the existing Android application pentesting page under Automatic Analysis: it already covers assisted dynamic tooling, while WebView, ADB, and proxy setup are documented separately and can be linked without duplicating them. I’m now verifying TeleGapper’s implementation and paper metadata before editing.
Research and placement are complete. The edit will be limited to
android-app-pentesting/README.md: one concise TeleGapper subsection plus two primary references, with links to the existing WebView, ADB, and Burp pages instead of repeating their content.Implementation is complete. I’m validating that the internal links/anchor resolve, citations are unique and ordered, forbidden domains were not introduced, and the mdBook still builds.
Validation passed: all three internal links resolve, the WebView anchor exists, citations [22]/[23] are ordered and unique in the reference list, the diff has no whitespace errors, and no forbidden-source links were added.
mdbookis not installed in the environment, so a full book build could not be run.Updated
src/mobile-pentesting/android-app-pentesting/README.mdwith:Validation:
git diff --checkpassed.mdbook buildskipped becausemdbookis unavailable.This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.