Home
last modified time | relevance | path

Searched full:sslsniff (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/bcc/tools/
H A Dsslsniff_example.txt1 Demonstrations of sslsniff.py
11 % sudo python sslsniff.py
65 (32 characters) wide hex-dump, an example of a block of output from sslsniff
110 # ./sslsniff.py -l --handshake
121 # ./sslsniff.py -l --handshake
138 # ./sslsniff.py -l --handshake
148 # ./sslsniff.py -l --handshake
166 # ./sslsniff.py --extra-lib openssl:/var/lib/docker/overlay2/l/S4EMHE/lib/libssl.so.1.1
172 usage: sslsniff.py [-h] [-p PID] [-u UID] [-x] [-c COMM] [-o] [-g] [-n] [-d]
202 ./sslsniff # sniff OpenSSL and GnuTLS functions
[all …]
H A Dsslsniff.py3 # sslsniff Captures data on read/recv or write/send functions of OpenSSL,
7 # USAGE: sslsniff.py [-h] [-p PID] [-u UID] [-x] [-c COMM] [-o] [-g] [-n] [-d]
26 ./sslsniff # sniff OpenSSL and GnuTLS functions
27 ./sslsniff -p 181 # sniff PID 181 only
28 ./sslsniff -u 1000 # sniff only UID 1000
29 ./sslsniff -c curl # sniff curl command only
30 ./sslsniff --no-openssl # don't show OpenSSL calls
31 ./sslsniff --no-gnutls # don't show GnuTLS calls
32 ./sslsniff --no-nss # don't show NSS calls
33 ./sslsniff --hexdump # show data as hex instead of trying to decode it as UTF-8
[all …]
/aosp_15_r20/external/bcc/man/man8/
H A Dsslsniff.81 .TH sslsniff 8 "2016-08-16" "USER COMMANDS"
3 sslsniff \- Print data passed to OpenSSL, GnuTLS or NSS. Uses Linux eBPF/bcc.
5 .B sslsniff [-h] [-p PID] [-u UID] [-x] [-c COMM] [-o] [-g] [-n] [-d]
9 sslsniff prints data sent to write/send and read/recv functions of
64 .B sslsniff
68 .B sslsniff -u 1000 --no-nss --no-gnutls
72 .B sslsniff -l --handshake
75 .B sslsniff --no-openssl --no-gnutls --no-nss --extra-lib
/aosp_15_r20/external/bcc/snap/
H A Dsnapcraft.yaml279 sslsniff:
280 command: bcc-wrapper sslsniff
/aosp_15_r20/external/bcc/debian/
H A Dchangelog45 * bcc tool updates for oomkill.py, biolatpcts.py, sslsniff.py, tcpaccept.py, etc.
64 * bcc tools: update for trace.py, sslsniff.py, tcptop.py, hardirqs.py, etc.
/aosp_15_r20/external/bcc/
H A DREADME.md156 - tools/[sslsniff](tools/sslsniff.py): Sniff OpenSSL written and readed data. [Examples](tools/ssls…
/aosp_15_r20/external/bcc/tests/python/
H A Dtest_tools_smoke.py320 self.run_with_int("sslsniff.py")