All Appendix 33 Flashcards
What is the character length of an MD5 hash
32 characters
What is the character length of an SHA1 hash
40 characters
What does NetBIOS stand for
Network Basic Input/Output System
What does SOAP stand for
Simple Object Access Protocol
NetBIOS Session Service Port
139
Port 139
NetBIOS Session Service Port
NetBIOS Datagram Service port
138
Port 138
NetBIOS Datagram Service port
What can you do if you have write permissions on a chrontab
Adding an entry will run it as root
What happens when execute permission is set to “s”
The set user ID is set meaning the person that runs the file has access to system resources as though they are the owner of the file
How can we list processes and their associated network sockets
lsof -l
Where does the finger daemon information derive from
By doing an exact match on the username field in the /etc/passwd file and a partial match in the GECOS field of the /etc/passwd file
How to identify DES algorithm digest
A series of 13 printable ASCII characters (the first two represent the salt itself), max password length is 8 characters
How to identify MD5 algorithm digest
Printable form of MD5 password hashes start with $1$
How to identify SHA1 algorithm digest
Printable form of SHA1 password hashes start with $5$ or $6$ (depending on variant used)
How can we check patch levels on Linux
-rpm -qa
How can we check patch levels on Debian based Linux
dpkg –list
How can we check patch levels on Solaris
pkginfo -x