========
Examples
========
The following example playbooks require an installed `Metasploitable2 `_ virtual machine and
a `Kali Linux `_ with some packages installed:
* AttackMate
* NMap
* THC Hydra
* Metasploit
* nikto
* curl
.. note::
   It is advised to copy the example playbooks to the directory "./playbooks"
Prepare Kali-Linux:
::
  $ sudo apt install nikto nmap curl seclists hydra
  $ cp -r examples playbooks
Playbooks
---------
* `HTTP-client example `_
* `Include command example `_
* `Only If example `_
* `SSH/SFTP example `_
* `Upgrade meterpreter shell `_
* `Fileshare via webserv example `_
* `Command injection and MSF multi handler example `_