iovisor / iovisor/bcc

bcc tools sslsniff fails

Open
#2,193 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
22.7k
Forks
4.1k
Avg merge
10d 4h
Merged PRs (30d)
3

Description

Hi,

I am new to bcc, I tested various tools provided by bcc tools, I could only run `opensnoop` without any errors. My goal is to do something similar to`sslsniff`, to capture activities during an ssl session, but `sslsniff` did not work. Can anyone tell me what might be the problems?

- OS: `Linux ubuntu1604 4.4.0-131-generic #157-Ubuntu SMP Thu Jul 12 15:51:36 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux`
- I installed bcc by following the INSTALL page, using `apt-get`.
- Command: `sslsniff`

Output
```bash
$ sudo python /usr/share/bcc/tools/sslsniff
Traceback (most recent call last):
File "/usr/share/bcc/tools/sslsniff", line 157, in
pid=args.pid or -1)
File "/usr/lib/python2.7/dist-packages/bcc/__init__.py", line 982, in attach_uprobe
(path, addr) = BPF._check_path_symbol(name, sym, addr, pid)
File "/usr/lib/python2.7/dist-packages/bcc/__init__.py", line 727, in _check_path_symbol
raise Exception("could not determine address of symbol %s" % symname)
Exception: could not determine address of symbol PR_Write
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.