From 8018209dd1a3126be070c18a00a59eb9d27341a9 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Wed, 26 Oct 2016 05:52:58 +1100 Subject: [PATCH] Fixed typos --- README.md | 2 +- test/test_software.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7830cc5..68b9b78 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ usage: ssh-audit.py [-bnv] [-l ] - implement full SSH1 support with fingerprint information - automatically fallback to SSH1 on protocol mismatch - add new options to force SSH1 or SSH2 (both allowed by default) - - parse banner information and convert it to specific sofware and OS version + - parse banner information and convert it to specific software and OS version - do not use padding in batch mode - several fixes (Cisco sshd, rare hangs, error handling, etc) diff --git a/test/test_software.py b/test/test_software.py index 4b7ca75..141ffec 100644 --- a/test/test_software.py +++ b/test/test_software.py @@ -225,7 +225,7 @@ class TestSoftware(object): assert s.display(False) == str(s) assert repr(s) == '' - def test_sofware_os(self): + def test_software_os(self): ps = lambda x: self.ssh.Software.parse(self.ssh.Banner.parse(x)) # noqa # unknown s = ps('SSH-2.0-OpenSSH_3.7.1 MegaOperatingSystem 123')