This commit is contained in:
2023-12-11 09:30:13 +01:00
parent bfb383ec61
commit 67045c6ba0
3 changed files with 12 additions and 4 deletions

View File

@@ -10,6 +10,8 @@ import socket
import sys
import pdb
# CVE-2018-15473 (OpenSSH 7.7)
class InvalidUsername(Exception):
pass