Skip to content

Commit

Permalink
Merge branch 'main' of github.com:p0dalirius/FindUncommonShares into …
Browse files Browse the repository at this point in the history
…main
  • Loading branch information
p0dalirius committed Feb 18, 2022
2 parents f231916 + 7af7ad3 commit 4fd6298
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FindUncommonShares.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
COMMON_SHARES = [
"C$", "D$",
"ADMIN$", "IPC$",
"PRINT$", "FAX$",
"PRINT$", "print$",
"fax$", "FAX$",
"SYSVOL", "NETLOGON"
]

Expand Down

0 comments on commit 4fd6298

Please sign in to comment.