codepath / cybersecurity

A repo for tracking the progress of our CodePath.org Cybersecurity course content and associated platforms.
6 stars 2 forks source link

week 9 - lab issue #27

Closed RedolentSun closed 6 years ago

RedolentSun commented 6 years ago

https://courses.codepath.com/courses/cybersecurity_university/unit/9#!exercises for Milestone 1: Security-Flavored Net Tools, there are some commands that should be fixed like 'nc -l 2389' should be 'nc -l -p 2389'. Same with 'nc -l 2389 > receieved.txt' is also missing the -p for port. Also it should say after the cat message.txt | nc localhost 2389, window #1 needs to control-c to get out of nc and then run 'cat recieved.txt' to see CodePath Rocks. Also for the port scanning it should be 'nc -zv ' doing it verbosely to see open ports.

melophonic commented 6 years ago

Updated instructions (-p flag seems to be Windows-only)