I am happy to announce that a new version of uberharvest is out!
UBERHARVEST 2.69 is out!
- Bug fixes
THE CURRENT uberharvest VERSION CAN BE DOWNLOADED FROM:
Please go to the downloads page to get directions about some modules that are required to be installed prior to using uberharvest.
OR update uberharvest directly from your command line by typing,
root@ubuntu:~/uberharvest#./uberharvest --update
Bug fixes
Uberharvest required to have Python version 2.7 and higher to work. Therefore, please assure that your Ubuntu or Backtrack distributions have at least python 2.7.2+ as the current language.
To check the current Python language version please type in your terminal:
root@ubuntutest:~/uberharvest#python –version
If your python version is less than 2.7, please type:
root@ubuntutest:~/uberharvest#apt-get install python2.7
To update your current python version.
Uberharvest requires to have the newer version of libssl1.0.0 and libcrypto1.0.1 libraries. So, if you receive the following error while trying to run uberharvest:
root@ubuntutest:~/uberharvest# ./uberharvest
./uberharvest: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
Please download the newer version of uberharvest provided in the link above. Then do the followings:
1) Extract the tool and access the uberharvest folder.
2) Then copy libcrypto.so.1.0.0 and libssl.so.1.0.0 files to the /lib folder.
root@ubuntutest:~/uberharvest#
cp libssl.so.1.0.0 /lib
root@ubuntutest:~/uberharvest#
cp libcrypto.so.1.0.0 /lib
Now you should be okay!
Please report any errors by emailing to support@ubersec.com
THE CURRENT uberharvest VERSION CAN BE DOWNLOADED FROM: