-
Notifications
You must be signed in to change notification settings - Fork 156
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
Complete overhaul of README and integration into Wiki #61
base: master
Are you sure you want to change the base?
Conversation
Using a minimal install of CentOS 7.3, I updated the installation instructions in the Readme for the CentOS section.
@langhorne thanks for this! Before I merge, have you tried using pip to install pefile? |
@marnao I went back and tested the manually installed pefile module (pefile-2016.3.28-py2.7). I tested it against PuTTY.exe Found out that META_PE had an exception. I then removed it pip uninstall pefile==2016.3.28 (which seems to have worked) and then pip installed it which gave me pefile-2016.3.28-py2.7. A rescan of the EXE had NO errors. So it appears that pip install pefile is the best option. |
nice! can you update the instructions to reflect that please? |
I used the web gui so I think I made the change correctly. |
It looks like you added this to yum install instead of pip install |
I'm redoing it all again and I don't think the below are needed:
Thoughts? Here is what I have now: Installing on CentOSBased on installation from a CentOS 7.3 minimun installation
If you want to use the Suricata integration prototype, then also 'pip install redis'
pyexif is a Python library to communicate with the ExifTool command-line application. Install ExifTool application following instructions at http://www.sno.phy.queensu.ca/~phil/exiftool/install.html#Unix.
You may need to set the |
Overhauled and connected to wiki
I overhauled the README and connected parts to the wiki. |
Using a minimal install of CentOS 7.3, I updated the installation instructions in the Readme for the CentOS section.