hposton / python-for-cybersecurity

This repository holds the Python scripts discussed in the Infosec Institute's Python for Cybersecurity learning Path
GNU General Public License v3.0
303 stars 193 forks source link

Part 3.1 Script in video does not match script in repository #7

Open rvrlx opened 1 year ago

rvrlx commented 1 year ago

The script inside the Infosec Github repo, named "test_default_creds.py" does not match the script which is demonstrated in the accompanying video. The version in the video is also named differently, i.e. "TestDefaultCredentials.py".

TestDefaultCredentials.py appears to be an improved version.

Both scripts do essentially the same thing. However, there are significant differences between the script in the repo and the script in the video, which may negatively impact a beginner's learning experience.

ianp89 commented 1 month ago

Yes, specifically the telnet function is quite different, and I believe there is a one-line difference in the SSH tester.