June 2012
Intermediate to advanced
268 pages
6h 8m
English
In the previous recipe, we learned about developing a complete exploit module for Metasploit using the available proof of concept. In this recipe, we will save the module in an appropriate location and then test it to see whether everything goes fine.
It is very essential to take care of the folder where we are going to store our exploit module. This can help you in keeping a track of different modules and also facilitates the framework in understanding the basic module usage. Now that you have the complete module script, let us find out an appropriate location to save it.
As this is an exploit module, targeting the Windows operating system which affects a particular file format, ...
Read now
Unlock full access