MikeHorn-git/Hydra

GitHub: MikeHorn-git/Hydra

Hydra 是一款基于 tshark 的 pcap 文件 SQL 命令提取工具,帮助用户从网络抓包数据中快速检索和导出数据库查询语句。

Stars: 2 | Forks: 0

# Hydra ![image](https://upload.wikimedia.org/wikipedia/commons/d/da/Gustave_Moreau_-_Hercules_and_the_Lernaean_Hydra_-_1964.231_-_Art_Institute_of_Chicago.jpg) ## 目录 - [环境要求](https://github.com/MikeHorn-git/Hydra#requirement) - [安装](https://github.com/MikeHorn-git/Champs-Elysees#installation) - [Uv](https://github.com/MikeHorn-git/Hydra#uv) - [Pip](https://github.com/MikeHorn-git/Hydra#pip) - [Nix](https://github.com/MikeHorn-git/Hydra#nix) - [用法](https://github.com/MikeHorn-git/Hydra#usage) ## 环境要求 - [Tshark](https://www.wireshark.org/docs/man-pages/tshark.html) ### Arch ``` sudo pacman -S wireshark-cli ``` ### Debian ``` sudo apt-get install tshark ``` ## 安装 ### Uv ``` git clone https://github.com/MikeHorn-git/Hydra.git cd Hydra/ uv sync ``` ### Pip ``` git clone https://github.com/MikeHorn-git/Hydra.git cd Hydra/ pip install . ``` ### Nix ``` git clone https://github.com/MikeHorn-git/Hydra.git cd Hydra/ devenv shell ``` ## 用法 ``` usage: PsqlHunter.py [-h] [--csv] [--json] [--output OUTPUT] pcap Hunt sql commands in pcap. positional arguments: pcap Path to the pcap file or folder containing pcap files options: -h, --help show this help message and exit --csv Export results to CSV --json Export results to JSON --output OUTPUT Path to the output folder ```
标签:逆向工具