diff --git a/nxc/protocols/ftp/database.py b/nxc/protocols/ftp/database.py index 613e6d1d..aff68bc2 100644 --- a/nxc/protocols/ftp/database.py +++ b/nxc/protocols/ftp/database.py @@ -74,7 +74,7 @@ class database: print( f""" [-] Error reflecting tables for the {self.protocol} protocol - this means there is a DB schema mismatch - [-] This is probably because a newer version of nxc is being ran on an old DB schema + [-] This is probably because a newer version of nxc is being run on an old DB schema [-] Optionally save the old DB data (`cp {self.db_path} ~/nxc_{self.protocol.lower()}.bak`) [-] Then remove the {self.protocol} DB (`rm -f {self.db_path}`) and run nxc to initialize the new DB""" ) diff --git a/nxc/protocols/ldap/database.py b/nxc/protocols/ldap/database.py index 769254b5..9ca4b740 100644 --- a/nxc/protocols/ldap/database.py +++ b/nxc/protocols/ldap/database.py @@ -54,7 +54,7 @@ class database: print( f""" [-] Error reflecting tables for the {self.protocol} protocol - this means there is a DB schema mismatch - [-] This is probably because a newer version of nxc is being ran on an old DB schema + [-] This is probably because a newer version of nxc is being run on an old DB schema [-] Optionally save the old DB data (`cp {self.db_path} ~/nxc_{self.protocol.lower()}.bak`) [-] Then remove the nxc {self.protocol} DB (`rm -f {self.db_path}`) and run nxc to initialize the new DB""" ) diff --git a/nxc/protocols/mssql/database.py b/nxc/protocols/mssql/database.py index b49fc244..4782e8bb 100755 --- a/nxc/protocols/mssql/database.py +++ b/nxc/protocols/mssql/database.py @@ -77,7 +77,7 @@ class database: print( f""" [-] Error reflecting tables for the {self.protocol} protocol - this means there is a DB schema mismatch - [-] This is probably because a newer version of nxc is being ran on an old DB schema + [-] This is probably because a newer version of nxc is being run on an old DB schema [-] Optionally save the old DB data (`cp {self.db_path} ~/nxc_{self.protocol.lower()}.bak`) [-] Then remove the {self.protocol} DB (`rm -f {self.db_path}`) and run nxc to initialize the new DB""" ) diff --git a/nxc/protocols/rdp/database.py b/nxc/protocols/rdp/database.py index e1befdd5..7a34c5a5 100644 --- a/nxc/protocols/rdp/database.py +++ b/nxc/protocols/rdp/database.py @@ -57,7 +57,7 @@ class database: print( f""" [-] Error reflecting tables for the {self.protocol} protocol - this means there is a DB schema mismatch - [-] This is probably because a newer version of nxc is being ran on an old DB schema + [-] This is probably because a newer version of nxc is being run on an old DB schema [-] Optionally save the old DB data (`cp {self.db_path} ~/nxc_{self.protocol.lower()}.bak`) [-] Then remove the {self.protocol} DB (`rm -f {self.db_path}`) and run nxc to initialize the new DB""" ) diff --git a/nxc/protocols/smb/database.py b/nxc/protocols/smb/database.py index d11736d8..f32d7bee 100755 --- a/nxc/protocols/smb/database.py +++ b/nxc/protocols/smb/database.py @@ -193,7 +193,7 @@ class database: print( f""" [-] Error reflecting tables for the {self.protocol} protocol - this means there is a DB schema mismatch - [-] This is probably because a newer version of nxc is being ran on an old DB schema + [-] This is probably because a newer version of nxc is being run on an old DB schema [-] Optionally save the old DB data (`cp {self.db_path} ~/nxc_{self.protocol.lower()}.bak`) [-] Then remove the {self.protocol} DB (`rm -f {self.db_path}`) and run nxc to initialize the new DB""" ) diff --git a/nxc/protocols/ssh/database.py b/nxc/protocols/ssh/database.py index 80a3dd87..f38ab45a 100644 --- a/nxc/protocols/ssh/database.py +++ b/nxc/protocols/ssh/database.py @@ -99,7 +99,7 @@ class database: print( f""" [-] Error reflecting tables for the {self.protocol} protocol - this means there is a DB schema mismatch - [-] This is probably because a newer version of nxc is being ran on an old DB schema + [-] This is probably because a newer version of nxc is being run on an old DB schema [-] Optionally save the old DB data (`cp {self.db_path} ~/nxc_{self.protocol.lower()}.bak`) [-] Then remove the nxc {self.protocol} DB (`rm -f {self.db_path}`) and run nxc to initialize the new DB""" ) diff --git a/nxc/protocols/vnc/database.py b/nxc/protocols/vnc/database.py index 8c3ae58e..0be660c7 100644 --- a/nxc/protocols/vnc/database.py +++ b/nxc/protocols/vnc/database.py @@ -62,7 +62,7 @@ class database: print( f""" [-] Error reflecting tables for the {self.protocol} protocol - this means there is a DB schema mismatch - [-] This is probably because a newer version of nxc is being ran on an old DB schema + [-] This is probably because a newer version of nxc is being run on an old DB schema [-] Optionally save the old DB data (`cp {self.db_path} ~/nxc_{self.protocol.lower()}.bak`) [-] Then remove the {self.protocol} DB (`rm -f {self.db_path}`) and run nxc to initialize the new DB""" ) diff --git a/nxc/protocols/winrm/database.py b/nxc/protocols/winrm/database.py index fccab513..d361ae85 100644 --- a/nxc/protocols/winrm/database.py +++ b/nxc/protocols/winrm/database.py @@ -82,7 +82,7 @@ class database: print( f""" [-] Error reflecting tables for the {self.protocol} protocol - this means there is a DB schema mismatch - [-] This is probably because a newer version of nxc is being ran on an old DB schema + [-] This is probably because a newer version of nxc is being run on an old DB schema [-] Optionally save the old DB data (`cp {self.db_path} ~/nxc_{self.protocol.lower()}.bak`) [-] Then remove the {self.protocol} DB (`rm -f {self.db_path}`) and run nxc to initialize the new DB""" ) diff --git a/nxc/protocols/wmi/database.py b/nxc/protocols/wmi/database.py index 769254b5..9ca4b740 100644 --- a/nxc/protocols/wmi/database.py +++ b/nxc/protocols/wmi/database.py @@ -54,7 +54,7 @@ class database: print( f""" [-] Error reflecting tables for the {self.protocol} protocol - this means there is a DB schema mismatch - [-] This is probably because a newer version of nxc is being ran on an old DB schema + [-] This is probably because a newer version of nxc is being run on an old DB schema [-] Optionally save the old DB data (`cp {self.db_path} ~/nxc_{self.protocol.lower()}.bak`) [-] Then remove the nxc {self.protocol} DB (`rm -f {self.db_path}`) and run nxc to initialize the new DB""" )