This file is indexed.

/usr/lib/python2.7/dist-packages/peframe-5.0.1.egg-info/PKG-INFO is in peframe 5.0.1+git20170303.0.e482def+dfsg-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
65
66
67
Metadata-Version: 1.1
Name: peframe
Version: 5.0.1
Summary: PEframe is a open source tool to perform static analysis on Portable Executable malware.
Home-page: https://github.com/guelfoweb/peframe
Author: Gianni Amato
Author-email: guelfoweb@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: 5.0.1 2015-03-08
        
        - Bug fixed in Exception on unnamed exports -> https://github.com/guelfoweb/peframe/issues/12
        
        5.0 - 2016-02-10
        
        - Added check for mutex object
        
        5.0beta - 2015-11-12
        
        - Added check for virus total
        - Added configurable json file in signatures folder
        - Added parsing resource directory
        - Bug fixed in section name with unicode chars
        - Rewrited code structure
        
        4.2 - 2015-01-08
        
        - Added check for XOR Obfuscation
        
        4.1 - 2014-08-28
        
        - Added check for Digital Signature
        - Removed database SQlite
        - Fixed output JSON
        - Rewrited code structure
        
        4.0 - 2014-06-10
        
        - Added SQlite database to store report by auto analysis
        - Added Json output only for auto analysis
        - Bug fixed in --export option -> https://github.com/guelfoweb/peframe/issues/2
        
        3.0 rc3 - 2014-05-14
        
        - Calculate the "import hash" of embedded/dropped executables -> https://www.mandiant.com/blog/tracking-malware-import-hashing/
        
        3.0 rc2 - 2014-03-14
        
        - Assigns file type to the names of the files found
        
        3.0 rc1 - 2014-03-13
        
        - Rewrite code and options
        
        1.x - 2.0
        
        - old version on Google Code -> http://code.google.com/p/peframe/
        
Keywords: static malware analysis
Platform: UNKNOWN
Classifier: Development Status :: 5 - Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7