blob: 579a76d2e05af4e364930657f575adb4a1f0b86d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>mgorny@gentoo.org</email>
<name>Michał Górny</name>
</maintainer>
<longdescription lang="en">
mitmproxy is your swiss-army knife for debugging,
testing, privacy measurements, and penetration
testing. It can be used to intercept, inspect, modify
and replay web traffic such as HTTP/1, HTTP/2,
WebSockets, or any other SSL/TLS-protected
protocols. You can prettify and decode a variety of
message types ranging from HTML to Protobuf, intercept
specific messages on-the-fly, modify them before they
reach their destination, and replay them to a client
or server later on.
</longdescription>
<origin>srcux</origin>
</pkgmetadata>
|