harlogger
Simple utlity for sniffing decrypted HTTP/HTTPS traffic on an macOS/iOS device (either jailbroken or not)
File Explorer
Download Latest Version (.zip)- python-app.yml
- python-publish.yml
- __init__.py
- __main__.py
- exceptions.py
- haralyzer_patches.py
- http_transaction.py
- sniffers.py
- harlogger
- com.cyber.har-logger_0.0.1-14+debug_iphoneos-arm.deb
- control
- entitlements.plist
- main.m
- Makefile
- .gitignore
- .pre-commit-config.yaml
- com.apple.CFNetwork.plist
- LICENSE
- pyproject.toml
- README.md
- requirements.txt
# Installation Guide
1. Get the code
git clone https://github.com/doronz88/harlogger
Downloads the entire project code from GitHub to your computer.
cd harlogger
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
python3 -m pip install -U harlogger
Installs the Python libraries listed in requirements.txt (or similar).
python3 -m harlogger profile
Runs the Python script (or module).
python3 -m pip install -U pymobiledevice3
Installs the Python libraries listed in requirements.txt (or similar).
python3 -m harlogger mobile profile
Runs the Python script (or module).
โ harlogger git:(master) โ python3 -m harlogger profile
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
3. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
cd src
This project's files live in a subfolder, so move into it first.
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
