-
-
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 CrackMapExec 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/smbmap
$ pipenv --python 3.6
$ pipenv install
$ pipenv shell
$ ./smbmap.py -H x.x.x.x -u username -p password (Example)