I am happy to announce that a newer version of uberharvest is out!
UBERHARVEST 2.95 STABLE is out!
- Bug fixes
- Fingerprint Wordpress Blogs
THE CURRENT UBERHARVEST VERSION CAN BE DIRECTLY DOWNLOADED FROM:
OR,
Users can update uberharvest directly from your command line by typing,
root@ubuntu:~/uberharvest#./uberharvest --update
NEW FEATURE
EXAMPLE OF USE,
root@ubuntu:~/uberharvest#./uberharvest -w OR --wordpress
- -wordpress (or -w) will get uberharvest to fingerprint a target website to discover whether the site is Wordpress or not. If the target website is Wordpress, uberharvest will try to guess the version of Wordpress.
THE RESULTS
root@ubuntu:~/uberharvest#./uberharvest -w OR --wordpress AND –v OR --verbose
- -wordpress (or -w) will get uberharvest to fingerprint a target website to discover whether the site is Wordpress or not. If the target website is Wordpress, uberharvest will try to guess the version of Wordpress.
- -verbose (or -v) by adding the verbosity option, you can learn the steps that uberharvest has taken to fingerprint the target website. If you are a Wordpress owner, this option can help you find out all the weaknesses of your Wordpress and what you must do to protect your website from being easily fingerprinted.
THE RESULTS
NOTE!
If you already familiar with the functionality of uberharvest, the Wordpress option can be combined with the menu option (-m) or with the load option (-l) as well. You can run the Wordpress option by itself or as a unified fingerprinting process.
For more information, please go to our tutorial page.
Please report any errors by emailing to support@ubersec.com
# ldd uberharvest
linux-gate.so.1 => (0xb7759000)
libssl.so.0.9.8 => not found
libcrypto.so.0.9.8 => not found
libz.so.1 => /usr/lib/libz.so.1 (0xb773b000)
libpthread.so.0 => /lib/libpthread.so.0 (0xb7722000)
libdl.so.2 => /lib/libdl.so.2 (0xb771d000)
libutil.so.1 => /lib/libutil.so.1 (0xb7719000)
libm.so.6 => /lib/libm.so.6 (0xb76f4000)
libc.so.6 => /lib/libc.so.6 (0xb7599000)
/lib/ld-linux.so.2 (0xb775a000)
#
can you fix that?