[Forensics-changes] [volatility] branch debian updated (d8f24d3 -> 3576f6a)

Joao Eriberto Mota Filho eriberto at moszumanska.debian.org
Mon Feb 23 22:30:40 UTC 2015


This is an automated email from the git hooks/post-receive script.

eriberto pushed a change to branch debian
in repository volatility.

      from  d8f24d3     * Upload to unstable.   * debian/control: removed the Recommends field because volatility-profiles       no longer exists in unstable/testing (see #766895).
       new  21013d9   Imported Upstream version 2.4.1
       new  3576f6a   Imported Debian patch 2.4.1-1

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitattributes                                   |    1 +
 .gitignore                                       |   57 +
 CREDITS.txt                                      |    4 +
 PKG-INFO                                         |    4 +-
 README.txt                                       |    7 +-
 contrib/plugins/malware/poisonivy.py             |  396 +++
 contrib/plugins/malware/zeusscan.py              |  600 +++++
 debian/changelog                                 |   18 +-
 debian/control                                   |    4 +-
 debian/copyright                                 |   42 +-
 debian/man/volatility.header                     |    1 -
 debian/{man => manpage}/genallman.sh             |    0
 debian/{man => manpage}/volatility.1             |    7 +-
 debian/manpage/volatility.header                 |    1 +
 debian/{man => manpage}/volatility.txt           |    5 +-
 debian/rules                                     |    4 +
 debian/volatility.manpages                       |    2 +-
 setup.cfg                                        |    5 -
 tools/linux/kcore/Makefile                       |    9 +
 tools/linux/kcore/elf.h                          | 2800 ++++++++++++++++++++++
 tools/linux/kcore/getkcore.c                     |  294 +++
 tools/linux/kcore/getkcore.h                     |   13 +
 tools/linux/pmem/Makefile                        |   13 -
 tools/linux/pmem/pmem.c                          |  275 ---
 tools/mac/convert.py                             |  148 +-
 tools/mac/mac_create_all_profiles.py             |   17 +-
 volatility.egg-info/PKG-INFO                     |   10 -
 volatility.egg-info/SOURCES.txt                  |  376 ---
 volatility.egg-info/dependency_links.txt         |    1 -
 volatility.egg-info/top_level.txt                |    1 -
 volatility/addrspace.py                          |   16 +-
 volatility/plugins/addrspaces/amd64.py           |   21 +-
 volatility/plugins/addrspaces/arm.py             |    3 +-
 volatility/plugins/addrspaces/crash.py           |    3 +-
 volatility/plugins/addrspaces/crashbmp.py        |   16 +-
 volatility/plugins/addrspaces/hibernate.py       |    9 +-
 volatility/plugins/addrspaces/intel.py           |    6 +-
 volatility/plugins/addrspaces/lime.py            |    1 -
 volatility/plugins/addrspaces/osxpmemelf.py      |    5 +-
 volatility/plugins/addrspaces/standard.py        |    7 +-
 volatility/plugins/drivermodule.py               |   64 +
 volatility/plugins/gui/win32k_core.py            |   15 +-
 volatility/plugins/gui/windowstations.py         |    2 +-
 volatility/plugins/kdbgscan.py                   |   25 +-
 volatility/plugins/linux/apihooks.py             |  144 +-
 volatility/plugins/linux/check_modules.py        |    2 +-
 volatility/plugins/linux/check_syscall.py        |   88 +-
 volatility/plugins/linux/common.py               |    4 -
 volatility/plugins/linux/find_file.py            |   48 +-
 volatility/plugins/linux/{lsof.py => getcwd.py}  |   13 +-
 volatility/plugins/linux/hidden_modules.py       |   85 +-
 volatility/plugins/linux/libc_env.py             |   83 +-
 volatility/plugins/linux/linux_volshell.py       |    2 +-
 volatility/plugins/linux/lsmod.py                |    3 -
 volatility/plugins/linux/mount.py                |   74 +-
 volatility/plugins/linux/netfiler.py             |   12 +-
 volatility/plugins/linux/netstat.py              |    2 +-
 volatility/plugins/linux/plthook.py              |  111 +-
 volatility/plugins/linux/proc_maps.py            |   14 +-
 volatility/plugins/linux/pslist.py               |    8 +-
 volatility/plugins/linux/tmpfs.py                |    4 +-
 volatility/plugins/mac/moddump.py                |    2 +-
 volatility/plugins/malware/devicetree.py         |    3 +-
 volatility/plugins/malware/idt.py                |    5 +-
 volatility/plugins/malware/impscan.py            |    3 -
 volatility/plugins/malware/psxview.py            |    5 +-
 volatility/plugins/malware/svcscan.py            |    2 +-
 volatility/plugins/malware/threads.py            |    5 +-
 volatility/plugins/malware/timers.py             |    2 +-
 volatility/plugins/mftparser.py                  |   71 +-
 volatility/plugins/multiscan.py                  |   25 +-
 volatility/plugins/overlays/basic.py             |   20 +
 volatility/plugins/overlays/linux/linux.py       |  381 ++-
 volatility/plugins/overlays/mac/mac.py           |    8 +-
 volatility/plugins/overlays/mac/macho.py         |   23 +
 volatility/plugins/overlays/windows/pe_vtypes.py |    2 +
 volatility/plugins/overlays/windows/win8.py      |   30 +-
 volatility/plugins/overlays/windows/windows.py   |   32 +-
 volatility/plugins/procdump.py                   |    2 +-
 volatility/plugins/raw2dmp.py                    |    1 +
 volatility/plugins/registry/dumpregistry.py      |   84 +
 volatility/plugins/registry/shimcache.py         |   24 +-
 volatility/plugins/registry/userassist.py        |   93 +-
 volatility/plugins/taskmods.py                   |    3 +-
 volatility/plugins/tcaudit.py                    |  111 +-
 volatility/plugins/timeliner.py                  |   45 +-
 volatility/plugins/vadinfo.py                    |   16 +-
 volatility/plugins/volshell.py                   |   98 +-
 volatility/win32/domcachedump.py                 |    2 +-
 volatility/win32/hashdump.py                     |    5 +-
 volatility/win32/hive.py                         |   26 +-
 volatility/win32/lsasecrets.py                   |   10 +-
 volatility/win32/rawreg.py                       |   29 +-
 93 files changed, 5513 insertions(+), 1660 deletions(-)
 create mode 100644 .gitattributes
 create mode 100644 .gitignore
 create mode 100644 contrib/plugins/malware/poisonivy.py
 create mode 100644 contrib/plugins/malware/zeusscan.py
 delete mode 100644 debian/man/volatility.header
 rename debian/{man => manpage}/genallman.sh (100%)
 rename debian/{man => manpage}/volatility.1 (98%)
 create mode 100644 debian/manpage/volatility.header
 rename debian/{man => manpage}/volatility.txt (98%)
 delete mode 100644 setup.cfg
 create mode 100644 tools/linux/kcore/Makefile
 create mode 100644 tools/linux/kcore/elf.h
 create mode 100644 tools/linux/kcore/getkcore.c
 create mode 100644 tools/linux/kcore/getkcore.h
 delete mode 100644 tools/linux/pmem/Makefile
 delete mode 100644 tools/linux/pmem/pmem.c
 delete mode 100644 volatility.egg-info/PKG-INFO
 delete mode 100644 volatility.egg-info/SOURCES.txt
 delete mode 100644 volatility.egg-info/dependency_links.txt
 delete mode 100644 volatility.egg-info/top_level.txt
 create mode 100644 volatility/plugins/drivermodule.py
 copy volatility/plugins/linux/{lsof.py => getcwd.py} (75%)
 create mode 100644 volatility/plugins/registry/dumpregistry.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/volatility.git



More information about the forensics-changes mailing list