Skip to main content

Posts

Showing posts with the label exploitation

Armitage in Kali Linux

About Armitage Armitage is a scriptable red team collaboration tool for Metasploit that visualizes targets, recommends exploits and exposes the advanced post-exploitation features in the framework. Through one Metasploit instance, your team will: Use the same sessions Share hosts, captured data, and downloaded files Communicate through a shared event log Run bots to automate red team tasks Armitage is open source software developed by Raphael Mudge's company Strategic Cyber LLC. However, Cobalt Strike is the commercially supported big brother of Armitage. Armitage organizes Metasploit's capabilities around the hacking process. There are features for discovery, access, post-exploitation, and maneuver. This section describes these features at a high-level, the rest of this manual covers these capabilities in detail. Armitage's dynamic workspaces let you define and switch between target criteria quickly. Use this to segment thousands of hosts into target sets. Armitage also ...

What is SET?

SET stands for   Social Engineering Toolkit , primarily written by David Kennedy ( ReL1K ). The Social-Engineer Toolkit (SET) is specifically designed to perform advanced attacks against the human element. SET was designed to be released with the http://www.social-engineer.org launch and has quickly became a standard tool in a penetration testers arsenal. The attacks built into the toolkit are designed to be targeted and focused attacks against a person or organization used during a penetration test. To start SET , either you goto Applications --> Kali Linux --> Exploitation Tools --> Social Engineering Toolkit --> se-toolkit . (This command was valid till Kali Linux ver. 1.0.4, now it changed to setoolkit  in Kali Linux ver 1.0.5 and 1.0.6 ). or else, open terminal window and type se-toolkit ( for Kali Linux ver. 1.0.4 ) or setoolkit ( for Kali Linux ver. 1.0.5 and 1.0.6 ) . When you type this root terminal window, following are steps SET  perform...