Comments

Friday, January 25, 2013

Install MetaSploit+Armitage TeamServer on Debian

Posted by at Friday, January 25, 2013 Read our previous post

MetaSploit and Armitage TeamServer on Debian

The Metasploit Project is a computer security project which provides information about security vulnerabilities and aids in penetration testing and IDS signature development.
Its most well-known sub-project is the open-source Metasploit Framework, a tool for developing and executing exploit code against a remote target machine. Other important sub-projects include the Opcode Database, shellcode archive, and security research.
The Metasploit Project is also well known for anti-forensic and evasion tools, some of which are built into the Metasploit Framework.

  1. Upload Script to root Server
  2. chmod 0777 scriptname.sh
  3. ./scriptname.sh
  4. Edit ip and Password for TeamServer
  5.  Setup Metasploit Wizard
  6. /root/startArmitage.bash start the Script
  7. Start Armitage and Connect to your New TeamServer
  8. Have pfun



#!/bin/bash
# by cr4shyyy Auto MetaSploit-Server + Armitage Team-Server 
 
aptitude install sun-java6-jdk screen 
 
cd /tmp
wget http://downloads.metasploit.com/data/releases/metasploit-latest-linux-x64-installer.run
chmod 0777 metasploit-latest-linux-x64-installer.run
./metasploit-latest-linux-x64-installer.run

 
#script
echo "#!/bin/bash" >> /root/startArmitage.bash
echo "cd /opt/metasploit/apps/pro/msf3/data/armitage" >> /root/startArmitage.bash
echo "screen -dmS Armitage-Teamserver ./teamserver 0.0.0.0 MYPASSWORDHERE" >> /root/startArmitage.bash
chmod 700 /root/startArmitage.bash
/root/startArmitage.bash

No comments:

Post a Comment

[#] iNFO [#]

All the information provided on this site is for educational purposes only.
 
The site and it's author is in no way responsible for any misuse of the information.
©2012 Security is just an Illusion is powered by Blogger - Template designed by Stramaxon - Best SEO Template