File: control

package info (click to toggle)
time-decode 10.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,416 kB
  • sloc: python: 5,217; sh: 108; makefile: 10
file content (36 lines) | stat: -rw-r--r-- 1,108 bytes parent folder | download
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
Source: time-decode
Section: utils
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders:
 Jan Gruber <j4n6ru@gmail.com>,
 EnkelenaH <enkelenah@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 help2man,
 pybuild-plugin-pyproject,
 python3-all,
 python3-blackboxprotobuf,
 python3-colorama,
 python3-juliandate,
 python3-prettytable,
 python3-pyqt6,
 python3-setuptools,
 python3-ulid,
Standards-Version: 4.7.3
Homepage: https://github.com/digitalsleuth/time_decode
Vcs-Browser: https://salsa.debian.org/pkg-security-team/time-decode
Vcs-Git: https://salsa.debian.org/pkg-security-team/time-decode.git

Package: time-decode
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Timestamp and datetime decoder/encoder
 time-decode provides the functionality to decode various timestamps
 and UUIDs to aid digital forensics and incident response
 processes. The supported formats range from common formats like Unix
 (milli)seconds, Microsoft's FILETIME to more exotic formats like
 Metasploit payload UUIDs.