-
-
Notifications
You must be signed in to change notification settings - Fork 159
How to use
Arsenio Aguirre edited this page Oct 20, 2020
·
19 revisions
How to use pentest tools inside docker image.
Enter to crackmapexec directory and run:
$ cd /tools/windows/CrackMapExec
$ pipenv install
$ pipenv shell
$ python setup.py install
$ cme smb x.x.x.x (Example)Enter to crowbar directory and run:
$ cd /tools/brute\ force/crowbar
$ pipenv --three
$ pipenv shell
$ pipenv install paramiko
$ ./crowbar.py --helpEnter to Photon directory and run:
$ cd /tools/crawler/photon
$ pipenv --three
$ pipenv install
$ pipenv shell
$ python3 photon.pyEnter to XSStrike directory and run:
$ cd /tools/owasp/XSStrike
$ pipenv --three
$ pipenv install
$ pipenv shell
$ python3 xsstrike.pyEnter to gitGraber directory and run:
$ cd /tools/git\ repositories\gitGraber
$ pipenv --three
$ pipenv install
$ pipenv shell
$ python3 gitGraber.pyEnter to massdns directory and run:
$ cd /tools/recon/massdns
$ make