What is Hyena and what can it be used for?
What will be an ideal response?
Hyena is an excellent GUI product for managing and securing Microsoft OSs. The interface is easy to use and gives security professionals a wealth of information. With just a click,you can look at the shares and user logon names for Windows servers and domain controllers. If any domains or workgroups are on the network, this tool displays them, too. Hyena can also display a graphical representation of the following areas:
- Microsoft Terminal Services
- Microsoft Windows Network
- Web Client Network
- Find User/Group
You might also like to view...
What is Ordered lists (ol)?
What will be an ideal response?
________ can be categorized as white-hat, gray-hat, or black-hat depending on their motivation
A) Keyloggers B) Cyberstalkers C) Hackers D) Identity thieves
For an ifstream object A, a class type B and a local variable of type B called C, the proper way to read in one B object from A into C is:
a. A.read( &C, sizeof( B ) ); b. A.read( reinterpret_cast< char * >( &C ), sizeof( B ) ); c. A.read( reinterpret_cast< char * >( &C ), B ); d. A.read( char * ( &C ), sizeof( B ) );
Which of the following fields enables you to add multiple files of different types to a table?
A) Attachment B) Text C) Caption D) OLE