You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
segroup.add_argument("--pattern", nargs="+", help="pattern(s) to search for in folders, filenames and file content")
74
+
segroup.add_argument("--regex", nargs="+", help="regex(s) to search for in folders, filenames and file content")
78
75
79
76
files_group=smb_parser.add_argument_group("Files", "Options for remote file interaction")
80
77
files_group.add_argument("--put-file", action="append", nargs=2, metavar="FILE", help="Put a local file into remote target, ex: whoami.txt \\\\Windows\\\\Temp\\\\whoami.txt")
0 commit comments