LINUX FUNDAMENTALS htb academy



LINUX FUNDAMENTALS htb academy

LINUX FUNDAMENTALS htb academy

Find out the machine hardware name and submit it as the answer.
What is the path to htb-student’s home directory?
What is the path to the htb-student’s mail?
Which shell is specified for the htb-student user?
Which kernel version is installed on the system? (Format: 1.22.3)
What is the name of the network interface that MTU is set to 1500?
Which option needs to be set to create a home directory for a new user using “useradd” command?
Which option needs to be set to lock a user account using the “usermod” command? (long version of the option)
Which option needs to be set to execute a command as a different user using the “su” command? (long version of the option)
Use “systemctl” command to list all units of services and submit the unit name with the description “Load AppArmor profiles” as the answer.
Find a way to start a simple HTTP server using “npm”. Submit the command that starts the web server on port 8080 (use the short argument to specify the port number).
Find a way to start a simple HTTP server using “php”. Submit the command that starts the web server on the localhost (127.0.0.1) on port 8080.
What is the name of the hidden “history” file in the htb-user’s home directory?
What is the index number of the “sudoers” file in the “/etc” directory?
What is the name of the last modified file in the “/var/backups” directory?
What is the inode number of the “shadow.bak” file in the “/var/backups” directory?
What is the name of the config file that has been created after 2020-03-03 and is smaller than 28k but larger than 25k?
How many files exist on the system that have the “.bak” extension?
Submit the full path of the “xxd” binary.
How many files exist on the system that have the “.log” file extension?
How many total packages are installed on the target system?
How many services are listening on the target system on all interfaces? (Not on localhost and IPv4 only)
Determine what user the ProFTPd server is running under. Submit the username as the answer.
Use cURL from your Pwnbox (not the target machine) to obtain the source code of the “https://www.inlanefreight.com” website and filter all unique paths of that domain. Submit the number of these paths as the answer.

Comments are closed.