IndoCisc
msgbartop
Security News
msgbarbottom

11 Apr 10 Installation Metasploit Framework 3.3.3 on GNU/Linux Debian Lenny

Posted by Rully


Dependencies:
# apt-get install ruby libopenssl-ruby libyaml-ruby libdl-ruby libiconv-ruby libreadline-ruby irb ri rubygems subversion ruby-dev libpcap-dev libsqlite3-dev
# apt-get build-dep ruby
# gem install sqlite3-ruby

Framework:
# tar -xvvjf framework-3.3.3.tar.bz2
# mkdir -p /opt/metasploit3
# cp -a msf3/ /opt/metasploit3/msf3
# chown root:root -R /opt/metasploit3/msf3
# ln -sf /opt/metasploit3/msf3/msf* /usr/local/bin/
(more…)

Tags: , , ,

08 Apr 10 Installing Google Skipfish on GNU/Linux Debian Lenny

Posted by Rully


# wget -c http://skipfish.googlecode.com/files/skipfish-1.29b.tgz

# tar -xvvzf skipfish-1.29b.tgz

install dependencies:
* GNU C Compiler
* GNU Make
* GNU C Library (including development headers)
* zlib (including development headers)
* OpenSSL (including development headers)
* libidn (including development headers)
(more…)

Tags: , , , , , , ,