Re: [sleuthkit-users] Information about how to develop a autopsy plugin in python/jython
Brought to you by:
carrier
From: Geoffrey W. <wag...@gm...> - 2015-05-11 13:48:05
|
Hi again, First thx for all of your helps, it was really nice for us, but we still have some problems with the library of autopsy. The import doesn't work! on this kind of line from the examples (IngestModule): File "C:\Users\Geo\Documents\NetBeansProjects\IngesModule\src\ingestmodule.py", line 5, in <module> from org.sleuthkit.autopsy.casemodule import Case ImportError: No module named sleuthkit As a result, we would like to develop a plugin which studies the web hystory for autopsy in python, but we are blocked since 2 month. Best regards, Geoffrey 2015-05-06 17:10 GMT+02:00 Richer, Mark (CIV) <mhr...@np...>: > Geoffrey, > > It seems you will be best off using NetBeans as your IDE, but in general > if you want to use Eclipse with Python, Jython or IronPython, then you > should install PyDev in Eclipse. > > http://pydev.org > > Mark > > *MARK H RICHER, MS CS* > Faculty Research Associate > Computer Science Department > Naval Postgraduate School - National Capital Region (NCR) > 703-275-8533 (o) 571.303.9498 (m) mhr...@np... > > > On May 6, 2015, at 11:00 AM, Brian Carrier <ca...@sl...> wrote: > > Hi Geoffrey, > > The development docs contain this information. > > All of the docs are here: > http://sleuthkit.org/autopsy/docs/api-docs/3.1/index.html > The Python-specific page is here: > http://sleuthkit.org/autopsy/docs/api-docs/3.1/mod_dev_py_page.html > > The python page assumes you’ve read the other pages though (except for the > Java-specific page). It references sample modules, which can be found here: > > https://github.com/sleuthkit/autopsy/tree/develop/pythonExamples > > Autopsy is built on top of the NetBeans platform, so we always use > NetBeans as an IDE. I’ve never tried Eclipse with Autopsy. > > thanks, > brian > > > > > On May 6, 2015, at 10:10 AM, Geoffrey Wagnier <wag...@gm...> > wrote: > > Hi everyone, > > I'm Geoffrey a student in IT security in France, and in order to end a > school project about autopsy and pyhton's plugins, I would like to know if > someone can help on this project. > > First, I wonder if skeleton in python exists and how use it and install > it. > > Secondly, how works the autopsy library on Eclipse ? > > and Finally, every informations will be great for my crew ! > > > Thx guys for reading, > > Best regards, > > > Geoffrey > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y_______________________________________________ > sleuthkit-users mailing list > https://lists.sourceforge.net/lists/listinfo/sleuthkit-users > http://www.sleuthkit.org > > > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > sleuthkit-users mailing list > https://lists.sourceforge.net/lists/listinfo/sleuthkit-users > http://www.sleuthkit.org > > > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > sleuthkit-users mailing list > https://lists.sourceforge.net/lists/listinfo/sleuthkit-users > http://www.sleuthkit.org > > |