-
-
Notifications
You must be signed in to change notification settings - Fork 148
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 --help
Enter to Photon directory and run:
$ cd /tools/crawler/photon
$ pipenv --three
$ pipenv install
$ pipenv shell
$ python3 photon.py
Enter to XSStrike directory and run:
$ cd /tools/owasp/XSStrike
$ pipenv --three
$ pipenv install
$ pipenv shell
$ python3 xsstrike.py
Enter to gitGraber directory and run:
$ cd /tools/git\ repositories\gitGraber
$ pipenv --three
$ pipenv install
$ pipenv shell
$ python3 gitGraber.py
Enter to massdns directory and run:
$ cd /tools/recon/massdns
$ make