Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
pip3line — Swiss Army knife for raw bytes manipulation & interception | Kitploit
Tools/GitHubGitHub/metrodango/pip3line
Packet Sniffing & AnalysisWeb Proxies & InterceptionCryptographyUtilities & FrameworksBinary Analysis
GitHubmetrodango/pip3line

pip3line

Swiss Army knife for raw bytes manipulation & interception

View Repository
561363 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Pip3line

Codacy Badge Total alerts Language grade: C/C++ Language grade: Python

Linux / MacOS Builds

Build Status

Windows Builds

Build status

Raw bytes manipulation utility, able to apply well known and less well known transformations, quick binary search, network proxy interception and more.

Install on Windows:

Download the release zip here

Remember to install/repair the VS redistributables from the zip file

Install on MacOs:

Download Tool
root@kitploit:~
$ brew tap metrodango/pip3line
$ brew install pip3line

If an error occur at start regarding missing shared library libtransform, make sure that the homebrew lib directory is in the path, or just create a link it from /usr/local/lib

Install on Linux:

Gentoo

copy the template ebuild from extras/gentoo_package/pip3line-TEMPLATE.ebuild into a local Gentoo repository, with the relevant versioning info, for example:

root@kitploit:~
pip3line-9999.ebuild (for the github based ebuild)
pip3line-3.7.0.ebuild (for a specific version)

then

root@kitploit:~
$ emerge -pv pip3line

Other distributions

For now see the build page

Documentation

[Main site]

http://metrodango.github.io/pip3line/index.html

[Python plugins]

https://github.com/metrodango/pip3line/wiki/Python-2.7-&-3-plugins

[Native plugins]

https://github.com/metrodango/pip3line/wiki/Coding-your-own-plugins

[Build process]

https://github.com/metrodango/pip3line/blob/master/Build-process.md

root@kitploit:~
Released as open source by Gabriel Caudrelier

Developed by Gabriel Caudrelier, gabriel dot caudrelier at gmail dot com

https://github.com/metrodango/pip3line

see LICENSE for more information