Question

What is the hostname of your RPi? What is a Class C internet address? What is...

What is the hostname of your RPi?

What is a Class C internet address?

What is a non-routable IP address?

What is the internet or exposed IP address of your RPi (not the Class C address)?

Provide a screen shot of how you determined what your internet IP address is.

What command did you use to identify your internet IP address?

What command did you use to create c0ntr07?

What command did you use to create the password?

How can you create a new user and set the password in a single command?

What command did you use to grant it sudo access?

What shell was initial provisioned?

Show a screen shot of the prompt.

Show a screen shot of the prompt after setting the shell to bash.

Hackthebox.eu

What is the difference between encoding and encryption?

What encoding was your text in?

How did you decode your text?

What Linux command(s) could you use to decode base64?

What Linus command(s) could you use to decode Rot13?

What is your hackthebox.eu username?

Provide a screenshot of all the vulnerable servers you can see on hackthebox.eu.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

1.What is the hostname of your RPi?

Ans:- The hostname of RPi is raspberrypi by default. The host name will be visible on the terminal by using ‘hostname’ command. We can also change the default hostname under advance option in raspi-config. The hostname must contain only letters, numbers and hyphen(-).

2.What is a Class C internet address?

Ans:- At first we discuss about Internet Address.

          Internet Address : An Internet Address is a unique number that uniquely identify a computer or another device on the internet. Internet Address uniquely identify the source and destination of data that is transmitted through the Internet Protocol.

There are five classes of internet address. These are Class A, Class B, Class C, Class D, Class E. Here, each class allows a range of valid Internet Address.

Class C Internet Address:

The Address range of Class C internet address is 192.0.1.1 to 223.255.254.254. It supports 254 hosts on each of 2 million network.

3. What is a non-routable IP address?

Ans:-The non-routable IP address are allocated internally to devices on a private network. In non-routable IP address, routers in the public or global internet will reject any data packets with source or destination IP addresses which are in the private range. This is why they are said to be non-routable IP address as routers will not forward them on.

4.What is the internet or exposed IP address of your RPi (not the Class C address)?

Ans:- To find the internet or exposed IP address of your RPi, you have to open LXTerminal window and type the following command –

sudo ifconfig

then besides wlan0 entry you can find the IP address of your RPi.

5.Provide a screen shot of how you determined what your internet IP address is.

Ans:- Ip address is a unique number that uniquely identify a computer on the internet. So,It cannot be share with others.So, you can follow the steps to find your IP address.

Step 1: You have to click on start button and then type CMD in the search box and Select Command prompt.

Step 2: Next a new window will open and you have to type ipconfig and then press Enter.

Afterthat you will see your internet IP address.

6.What command did you use to identify your internet IP address?

Ans: To identify internet IP address the command is ipconfig and then press Enter to show the Ip address.

7.What command did you use to create the password?

Ans:- To create a password you can use “enable password” command in global configuration mode.

8.What is the difference between encoding and encryption?

Ans:- Encoding is used to enable data usability.It is a technique that transform data into other format so that it can be consumed by numarious system.There is no use of keys in encoding.

Whereas encryption is used to maintain the data secure and confendential and it requires the use of keys.

Add a comment
Know the answer?
Add Answer to:
What is the hostname of your RPi? What is a Class C internet address? What is...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • I need screenshots of every step please Case Projects Case Project 7-1: Use SSH in Ubuntu...

    I need screenshots of every step please Case Projects Case Project 7-1: Use SSH in Ubuntu In this project, you learn to use SSH in Ubuntu. Using the Ubuntu VMs you created in the case projects in Chapters 2 and 3, follow the steps to use SSH. Using the VM that has Ubuntu Server installed, do the following: 1. Start the VM and log on 2. SSH is included in Ubuntu Server but is not installed. Enter this command to...

  • Using Linux Create a custom banner that displays the following information when you log into your...

    Using Linux Create a custom banner that displays the following information when you log into your normal user’s shell (hint: edit ~/.bashrc): “Hello USER” – (make use of the USER environment variable to get the username) “Welome to HOSTNAME” (make use of the HOSTNAME environment variable) System uptime System’s private IP addresses (not full blown ifconfig output, but just a line for each interface that says “The IP address for ETHX is: XXX.XXX.XXX.XXX” – hint: use the grep and awk...

  • Project 4-3: In the following steps, you will learn more about the PING (Packet Internet Grouper)...

    Project 4-3: In the following steps, you will learn more about the PING (Packet Internet Grouper) utility, which can be used on a network running IPv4 to verify that TCP/IP is configured correctly and communicating with the network. A ping test is typically the first thing network professionals try when troubleshooting a TCP/IP connection problem. For this project, you can use any type of workstation that's running TCP/IPv4, preferably one connected to the Internet. The output described in the following...

  • On your Fedora Linux virtual machine, switch to a command-line terminal (tty2) by pressing Ctrl+Alt+F2 and...

    On your Fedora Linux virtual machine, switch to a command-line terminal (tty2) by pressing Ctrl+Alt+F2 and log in to the terminal using the user name of root and the password of LNXrocks!. At the command prompt, type cat /etc/shadow and press Enter. Record the encrypted password for bozo’s user account. At the command prompt, type passwd –l bozo and press Enter to lock bozo’s user account. At the command prompt, type cat /etc/shadow and press Enter. What has been changed...

  • HOMEWORK 4

    Each (1-13) question is 5 points: 1.      How many bits are in a MAC address?2.       3.      How many bits are in an IPv4 IP address? 4.      When using DSL modem to connect to the Internet, the data transmission shares the cabling with what other technology? 5.      Which type of networking cable is more reliable, STP or UTP? Which is used more on LANs? 6.      Which TCP/IP protocol that manages packet delivery guarantees that delivery? Which protocol does not guarantee delivery, but is faster? 7.      Which...

  • Cybersecurity Fundamentals Lab #9: Access ControlName: ____________________ If your Kali VM is already up and running,...

    Cybersecurity Fundamentals Lab #9: Access ControlName: ____________________ If your Kali VM is already up and running, login to the root account on the VM via ssh. It does not matter whether you use a command line or GUI sshclient. If your VM is not currently up, use the vSphere web client to start your VM before logging into it via ssh.1: Create an Unprivileged User For some labs, including this one, we will need a non-root user account on the...

  • Login to Suse Linux as root. Complete the task working as the root user. 1. What...

    Login to Suse Linux as root. Complete the task working as the root user. 1. What is your current directory. What did you enter at the command prompt to determine your current working directory? 2. Change directories if needed to find your foods (or food) file. Use vi to make the file contain 10 food items. Save your file and quit. Use the cat command, and option, and the argument food to display the food file with numbered lines. Use...

  • . Long on to a PC with the administrator account, or an account that has administrator privilege....

    . Long on to a PC with the administrator account, or an account that has administrator privilege. Please take a note of your system information and location where you perform the lab. Open the command prompt. For Windows 10, type cmd in Cortona. For Windows XP. choose Start à Run, and type cmd in the Open field. For Windows 7, click on Start, enter cmd in "Search program and file, and choose "cmd.exe from search result. For Windows 8 press...

  • Packet Tracer Open the Packet Tracer program on your PC. Map a simple network. Include two...

    Packet Tracer Open the Packet Tracer program on your PC. Map a simple network. Include two PCs, a switch, a router and a server. Wire this network using Copper Straight-Through Cable. Take a screenshot of the cabled topology and place it below. Assign IP addresses to each PC, the server and the router interface connected to the switch. This can be any IP address, but I suggest a classful private IP address scheme. From PC0, ping the Default Gateway. Take...

  • Networking This week we focus on introducing Networking & Terminologies. Answer the following Questions? 1. What...

    Networking This week we focus on introducing Networking & Terminologies. Answer the following Questions? 1. What is a Network? outline the two network media you know? 2. Why do we setup a network? 3. What does ISO do? 4. Name the various network typologies you learned about in class? 5. What doe LAN stand for? Practical you did in class? · What command did you use to get your IP address? o What command did you use to get your...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT