Posted by Security is just an illusion 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.
- Upload Script to root Server
- chmod 0777 scriptname.sh
- ./scriptname.sh
- Edit ip and Password for TeamServer
- Setup Metasploit Wizard
- /root/startArmitage.bash start the Script
- Start Armitage and Connect to your New TeamServer
- 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