InterviewSolution
| 1. |
What Is The Auxiliary Module System? |
|
Answer» The Auxiliary module system is essentially a collection of exploits and modules that add to the core capability of the framework. Exploits that don’t have PAYLOADS, such as Microsoft SRV.SYS Mailslot Write Corruption and Microsoft RRAS InterfaceAdjustVLSPointers NULL Dereference, are part of this system. More IMPORTANTLY, recon modules that allow scanning of remote systems and fingerprinting them are also present as auxiliary modules. For instance, one of the auxiliary modules SCANS a range of systems for the presence of UDP ports, and decodes six protocols and displays them at the console.Another module performs fingerprinting of Windows systems USING the SMB protocol. The Auxiliary module system is essentially a collection of exploits and modules that add to the core capability of the framework. Exploits that don’t have payloads, such as Microsoft SRV.SYS Mailslot Write Corruption and Microsoft RRAS InterfaceAdjustVLSPointers NULL Dereference, are part of this system. More importantly, recon modules that allow scanning of remote systems and fingerprinting them are also present as auxiliary modules. For instance, one of the auxiliary modules scans a range of systems for the presence of UDP ports, and decodes six protocols and displays them at the console.Another module performs fingerprinting of Windows systems using the SMB protocol. |
|