2018年3月12日月曜日

Install of theHarvester on Ubuntu16.04

▪️Install
$sudo pip2 install request
$git clone https://github.com/laramies/theHarvester.git

▪️test
$ python2 theHarvester.py -d ****.com -l 500 -b all

Install of Volatility in Ubuntu16.04

▪️Required package
$ sudo apt-get install python python-pip unzip subversion pcregrep libpcre++-dev python-dev

▪️Install of PyCrypto
$ sudo pip install pycrypto
$ sudo pip install distorm3

▪️Install of YARA 3.70
$ get https://github.com/VirusTotal/yara/archive/v3.7.0.zip
$ unzip v3.7.0.zip
$ cd yara-3.7.0
$ ./bootstrap.sh
$ sudo apt-get install automake libtool make gcc
$ sudo apt-get install flex bison
$ ./configure
$ make
$ sudo make install

▪️Install of Volantility

$ git clone https://github.com/volatilityfoundation/volatility.git
$ cd volantility
$ sudo python setup.py install

fd-find

 $ sudo apt install fd-find $ fdfind 石