Share

The Autopsy Forensic Browser

Code

Programming Languages: Perl

License: GNU General Public License (GPL)

Show:

What's happening?

  • Autopsy looks for sorter configs in wrong path.

    Autopsy looks for sorter configs in wrong path. lib/Appsort.pm: my $config = "$::TSKDIR/../share/tsk/sorter/images.sort"; Should be: lib/Appsort.pm: my $config = "$::TSKDIR/../share/tsk3/sorter/images.sort";.

    2009-04-23 06:25:20 UTC by fuf_bugs

  • The Autopsy Forensic Browser

    carrier added the autopsy-2.21.tar.gz file.

    2009-02-03 04:33:27 UTC by carrier

  • The Autopsy Forensic Browser

    carrier added the autopsy-2.21.tar.gz.asc file.

    2009-02-03 04:33:27 UTC by carrier

  • 2.21

    carrier created the 2.21 file release.

    2009-02-03 04:32:24 UTC by carrier

  • Logical keyword searching

    Support logical keyword searching instead of physical so that the contents of compressed NTFS files and strings that cross fragmented blocks can be found.

    2008-12-12 15:16:22 UTC by carrier

  • Better reports

    Generate HTML or some other non-ASCII form of reports.

    2008-11-15 05:18:12 UTC by carrier

  • Comment: errors when file name searching

    Fixed in revision 10. Sending trunk/CHANGES.txt Sending trunk/TODO.txt Sending trunk/lib/File.pm Transmitting file data ... Committed revision 10.

    2008-11-15 04:16:44 UTC by carrier

  • errors when file name searching

    Hi, I've installed sleuthkit 3.00 and autopsy 2.20 under Cygwin in Vista. When I run autopsy 2.20 i get several times Windows error fls.exe doesn't work (6 times). When I does a file name search in my cygwin terminal I get the errors : "Use of unitialized value in string eq at /usr/local/autopsy-2.20/lib//File.pm line 1195" "Use of unitialized value in string eq at...

    2008-11-15 04:12:39 UTC by carrier

  • Comment: Autopsy Forensic Browser Cross Site Scripting

    Thanks for the report. Added HTML entity escaping to data from config files. Note: This requires write access to local config files and it is not clear how this could be used to achieve new things.

    2008-10-08 22:16:46 UTC by carrier

  • Autopsy Forensic Browser Cross Site Scripting

    # Autopsy Forensic Browser Cross Site Scripting -------------------------------------------------------------------------- Autor: Daniel Medianero garcĂ­a ( dmedianero @ sia.es ) Vendor: Autopsy Forensic Browser - http://www.sleuthkit.org/autopsy/ Impact: Cross Site Scripting URL: http://www.meleagro.es.kz Affected applications: ---------------------- - Autopsy Forensic Browser...

    2008-08-31 08:53:57 UTC by meleagro