Lab 12.2
Hi,
I exercised Lab.12.2 today and found that the Lab didn't work for me at first .
From secondary machine , I did;# nc main.example.com 80
but received the message like;
[student@secondary Desktop]$ nc main 80 GET / HTTP/1.1 Host: foo.example.com Referrer: secondary.example.com User-Agent: test-browser HTTP/1.1 400 Bad Request Date: Sun, 04 Jul 2021 08:16:35 GMT Server: Apache/2.4.37 (centos) Content-Length: 226 Connection: close Content-Type: text/html; charset=iso-8859-1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>400 Bad Request</title> </head><body> Bad Request Your browser sent a request that this server could not understand.
The main machine (httpd works) says;
10.0.2.20 - - [04/Jul/2021:17:16:35 +0900] "GET / HTTP/1.1\n" 400 226 "-" "-"
The problem is unnecessary "\n"
so I excuted netcat with the option "-C" and works well
[student@secondary Desktop]$ nc -C main 80 GET / HTTP/1.1 Host: foo.example.com Referrer: secondary.example.com User-Agent: test-browser HTTP/1.1 200 OK Date: Sun, 04 Jul 2021 08:20:51 GMT Server: Apache/2.4.37 (centos) Last-Modified: Sat, 15 May 2021 23:48:43 GMT ETag: "14-5c26700209e14" Accept-Ranges: bytes Content-Length: 20 Content-Type: text/html; charset=UTF-8 The test page works
Thanks.
Comments
-
Thank you for posting the issue.
I can confirm the problem was duplicated and a change to the lab will be submitted.I also found that typing too slowly will trigger a timeout condition. To avoid the timeout create a file with the commands and pipe the file into the nc command.
My file:
[root@sec ~]# cat 12.2.cmds
GET / HTTP/1.1
Host: node.example.com
Referrer: foo.example.com
User-Agent: test-browserThe command becomes:
$sudo echo 12.2.cmds | nc -C main.example.com 80
Thank you for your input.
0
Categories
- All Categories
- 177 LFX Mentorship
- 177 LFX Mentorship: Linux Kernel
- 768 Linux Foundation IT Professional Programs
- 379 Cloud Engineer IT Professional Program
- 175 Advanced Cloud Engineer IT Professional Program
- 75 DevOps IT Professional Program - Discontinued
- 7 DevOps & GitOps IT Professional Program
- 101 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 4 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 11 Cloud & Containers Training
- 1 Cybersecurity Training
- 2 DevOps & Site-Reliability Training
- 1 Linux Kernel Development Training
- 1 Networking Training
- 2 Open Source Best Practice Training
- 3 System Administration Training
- 1 System Engineering Training
- 1 Web & Application Development Training
- 796 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 91 Storage
- 771 Linux Distributions
- 81 Debian
- 68 Fedora
- 23 Linux Mint
- 13 Mageia
- 24 openSUSE
- 151 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 120 Mobile Computing
- 20 Android
- 85 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 395 Off Topic
- 121 Introductions
- 30 Study Material
- 1K Programming and Development
- 310 Kernel Development
- 693 Software Development
- 1K Software
- 400 Applications
- 182 Command Line
- 5 Compiling/Installing
- 69 Games
- 318 Installation
- Archived
- 183 Small Talk
- 2 LFD140 Class Forum
- 1.4K LFS258 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)
