Kali Linux – Website Penetration Testing
In this chapter, we will learn about website penetration testing offered by Kali Linux. Vega Usage Vega is a free and open source scanner and testing platform to test the…
In this chapter, we will learn about website penetration testing offered by Kali Linux. Vega Usage Vega is a free and open source scanner and testing platform to test the…
In order to test Chef-Client run, we need to have Chef-Client configured to use the hosted Chef or own hosted server. Running Chef-Client in Debug Mode vipin@server:~$ sudo chef-client -l…
You probably would have seen a couple of times in the previous exercises wherein we had to configure options within Jenkins. The following shows the various configuration options in Jenkins.…
Knife preflight shows details about all the nodes which uses a certain cookbook before uploading it to Chef server. Getting Started In order to get started, we need to have knife-preflight…
Step 1: Downloading and Setting Up Maven The official website for maven is Apache Maven. If you click the given link, you can get the home page of the maven official…
Test kitchen is Chef’s integration testing framework. It enables writing tests, which run after VM is instantiated and converged using the cookbook. The tests run on VM and can verify…
Test Driven Development (TDD) is a way to write unit test before writing any actual recipe code. The test should be real and should validate what a recipe does. It should…
Writing good cookbooks without any issue is quite a difficult task. But there are ways which can help in identifying the pitfalls. Flagging in Chef Cookbook is possible. Foodcritic is…
In case the cookbook is directly deployed and run on the production server, there are high chances that the cookbook can break up in production. The best way to prevent…
Writing Chef cookbooks is always hard. It makes it even harder because of long feedback cycle of uploading them to the Chef server, provisioning a vagrant VM, checking how they…