├── .gitattributes ├── Add-Win32Type.ps1 ├── Convert-LDAPProperty.ps1 ├── Export-PowerViewCSV.ps1 ├── Find-InterestingFile.ps1 ├── Get-DomainSearcher.ps1 ├── Get-IPAddress.ps1 ├── Get-IniContent.ps1 ├── Get-NameField.ps1 ├── Get-NetComputer.ps1 ├── Get-NetDomain.ps1 ├── Get-NetForest.ps1 ├── Get-NetForestDomain.ps1 ├── Get-NetShare.ps1 ├── Invoke-FileFinder.ps1 ├── Invoke-ShareFinder.ps1 ├── Invoke-ThreadedFunction.ps1 ├── LICENSE ├── MainScript_LicenseBSD3forPowerSploit.ps1 ├── New-InMemoryModule.ps1 ├── PowerView.ps1 ├── README.md ├── function func.ps1 ├── function psenum.ps1 └── function struct.ps1 /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gryhathack/PowerSploit_Sensitive_Info_Hunter/HEAD/.gitattributes -------------------------------------------------------------------------------- /Add-Win32Type.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gryhathack/PowerSploit_Sensitive_Info_Hunter/HEAD/Add-Win32Type.ps1 -------------------------------------------------------------------------------- /Convert-LDAPProperty.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gryhathack/PowerSploit_Sensitive_Info_Hunter/HEAD/Convert-LDAPProperty.ps1 -------------------------------------------------------------------------------- /Export-PowerViewCSV.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gryhathack/PowerSploit_Sensitive_Info_Hunter/HEAD/Export-PowerViewCSV.ps1 -------------------------------------------------------------------------------- /Find-InterestingFile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gryhathack/PowerSploit_Sensitive_Info_Hunter/HEAD/Find-InterestingFile.ps1 -------------------------------------------------------------------------------- /Get-DomainSearcher.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gryhathack/PowerSploit_Sensitive_Info_Hunter/HEAD/Get-DomainSearcher.ps1 -------------------------------------------------------------------------------- /Get-IPAddress.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gryhathack/PowerSploit_Sensitive_Info_Hunter/HEAD/Get-IPAddress.ps1 -------------------------------------------------------------------------------- /Get-IniContent.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gryhathack/PowerSploit_Sensitive_Info_Hunter/HEAD/Get-IniContent.ps1 -------------------------------------------------------------------------------- /Get-NameField.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gryhathack/PowerSploit_Sensitive_Info_Hunter/HEAD/Get-NameField.ps1 -------------------------------------------------------------------------------- /Get-NetComputer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gryhathack/PowerSploit_Sensitive_Info_Hunter/HEAD/Get-NetComputer.ps1 -------------------------------------------------------------------------------- /Get-NetDomain.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gryhathack/PowerSploit_Sensitive_Info_Hunter/HEAD/Get-NetDomain.ps1 -------------------------------------------------------------------------------- /Get-NetForest.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gryhathack/PowerSploit_Sensitive_Info_Hunter/HEAD/Get-NetForest.ps1 -------------------------------------------------------------------------------- /Get-NetForestDomain.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gryhathack/PowerSploit_Sensitive_Info_Hunter/HEAD/Get-NetForestDomain.ps1 -------------------------------------------------------------------------------- /Get-NetShare.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gryhathack/PowerSploit_Sensitive_Info_Hunter/HEAD/Get-NetShare.ps1 -------------------------------------------------------------------------------- /Invoke-FileFinder.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gryhathack/PowerSploit_Sensitive_Info_Hunter/HEAD/Invoke-FileFinder.ps1 -------------------------------------------------------------------------------- /Invoke-ShareFinder.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gryhathack/PowerSploit_Sensitive_Info_Hunter/HEAD/Invoke-ShareFinder.ps1 -------------------------------------------------------------------------------- /Invoke-ThreadedFunction.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gryhathack/PowerSploit_Sensitive_Info_Hunter/HEAD/Invoke-ThreadedFunction.ps1 -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gryhathack/PowerSploit_Sensitive_Info_Hunter/HEAD/LICENSE -------------------------------------------------------------------------------- /MainScript_LicenseBSD3forPowerSploit.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gryhathack/PowerSploit_Sensitive_Info_Hunter/HEAD/MainScript_LicenseBSD3forPowerSploit.ps1 -------------------------------------------------------------------------------- /New-InMemoryModule.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gryhathack/PowerSploit_Sensitive_Info_Hunter/HEAD/New-InMemoryModule.ps1 -------------------------------------------------------------------------------- /PowerView.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gryhathack/PowerSploit_Sensitive_Info_Hunter/HEAD/PowerView.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # PowerSploit_Sensitive_Info_Hunter 2 | -------------------------------------------------------------------------------- /function func.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gryhathack/PowerSploit_Sensitive_Info_Hunter/HEAD/function func.ps1 -------------------------------------------------------------------------------- /function psenum.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gryhathack/PowerSploit_Sensitive_Info_Hunter/HEAD/function psenum.ps1 -------------------------------------------------------------------------------- /function struct.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gryhathack/PowerSploit_Sensitive_Info_Hunter/HEAD/function struct.ps1 --------------------------------------------------------------------------------