Metadata-Version: 2.4
Name: Android_tcpdump-tool
Version: 1.0.1
Summary: A command-line tool for capturing Android app traffic using tcpdump.
Home-page: https://github.com/idontknowoman/Android_tcpdump_tool
Author: Dubai
Author-email: fjing2022@whu.edu.cn
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# Android_tcpdump_tool

`Android_tcpdump_tool` 是一个用于抓取 Android 应用流量的命令行工具。

## 安装

```bash
pip install Android_tcpdump_tool
```

## 使用方法
- -a 或 --apk: 目标应用的 APK 文件路径。
- -t 或 --timeout: 抓包超时时间（秒），默认为 300 秒。
- -o 或 --output: 流量文件存储位置

## 示例

```bash
Android_tcpdump_tool -n com.example.app -t 600
```
