This file is indexed.

/usr/lib/python2.7/dist-packages/obfsproxy-0.2.12.egg-info/SOURCES.txt is in obfsproxy 0.2.12-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
README
setup.py
obfsproxy/__init__.py
obfsproxy/_version.py
obfsproxy/pyobfsproxy.py
obfsproxy.egg-info/PKG-INFO
obfsproxy.egg-info/SOURCES.txt
obfsproxy.egg-info/dependency_links.txt
obfsproxy.egg-info/entry_points.txt
obfsproxy.egg-info/requires.txt
obfsproxy.egg-info/top_level.txt
obfsproxy/common/__init__.py
obfsproxy/common/aes.py
obfsproxy/common/argparser.py
obfsproxy/common/heartbeat.py
obfsproxy/common/hmac_sha256.py
obfsproxy/common/log.py
obfsproxy/common/modexp.py
obfsproxy/common/rand.py
obfsproxy/common/serialize.py
obfsproxy/common/transport_config.py
obfsproxy/managed/__init__.py
obfsproxy/managed/client.py
obfsproxy/managed/server.py
obfsproxy/network/__init__.py
obfsproxy/network/buffer.py
obfsproxy/network/extended_orport.py
obfsproxy/network/http.py
obfsproxy/network/launch_transport.py
obfsproxy/network/network.py
obfsproxy/network/socks.py
obfsproxy/network/socks5.py
obfsproxy/test/__init__.py
obfsproxy/test/test_aes.py
obfsproxy/test/test_buffer.py
obfsproxy/test/test_obfs3_dh.py
obfsproxy/test/test_socks.py
obfsproxy/test/test_socks5.py
obfsproxy/test/tester.py
obfsproxy/test/transports/__init__.py
obfsproxy/test/transports/test_b64.py
obfsproxy/test/transports/test_obfs3_dh.py
obfsproxy/test/transports/test_scramblesuit.py
obfsproxy/transports/__init__.py
obfsproxy/transports/b64.py
obfsproxy/transports/base.py
obfsproxy/transports/dummy.py
obfsproxy/transports/obfs2.py
obfsproxy/transports/obfs3.py
obfsproxy/transports/obfs3_dh.py
obfsproxy/transports/transports.py
obfsproxy/transports/scramblesuit/__init__.py
obfsproxy/transports/scramblesuit/const.py
obfsproxy/transports/scramblesuit/fifobuf.py
obfsproxy/transports/scramblesuit/message.py
obfsproxy/transports/scramblesuit/mycrypto.py
obfsproxy/transports/scramblesuit/packetmorpher.py
obfsproxy/transports/scramblesuit/probdist.py
obfsproxy/transports/scramblesuit/replay.py
obfsproxy/transports/scramblesuit/scramblesuit.py
obfsproxy/transports/scramblesuit/state.py
obfsproxy/transports/scramblesuit/ticket.py
obfsproxy/transports/scramblesuit/uniformdh.py
obfsproxy/transports/scramblesuit/util.py