Here is a selection of tools to install on a Kali Linux distribution 64 bits (https://www.kali.org/)
Kali Linux Tools Listing : https://tools.kali.org/tools-listing
- Ensure you have root access via SSH
- Install Ansible on your local machine
- Install : apt-get install -y openssh-server git ansible sshpass
- Clone the repository to your local machine:
git clone https://github.com/NoHackMe05/pentester_tools.git - cd pentester_tools
- Replace
127.0.0.1with the IP address of the host to provision in thekali_bionicsection ofinventory.ini - Run the playbook:
ansible-playbook -i inventory.ini -u root --ask-pass -l kali_bionic playbook.yml
Several directories can also be found which include pre-compiled binaries and files to aid with post-exploitation:
| Path | Description |
|---|---|
/usr/share/linux-binaries |
Pre-compiled Linux binaries for post-exploitation (such as pspy) |
/usr/share/windows-binaries |
Pre-compiled Windows binaries for post-exploitation (such as Mimikatz) |
Make a backup copy of the file /etc/ssh/sshd_config
Open this file and replace the line: PermitRootLogin prohibit-password -> PermitRootLogin yes
After saving, you must restart the SSH server: service ssh restart
For security, once the script ansible launched, it is necessary to reset the initial configuration.
You must start the installation of LAZY script manually.
cd /opt/lazyscript
Launch : ./install.sh
You must start the installation of TheFatRat manually.
cd /opt/thefatrat
Launch : ./setup.sh
Launch : ./pycharm.sh