VolUtility icon indicating copy to clipboard operation
VolUtility copied to clipboard

Publish to pip

Open ekristen opened this issue 8 years ago • 4 comments

We'd like to get this into the SANS forensics workstation, it would help us to keep things up to date and to keep things easy to install if you could add a setup.py and publish to the python package repo.

Would this be possible?

Thanks

ekristen avatar Mar 21 '16 22:03 ekristen

You can package Django Apps in pip that can be included in other django projects. I Will look at packaging a full django project for release.

kevthehermit avatar Mar 22 '16 08:03 kevthehermit

If not in pip a Debian package would be awesome too.

Thanks

On Mar 22, 2016, at 02:24, kevthehermit [email protected] wrote:

You can package Django Apps in pip that can be included in other django projects. I Will look at packaging a full django project for release.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub

ekristen avatar Mar 22 '16 12:03 ekristen

Have a couple of issues to fix then i will generate a .deb. Current SIFT V3 has volatility 2.4 as the default install.

sansforensics@siftworkstation:~$ python
Python 2.7.6 (default, Mar 22 2014, 22:59:56) 
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import volatility.constants as con
>>> con.VERSION
'2.4'
>>> 

This needs to be uplifted to 2.5 as 2.5 is the earlist version that implements 'unified output'

https://github.com/volatilityfoundation/volatility/wiki/Unified-Output

kevthehermit avatar Mar 22 '16 14:03 kevthehermit

It should be 2.5, however the SIFT VM is probably still 2.4, but if you install/update using the bootstrap script, you'll get 2.5

ekristen avatar Mar 23 '16 04:03 ekristen