-
-
Notifications
You must be signed in to change notification settings - Fork 148
How to use
Arsenio Aguirre edited this page Apr 2, 2020
·
19 revisions
How to use pentest tools inside docker image.
Enter to impacket directory and run:
$ cd /tools/CrackMapExec
$ pipenv shell
$ python setup.py install
$ cme smb x.x.x.x (Example)
Enter to SMBMap directory and run:
$ cd /tools/impacket
$ pipenv --python 3.6
$ pipenv install
$ pipenv shell
$ cd examples
$ ./GetNPUsers.py contoso.com/john.doe -no-pass