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 20eca18..ee5fdcb 100644 --- a/test/test_software.py +++ b/test/test_software.py @@ -223,7 +223,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)) # unknown s = ps('SSH-2.0-OpenSSH_3.7.1 MegaOperatingSystem 123')