mirror of
https://github.com/NetSPI/PowerHuntShares.git
synced 2025-05-04 19:28:42 +02:00
Update PowerHuntShares.psm1
small update to secrets word list.
This commit is contained in:
parent
42188422fd
commit
f810b06fd0
@ -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,6 +2425,7 @@ 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*",
|
||||||
@ -2432,6 +2433,7 @@ function Invoke-HuntSMBShares
|
|||||||
"SAM",
|
"SAM",
|
||||||
"SAM-*",
|
"SAM-*",
|
||||||
"SAM_*",
|
"SAM_*",
|
||||||
|
"SYSTEM",
|
||||||
"server.xml*",
|
"server.xml*",
|
||||||
"shadow*",
|
"shadow*",
|
||||||
"standalone.xml*",
|
"standalone.xml*",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user