Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module that changes a user's passwords by editing the SAM registry #7685

Merged
merged 9 commits into from Dec 16, 2016

Commits on Dec 9, 2016

  1. Initial Commit

    This module "carves" a hash in the registries to set it as a user password.
    
    The benefits are:
    1/ It doesn't change the password last change field
    2/ You can set a hash directly, so you can change  a user's password and revert it without cracking its hash.
    
    I have tested it in Windows 7, and 8.1. Should work on every version though.
    
    Usage:
     run post/windows/manage/hashcarve user=test pass=<password>
     run post/windows/manage/hashcarve user=test pass=<nthash>
     run post/windows/manage/hashcarve user=test pass=<lmhash:nthash>
    
    This work is based on the hashdump implementation.
    p3nt4 committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    fb360e6 View commit details
    Browse the repository at this point in the history
  2. Corrected status prints

    p3nt4 committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    586b2d9 View commit details
    Browse the repository at this point in the history
  3. Struggling with tidyness

    p3nt4 committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    c898e76 View commit details
    Browse the repository at this point in the history
  4. I'll get there!

    p3nt4 committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    74c48f5 View commit details
    Browse the repository at this point in the history
  5. One left!

    p3nt4 committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    7b4dce5 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2016

  1. Better Error Handling

    p3nt4 committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    3e80ee1 View commit details
    Browse the repository at this point in the history
  2. Update hashcarve.rb

    p3nt4 committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    deec6ec View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2016

  1. Added Documentation

    p3nt4 committed Dec 16, 2016
    Configuration menu
    Copy the full SHA
    4bfbd01 View commit details
    Browse the repository at this point in the history
  2. Update doc

    p3nt4 committed Dec 16, 2016
    Configuration menu
    Copy the full SHA
    a3d13d2 View commit details
    Browse the repository at this point in the history