Navigation
« More Meterpreter Post Exploitation Fun | Main | Meterpreter Script for Basic Network Enumeration in Target's Netwrok »
Thursday
Jan082009

Meterpreter Post-Exploitation Scripts

Today the Metasploit post-exploitation script I wrote where approved and commited in to Metasploit 3 for enumeration and attack from the compromised machine using Windows native tools for both enumeration and attack. The scripts are:

  • Winenum - general windows enumeration script for gathering all kinds of information from windows host adapting the commands and informatio gathered to the version of windows where is ran at.
  • Netenum - network enumeration script for performing basic network enumeration of the target enviroment. It will perform ping sweeps, hostname bruteforce, reverse lokkups on ranges and general DNS record enumeration.
  • Winbf - it will perform loging brute force attacks against winown logins using dictionaries against a single login or a list of usernames. It will also enumerate the current windows account lockout and lenght policy so the user will be able to better tailor the attack.
  • Getgui - script for enabling RDP and for creating an account adding it to the appropiate groups to be able to get Remote Desktop on the target machine.
I hope they are as usefull as the original ones have been for me in client engagements where I was limited by the rules of engagement dictated by some of my clients. Glad to give back to such a good project.

Reader Comments (5)

congrats on the commit!

January 9, 2009 | Unregistered CommenterCG

Fantastic work!

January 9, 2009 | Unregistered Commenteragent0x0

Thanks guys!

January 9, 2009 | Unregistered CommenterDarkOperator

how to add custom scripts to meterpreter ???

March 17, 2009 | Unregistered CommenterAbhishek kumar

got the answer

meterpreter > run script.rb

March 17, 2009 | Unregistered CommenterAbhishek kumar

PostPost a New Comment

Enter your information below to add a new comment.
Author Email (optional):
Author URL (optional):
Post:
 
All HTML will be escaped. Hyperlinks will be created for URLs automatically.