Hack The Box Eloquia — Writeup
How to find out the machine hardware name - ANS>>uname -m (machine)
vv vv vv vv vv vv vv vv vv vv vv
Or
Cat /etc/issue
vv
What is the path to htb-student's home directory? - ANS>>pwd
vv vv vv vv vv vv vv vv vv vv
#output
/home/htb-student
What is the path to the htb-student's mail? - ANS>>/var/mail/htb-student
vv vv vv vv vv vv vv vv vv
Which shell is specified for the htb-student user? - ANS>>/bin/bash
vv vv vv vv vv vv vv vv vv
Which kernel version is installed on the system? - ANS>>Uname -ve
vv vv vv vv vv vv vv vv vv vv
#output
Returns the version and release info
vv vv vv vv vv
What is the name of the network interface that MTU is set to 1500? - ANS>>ifconfig
vv vv vv vv vv vv vv vv vv vv vv vv vv vv vv
#output vv
ens192
HOW TO LIST ANY DIRECTORY FROM ANYWHERE & All mode - ANS>>ls -l /etc
vv vv vv vv vv vv vv vv vv vv vv vv vv
Or
ls -la /etc
vv vv
How to find out the machine hardware name - ANS>>uname -m (machine)
vv vv vv vv vv vv vv vv vv vv vv
Or
Cat /etc/issue
vv
What is the path to htb-student's home directory? - ANS>>pwd
vv vv vv vv vv vv vv vv vv vv
#output
/home/htb-student
What is the path to the htb-student's mail? - ANS>>/var/mail/htb-student
vv vv vv vv vv vv vv vv vv
Which shell is specified for the htb-student user? - ANS>>/bin/bash
vv vv vv vv vv vv vv vv vv
Which kernel version is installed on the system? - ANS>>Uname -ve
vv vv vv vv vv vv vv vv vv vv
#output
Returns the version and release info
vv vv vv vv vv
What is the name of the network interface that MTU is set to 1500? - ANS>>ifconfig
vv vv vv vv vv vv vv vv vv vv vv vv vv vv vv
#output vv
ens192
HOW TO LIST ANY DIRECTORY FROM ANYWHERE & All mode - ANS>>ls -l /etc
vv vv vv vv vv vv vv vv vv vv vv vv vv
Or
ls -la /etc
vv vv