Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish to pip #1

Open
ekristen opened this issue Mar 21, 2016 · 4 comments
Open

Publish to pip #1

ekristen opened this issue Mar 21, 2016 · 4 comments
Milestone

Comments

@ekristen
Copy link

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

@kevthehermit
Copy link
Owner

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.

@ekristen
Copy link
Author

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

@kevthehermit
Copy link
Owner

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

@ekristen
Copy link
Author

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

@kevthehermit kevthehermit added this to the 1.0 milestone Mar 23, 2016
kevthehermit pushed a commit that referenced this issue Apr 10, 2016
switched vanilla mongodb 3.2 install to Percona-server-mongodb
kevthehermit pushed a commit that referenced this issue Aug 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants