1) check if you have imagemagick installed
convert -version
2) up2date ImageMagick
3) now you should get similar results
root@HOST# convert -version
Version: ImageMagick 6.0.7 04/19/08 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2004 ImageMagick Studio LLC
tested on:
LSB Version: :core-3.0-ia32:core-3.0-noarch:graphics-3.0-ia32:graphics-3.0-noarch
Distributor ID: CentOS
Description: CentOS release 4.6 (Final)
Release: 4.6
Codename: Final
Sponsored Links:..... Read more
FireCAT (Firefox Catalog of Auditing exTension) is a mindmap collection of the most efficient and useful firefox extensions oriented application security auditing and assessment. FireCAT is not a remplacement of other security utilities and softwares as well as fuzzers, proxies and application vulnerabilities scanners.
The current release is 1.4 ( 12 May 2008 )
Home: http://www.security-database.com/toolswatch/+-FireCAT-+.html
Download Source Here
Dedicated Host for Firefox FireCAT: http://www.firecat.fr/
Note: you need to install Freemind for this tool
Sponsored Links:..... Read more
1) you need to update/install your java version follow guide here
2) sudo apt-get install freemind
Done :)
FreeMind is a premier free mind-mapping software written in Java. The recent development has hopefully turned it into high productivity tool. We are proud that the operation and navigation of FreeMind is faster than that of MindManager because of one-click “fold / unfold” and “follow link” operations.
Home: http://freemind.sourceforge.net/wiki/index.php/Main_Page
..... Read more
Installing the Java Runtime Environment
First you need to check multiverse repository enabled or not after that open a terminal window. Since you are going to be installing the JRE and the web browser plug-in, you’ll be using the following command from a terminal
sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts
Terminal output:
The following NEW packages will be installed:
java-common odbcinst1debian1 sun-java6-bin sun-java6-fonts sun-java6-jre
sun-java6-plugin unixodbc
Once it downloads the packages and begins the installation, you’ll get a screen that contains the Sun Operating System Distributor License for Java and hit Enter to continue. You’ll see a dialog that asks you if you agree with the DLJ license terms. Select Yes, and hit Enter; the JRE will finish installing. ( Press TAB untill Ok Button will turn RED and Hit Enter )Testing Java Runtime Environment
You’ll want to confirm that your system is configured properly for Sun’s JRE.
check that the J..... Read more
Terminal:
sudo apt-get install openssh-server && sudo apt-get install ufw
sudo ufw enable && sudo ufw logging on && sudo ufw default deny
sudo gedit /etc/ssh/sshd_config
sshd_config config:
PermitRootLogin no
Never, ever give root access to SSH unless you have an extremely good reason for doing so. If an attacker happens to discern your root password, he or she will have total remote control over your system. By denying root login permission through SSH, you can provide an effective block to that danger.
The Port directive also specifies which TCP/IP port the SSH daemon uses to listen for SSH requests. The default port is 22, and you may want to change that, especially if your machine is accesible on the Internet. Many malware bots use port 22 for default SSH attack attempts, and by changing your port number you can stop at least some of the automated cracking attempts.
remove “#” @
ListenAddress ::
ListenAddress 0.0.0.0
Terminal:
sudo ufw allo..... Read more