# L4. Configuration Services for Pentest. Exercises
## Exercise 1 – FTP*
1. Start the "ftp" service with python and "pyftplib" module
>https://github.com/giampaolo/pyftpdlib
---
## Exercise 2 – Samba*
1. Start the “smbd” service with "impacket"
>https://github.com/SecureAuthCorp/impacket
---
## Exercise 3 – Apache2*
1. Install the Apache2 service
2. Checking status of Web Server
3. Setting Up Virtual Hosts
---
## Exercise 4 – tiny-Web-services*
1. Start web-services with python
1. Start web-services with ruby
1. Start web-services with php