User Tools

Site Tools


blog:htb_linux_fundamentals

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
blog:htb_linux_fundamentals [2024/06/15 07:42] – Expanded hacktheplanetblog:htb_linux_fundamentals [2024/09/04 18:47] (current) – external edit 127.0.0.1
Line 68: Line 68:
 **What is the type of the service of the "syslog.service"?** \\ **What is the type of the service of the "syslog.service"?** \\
 ''systemctl show syslog.service -p Type'' ''systemctl show syslog.service -p Type''
 +
 +**Find a way to start a simple HTTP server inside Pwnbox or your local VM using “npm”. Submit the command that starts the web server on port 8080 (use the short argument to specify the port number).**\\
 +''http-server -p 8080''
 +
 +**Find a way to start a simple HTTP server inside Pwnbox or your local VM using “php”. Submit the command that starts the web server on the localhost (127.0.0.1) on port 8080.**\\
 +''php -s 127.0.0.1:8080''
 +
 +**How many partitions exist in our Pwnbox? (Format: 0)**\\
 +''3''
  
  
blog/htb_linux_fundamentals.1718437329.txt.gz · Last modified: 2024/09/04 18:43 (external edit)