Thanks to visit codestin.com
Credit goes to github.com

Skip to content

MikeHorn-git/Hydra

Repository files navigation

Hydra

image

Table of content

Requirement

Arch

sudo pacman -S wireshark-cli

Debian

sudo apt-get install tshark

Installation

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

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

About

Hunt sql commands in pcap

Topics

Resources

License

Stars

Watchers

Forks