sepinf-inc / IPED

IPED Digital Forensic Tool. It is an open source software that can be used to process and analyze digital evidence, often seized at crime scenes by law enforcement or in a corporate investigation by private examiners.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scripting from User Interface

lfcnassif opened this issue · comments

Documenting this another old idea. We could offer a new script panel on UI, where the user could write scripts using javascript or python to:

  • execute searches and iterate over results
  • access item properties or content and test against a criteria
  • create UI filters from results
  • create bookmarks from results
  • apply transformations on the data
  • store transformed data on custom properties/columns (depends on #1185)
  • create new case items from transformed data