mirror of
https://github.com/Pennyw0rth/NetExec
synced 2026-06-06 16:34:30 +00:00
nxcdb: fix escaping sequence
This commit is contained in:
committed by
Marshall Hallenbeck
parent
7f5a6f4f50
commit
a2dc03773d
+1
-1
@@ -251,7 +251,7 @@ class DatabaseNavigator(cmd.Cmd):
|
||||
entry = (
|
||||
share[0], # shareID
|
||||
share_host, # hosts
|
||||
f"{user[1]}\{user[2]}", # userID
|
||||
f"{user[1]}\\{user[2]}", # userID
|
||||
share[3], # name
|
||||
share[4], # remark
|
||||
bool(share[5]), # read
|
||||
|
||||
Reference in New Issue
Block a user