fgdump correct answers A utility for dumping passwords on Windows NT/2000/XP/2003
machines
Reserved Internal IPs correct answers 10.0.0.0/8 (10.0.0.0-10.255.255.255) : Private
127.0.0.0/8 (127.0.0.0-127.255.255.255) : Local Host Loopback
172.16.0.0/12 (172.16.0.0-172.31.255.255) : Private
192.168.0.0/16 (192.168.0.0-192.168.255.255) : Private
Symmetric Encryption correct answers DES/3DES
AES
Twofish
Blowfish
Serpent
IDEA
RC4, RC5, RC6
CAST
Asymmetric Encryption correct answers RSA
El Gamal
ECC Eliptic Curve
Diffie-Helman (Key Exchange)
Paillier
,Merkle-Helman
Cramer-Shoup
Oracle Default Credentials correct answers --Username | Password--
SYSTEM | MANAGER
ANONYMOUS | ANONYMOUS
SCOTT | TIGER
OLAPSYS | MANAGER
SYS | CHANGE_ON_INSTALL
TTL for Windows correct answers 128
TTL for Linux correct answers 64
TTL for Networking Devices / Solaris correct answers 255
Cisco Password Encryption correct answers secret 4 : Crappy SHA256
secret 5 : Salted MD5
secret 7: Crappy Cisco encryption to prevent cleartext in the config
secret 8 : PBKDF2 (Password-Based Key Derivation Function 2) *bruteforce target*
secret 9 : scrypt (BINGO)
SMTP Requests correct answers MAIL
RCPT
DATA
SNMP Requests correct answers Get
,GetNext
Set
GetBulk
Response
Trap
Inform
SQL Injections (Escape Characters) correct answers ' OR '1' = '1' --
' OR '1' = '1' {
' OR '1' = '1' /*
SQL Injections (Type Handling) correct answers 1;DROPTABLE users
Linux File Permissions correct answers drwxrwxrwx 2 user(owner) group size date filename
d | rwx | rwx | rwx
Filetype | User | Group | Everyone
Linux Command : Change Password correct answers passwd <user>
Linux Command : Find Files of Type correct answers find . -type f -iname '*.pdf'
locate '*.pdf'
Linux File System Structure correct answers /bin - User Binaries
/boot - Bootup related files
/dev - Interface for system devices
/etc - System Config Files
, /home - Base directory for user files
/lib - Critical software libraries
/opt - Third party software
/proc - System and running processes
/root - Home for root
/sbin - Sys Admin binaries
/tmp - Temporary Files
/usr - Less critical files
/var - Variable system files
Solaris Command : Process Listing correct answers prstat -a
Solaris Command : Services and Status correct answers svcs -a
Solaris Command: Start Service (Admin) correct answers svcadm start <service>
NT 3.1 Versions correct answers Windows NT 3.1 (All)
NT 3.5 Versions correct answers Windows NT 3.5 (All)
NT 3.51 Versions correct answers Windows NT 3.51 (All)
NT 4.0 Versions correct answers Windows NT 4.0 (All)
NT 5.0 Versions correct answers Windows 2000 (All)
NT 5.1 Versions correct answers Windows XP (Home, pro, MC, Tablet, PC, Starter, Embedded)