Skip to content

carlospolop/MSF-Credentials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Credentials MSF Plugin

Run all Metasploit POST modules to find credentials inside a session.

Installation

Just download/clone this repo and execute install.sh from its folder.

git clone https://github.com/carlospolop/MSF-Credentials.git
cp credentials.rb /usr/share/metasploit-framework/plugins/

Load

Once installed, load it inside a running msfconsole session executing:

load credentials

Gather Credentials

Once the plugin is loaded you can execute:

all_creds: This will execute every single POST module to gather credentials from the system.

all_creds -s all
all_creds -s 1

sys_creds: This will gather only the hashes of the users.

sys_creds -s all
sys_creds -s 1

Privesc

win_privesc

Execute some useful POST modules to find a way to escalate privileges in Windows

win_privesc -s all
win_privesc -s 1

For more information about privilege escalation in Windows read Windows Full Local Privilege Escalation Guide

For more information about privilege escalation in Linux read Linux Full Local Privilege Escalation Guide

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages