Update PowerHuntShares.psm1

small update to secrets word list.
This commit is contained in:
Scott Sutherland 2024-07-19 10:52:22 -05:00 committed by GitHub
parent 42188422fd
commit f810b06fd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@
#-------------------------------------- #--------------------------------------
# Author: Scott Sutherland, 2024 NetSPI # Author: Scott Sutherland, 2024 NetSPI
# License: 3-clause BSD # License: 3-clause BSD
# Version: v1.79 # Version: v1.80
# References: This script includes custom code and code taken and modified from the open source projects PowerView, Invoke-Ping, and Invoke-Parrell. # References: This script includes custom code and code taken and modified from the open source projects PowerView, Invoke-Ping, and Invoke-Parrell.
function Invoke-HuntSMBShares function Invoke-HuntSMBShares
{ {
@ -2425,13 +2425,15 @@ function Invoke-HuntSMBShares
"my.*", "my.*",
"mysql.user*", "mysql.user*",
"nginx.conf*", "nginx.conf*",
"*ntds.dit*",
"pg_hba.conf*", "pg_hba.conf*",
"php.ini*", "php.ini*",
"putty.reg*", "putty.reg*",
"postgresql.conf*", "postgresql.conf*",
"SAM", "SAM",
"SAM-*", "SAM-*",
"SAM_*", "SAM_*",
"SYSTEM",
"server.xml*", "server.xml*",
"shadow*", "shadow*",
"standalone.xml*", "standalone.xml*",