USArmyResearchLab / Dshell

Dshell is a network forensic analysis framework.
Other
5.45k stars 1.14k forks source link

How to compile and run on MAC OSX #52

Closed haikieu closed 3 years ago

haikieu commented 9 years ago

Hello everyone,

I'm try to compile the source code in MAC OSX,

Do you have any guide on this ?

raul5660 commented 9 years ago

you should be able to run make

stevenliuit commented 9 years ago

mac os is open source it?

archcloudlabs commented 9 years ago

If make fails for you, try this: 1) Manually install the dependencies

sudo pip install dpkt
sudo pip install crypto
sudo pip install pypcap
sudo pip install ipy
sudo pip install pygeoip

2) Run make

3) ./dshell

chr1sk0n commented 8 years ago

@stevenliuit The guys from Apple are using/based on open source tools, but OS X itself its not.

dek443 commented 3 years ago

The Python 2 version of Dshell is now deprecated and frozen as Release v2.4.10. We are closing all Pull Requests and Issues associated with that version, as Dshell development has shifted to the current version for Python 3. Thank you for your support.