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

Computer Science & Information Technology

You might also like to view...

What is Ordered lists (ol)?

What will be an ideal response?

Computer Science & Information Technology

________ can be categorized as white-hat, gray-hat, or black-hat depending on their motivation

A) Keyloggers B) Cyberstalkers C) Hackers D) Identity thieves

Computer Science & Information Technology

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 ) );

Computer Science & Information Technology

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

Computer Science & Information Technology