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

Allow input of username, password, and domain via QInputDialog at exec #81

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

mcjon3z
Copy link
Contributor

@mcjon3z mcjon3z commented Oct 26, 2017

Parameters to insert in config file:
[INPUT_USERNAME]
[INPUT_PASSWORD]
[INPUT_DOMAIN]

Example config file entry:
smb-extract-hashes=Extract hashes, crackmapexec -u [INPUT_USERNAME] -p [INPUT_PASSWORD] -d [INPUT_DOMAIN] --ntds drsuapi [IP], "netbios-ssn,microsoft-ds"

Parameters to insert in config file:
[INPUT_USERNAME]
[INPUT_PASSWORD]
[INPUT_DOMAIN]

Example config file entry:
smb-extract-hashes=Extract hashes, crackmapexec -u [INPUT_USERNAME] -p [INPUT_PASSWORD] -d [INPUT_DOMAIN] --ntds drsuapi [IP], "netbios-ssn,microsoft-ds"
* master:
  Update README.md
  Removed QtWebKit dependency (closes SECFORCE#94). Improved HTTPS/HTTP detection (closes SECFORCE#90). Removed check for ms08-067 from smbenum.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant