Comments

Wednesday, January 22, 2014

Four Days with Cortana Script Engine - Cobalt Strike/Armitage

Posted by at Wednesday, January 22, 2014 Read our previous post
armitage_hacking

 

I wrote some new simple Cortana Script - menu item - “Web ToolKit - Others”

Brute Http Dirs (dirb)

Searchsploit (searchsploit)

Get Exploit (cat exploit)

Netdiscover (netdiscover)

Kali-2014-01-22-15-12-28

 

# Others for Cobalt Engine v0.1
# Contana Script Engine r0ckz.
# by cr4shyyy
# from http://security-is-just-an-illusion.blogspot.de

println("\n----------------------------------------\n\c4[*] Others for Cobalt Engine v0.1 Loaded [*] \n----------------------------------------");

menubar("Web ToolKit", "webstuff",2);

popup webstuff {
menu "Others" {
item "Brute Http Dirs" {

$ip = prompt_text("Enter Http Server IP");
if
($ip !is $null) {
show_message("Lets Pwn The Box!");

println("\n----------------------------------------\n\c4[*] Start Bruteforce Http-Server $ip \n----------------------------------------");
$console = console();
cmd($console, "xterm -geometry 150x24+0+100 -hold -e dirb $ip &");
sleep(2 * 1000);
}
}
item "Searchsploit" {

$ip = prompt_text("Enter Search Query");
if
($ip !is $null) {

println("\n----------------------------------------\n\c4[*] Search for exsploit : $ip\n----------------------------------------");
$console = console();
cmd($console, "xterm -geometry 150x24+0+100 -hold -e searchsploit $ip &");
sleep(2 * 1000);
}
}
item "Get Exploit" {

$ip = prompt_text("Enter Exploit Path /php/webapps/29894.txt");
if
($ip !is $null) {

println("\n----------------------------------------\n\c4[*] Get Exsploit : $ip\n----------------------------------------");
$console = console();
cmd($console, "gnome-terminal -x cat /usr/share/exploitdb/platforms$ip &");
sleep(2 * 1000);
}
}
item "Netdiscover" {

$ip = prompt_text("Enter Ip or Range -r");
if
($ip !is $null) {

println("\n----------------------------------------\n\c4[*] Search New Hosts : $ip\n----------------------------------------");
$console = console();
cmd($console, "xterm -geometry 150x24+0+100 -hold -e netdiscover $ip &");
sleep(2 * 1000);
}
}
}
}

Have pfun and feel free too share or host my scripts.

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