├── README.md ├── net ├── Unix │ ├── linuxprivchecker.py │ └── unix-privesc-check-1.4 │ │ ├── CHANGELOG │ │ ├── COPYING.GPL │ │ ├── COPYING.UNIX-PRIVESC-CHECK │ │ └── unix-privesc-check ├── Windows │ ├── EchoMirage-3.1.exe │ ├── HeidiSQL_9.1_Portable │ │ ├── gpl.txt │ │ ├── heidisql.exe │ │ ├── libeay32.dll │ │ ├── libintl.dll │ │ ├── libmysql.dll │ │ ├── libpq.dll │ │ ├── license.txt │ │ ├── plugins │ │ │ └── dialog.dll │ │ ├── portable_settings.txt │ │ └── ssleay32.dll │ ├── ImmunityDebugger_1_85_setup.exe │ ├── PS2EXE-v0.5.0.0 │ │ ├── MS-PL.txt │ │ ├── PSEXE.ico │ │ ├── callPS2EXE.bat │ │ ├── createDemo.bat │ │ ├── ps2exe.ps1 │ │ └── test.ps1 │ ├── PowerTools-master │ │ ├── LICENSE │ │ ├── PewPewPew │ │ │ ├── Invoke-MassCommand.ps1 │ │ │ ├── Invoke-MassMimikatz.ps1 │ │ │ ├── Invoke-MassSearch.ps1 │ │ │ ├── Invoke-MassTemplate.ps1 │ │ │ ├── Invoke-MassTokens.ps1 │ │ │ └── README.md │ │ ├── PowerPick │ │ │ ├── PowerPick.sln │ │ │ ├── PowerPick │ │ │ │ ├── PowerPick.csproj │ │ │ │ ├── PowerPick.csproj.user │ │ │ │ ├── Program.cs │ │ │ │ ├── Properties │ │ │ │ │ ├── AssemblyInfo.cs │ │ │ │ │ ├── Resources.Designer.cs │ │ │ │ │ └── Resources.resx │ │ │ │ ├── bin │ │ │ │ │ ├── Debug │ │ │ │ │ │ ├── PowerPick.vshost.exe │ │ │ │ │ │ └── PowerPick.vshost.exe.manifest │ │ │ │ │ └── Release │ │ │ │ │ │ ├── PowerPick.exe │ │ │ │ │ │ └── PowerPick.pdb │ │ │ │ └── obj │ │ │ │ │ └── x86 │ │ │ │ │ └── Release │ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ │ │ ├── PowerPick.Properties.Resources.resources │ │ │ │ │ ├── PowerPick.csproj.FileListAbsolute.txt │ │ │ │ │ ├── PowerPick.csproj.GenerateResource.Cache │ │ │ │ │ ├── PowerPick.csprojResolveAssemblyReference.cache │ │ │ │ │ ├── PowerPick.exe │ │ │ │ │ ├── PowerPick.pdb │ │ │ │ │ └── TempPE │ │ │ │ │ └── Properties.Resources.Designer.cs.dll │ │ │ └── README.md │ │ ├── PowerUp │ │ │ ├── PowerUp.ps1 │ │ │ ├── PowerUp.psd1 │ │ │ ├── PowerUp.psm1 │ │ │ └── README.md │ │ ├── PowerView │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── functions │ │ │ │ ├── Get-Net.ps1 │ │ │ │ ├── Get-NetLoggedon.ps1 │ │ │ │ ├── Get-NetSessions.ps1 │ │ │ │ ├── Get-NetShare.ps1 │ │ │ │ ├── Invoke-Netview.ps1 │ │ │ │ ├── Invoke-ShareFinder.ps1 │ │ │ │ └── Invoke-UserHunter.ps1 │ │ │ ├── powerview.ps1 │ │ │ ├── powerview.psd1 │ │ │ └── powerview.psm1 │ │ └── README.md │ ├── SysinternalsSuite │ │ ├── ADExplorer.exe │ │ ├── ADInsight.chm │ │ ├── ADInsight.exe │ │ ├── AccessEnum.exe │ │ ├── AdExplorer.chm │ │ ├── Autologon.exe │ │ ├── Bginfo.exe │ │ ├── Cacheset.exe │ │ ├── Clockres.exe │ │ ├── Contig.exe │ │ ├── Coreinfo.exe │ │ ├── DISKMON.HLP │ │ ├── DMON.SYS │ │ ├── Dbgview.exe │ │ ├── Desktops.exe │ │ ├── Disk2vhd.chm │ │ ├── DiskView.exe │ │ ├── Diskmon.exe │ │ ├── Eula.txt │ │ ├── FindLinks.exe │ │ ├── Listdlls.exe │ │ ├── LoadOrd.exe │ │ ├── PORTMON.CNT │ │ ├── PORTMON.HLP │ │ ├── Procmon.exe │ │ ├── PsExec.exe │ │ ├── PsGetsid.exe │ │ ├── PsInfo.exe │ │ ├── PsLoggedon.exe │ │ ├── PsService.exe │ │ ├── Pstools.chm │ │ ├── RAMMap.exe │ │ ├── RegDelNull.exe │ │ ├── RootkitRevealer.chm │ │ ├── RootkitRevealer.exe │ │ ├── ShareEnum.exe │ │ ├── ShellRunas.exe │ │ ├── Sysmon.exe │ │ ├── TCPVIEW.HLP │ │ ├── Tcpvcon.exe │ │ ├── Tcpview.exe │ │ ├── Vmmap.chm │ │ ├── Volumeid.exe │ │ ├── WINOBJ.HLP │ │ ├── Winobj.exe │ │ ├── ZoomIt.exe │ │ ├── accesschk.exe │ │ ├── adrestore.exe │ │ ├── autoruns.chm │ │ ├── autoruns.exe │ │ ├── autorunsc.exe │ │ ├── ctrl2cap.amd.sys │ │ ├── ctrl2cap.exe │ │ ├── ctrl2cap.nt4.sys │ │ ├── ctrl2cap.nt5.sys │ │ ├── dbgview.chm │ │ ├── disk2vhd.exe │ │ ├── diskext.exe │ │ ├── du.exe │ │ ├── efsdump.exe │ │ ├── handle.exe │ │ ├── hex2dec.exe │ │ ├── junction.exe │ │ ├── ldmdump.exe │ │ ├── livekd.exe │ │ ├── logonsessions.exe │ │ ├── movefile.exe │ │ ├── ntfsinfo.exe │ │ ├── pagedfrg.exe │ │ ├── pagedfrg.hlp │ │ ├── pendmoves.exe │ │ ├── pipelist.exe │ │ ├── portmon.exe │ │ ├── procdump.exe │ │ ├── procexp.chm │ │ ├── procexp.exe │ │ ├── procmon.chm │ │ ├── psfile.exe │ │ ├── pskill.exe │ │ ├── pslist.exe │ │ ├── psloglist.exe │ │ ├── pspasswd.exe │ │ ├── psping.exe │ │ ├── psshutdown.exe │ │ ├── pssuspend.exe │ │ ├── psversion.txt │ │ ├── readme.txt │ │ ├── regjump.exe │ │ ├── ru.exe │ │ ├── sdelete.exe │ │ ├── sigcheck.exe │ │ ├── streams.exe │ │ ├── strings.exe │ │ ├── sync.exe │ │ ├── tcpview.chm │ │ ├── vmmap.exe │ │ └── whois.exe │ ├── WiresharkPortable-1.12.3.paf.exe │ ├── exe2bat.exe │ ├── fgdump.exe │ ├── klogger.exe │ ├── mimikatz_trunk │ │ ├── README.md │ │ ├── Win32 │ │ │ ├── mimidrv.sys │ │ │ ├── mimikatz.exe │ │ │ └── mimilib.dll │ │ └── x64 │ │ │ ├── mimidrv.sys │ │ │ ├── mimikatz.exe │ │ │ └── mimilib.dll │ ├── nc.exe │ ├── nc.txt │ ├── plink.exe │ ├── pscp.exe │ ├── radmin.exe │ ├── sbd.exe │ ├── vncviewer.exe │ ├── wce_v1_42beta_x32 │ │ ├── Changelog │ │ ├── LICENSE.txt │ │ ├── README │ │ ├── getlsasrvaddr.exe │ │ └── wce.exe │ ├── wce_v1_42beta_x64 │ │ ├── Changelog │ │ ├── LICENSE.txt │ │ ├── README │ │ └── wce.exe │ ├── wget.exe │ └── whoami.exe └── help.md ├── snippets ├── android │ └── help.md ├── bash │ └── README.md ├── powershell │ └── README.md └── python │ └── README.md └── web ├── burpsuite_free_v1.6.jar ├── clickjacking_bypass.html ├── clickjacking_outter_frame.html ├── csrf.html ├── help.md └── jquery-1.11.2.min.js /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/README.md -------------------------------------------------------------------------------- /net/Unix/linuxprivchecker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Unix/linuxprivchecker.py -------------------------------------------------------------------------------- /net/Unix/unix-privesc-check-1.4/CHANGELOG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Unix/unix-privesc-check-1.4/CHANGELOG -------------------------------------------------------------------------------- /net/Unix/unix-privesc-check-1.4/COPYING.GPL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Unix/unix-privesc-check-1.4/COPYING.GPL -------------------------------------------------------------------------------- /net/Unix/unix-privesc-check-1.4/COPYING.UNIX-PRIVESC-CHECK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Unix/unix-privesc-check-1.4/COPYING.UNIX-PRIVESC-CHECK -------------------------------------------------------------------------------- /net/Unix/unix-privesc-check-1.4/unix-privesc-check: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Unix/unix-privesc-check-1.4/unix-privesc-check -------------------------------------------------------------------------------- /net/Windows/EchoMirage-3.1.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/EchoMirage-3.1.exe -------------------------------------------------------------------------------- /net/Windows/HeidiSQL_9.1_Portable/gpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/HeidiSQL_9.1_Portable/gpl.txt -------------------------------------------------------------------------------- /net/Windows/HeidiSQL_9.1_Portable/heidisql.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/HeidiSQL_9.1_Portable/heidisql.exe -------------------------------------------------------------------------------- /net/Windows/HeidiSQL_9.1_Portable/libeay32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/HeidiSQL_9.1_Portable/libeay32.dll -------------------------------------------------------------------------------- /net/Windows/HeidiSQL_9.1_Portable/libintl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/HeidiSQL_9.1_Portable/libintl.dll -------------------------------------------------------------------------------- /net/Windows/HeidiSQL_9.1_Portable/libmysql.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/HeidiSQL_9.1_Portable/libmysql.dll -------------------------------------------------------------------------------- /net/Windows/HeidiSQL_9.1_Portable/libpq.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/HeidiSQL_9.1_Portable/libpq.dll -------------------------------------------------------------------------------- /net/Windows/HeidiSQL_9.1_Portable/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/HeidiSQL_9.1_Portable/license.txt -------------------------------------------------------------------------------- /net/Windows/HeidiSQL_9.1_Portable/plugins/dialog.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/HeidiSQL_9.1_Portable/plugins/dialog.dll -------------------------------------------------------------------------------- /net/Windows/HeidiSQL_9.1_Portable/portable_settings.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /net/Windows/HeidiSQL_9.1_Portable/ssleay32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/HeidiSQL_9.1_Portable/ssleay32.dll -------------------------------------------------------------------------------- /net/Windows/ImmunityDebugger_1_85_setup.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/ImmunityDebugger_1_85_setup.exe -------------------------------------------------------------------------------- /net/Windows/PS2EXE-v0.5.0.0/MS-PL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PS2EXE-v0.5.0.0/MS-PL.txt -------------------------------------------------------------------------------- /net/Windows/PS2EXE-v0.5.0.0/PSEXE.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PS2EXE-v0.5.0.0/PSEXE.ico -------------------------------------------------------------------------------- /net/Windows/PS2EXE-v0.5.0.0/callPS2EXE.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PS2EXE-v0.5.0.0/callPS2EXE.bat -------------------------------------------------------------------------------- /net/Windows/PS2EXE-v0.5.0.0/createDemo.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PS2EXE-v0.5.0.0/createDemo.bat -------------------------------------------------------------------------------- /net/Windows/PS2EXE-v0.5.0.0/ps2exe.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PS2EXE-v0.5.0.0/ps2exe.ps1 -------------------------------------------------------------------------------- /net/Windows/PS2EXE-v0.5.0.0/test.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PS2EXE-v0.5.0.0/test.ps1 -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PowerTools-master/LICENSE -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/PewPewPew/Invoke-MassCommand.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PowerTools-master/PewPewPew/Invoke-MassCommand.ps1 -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/PewPewPew/Invoke-MassMimikatz.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PowerTools-master/PewPewPew/Invoke-MassMimikatz.ps1 -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/PewPewPew/Invoke-MassSearch.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PowerTools-master/PewPewPew/Invoke-MassSearch.ps1 -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/PewPewPew/Invoke-MassTemplate.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PowerTools-master/PewPewPew/Invoke-MassTemplate.ps1 -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/PewPewPew/Invoke-MassTokens.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PowerTools-master/PewPewPew/Invoke-MassTokens.ps1 -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/PewPewPew/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PowerTools-master/PewPewPew/README.md -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/PowerPick/PowerPick.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PowerTools-master/PowerPick/PowerPick.sln -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/PowerPick/PowerPick/PowerPick.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PowerTools-master/PowerPick/PowerPick/PowerPick.csproj -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/PowerPick/PowerPick/PowerPick.csproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PowerTools-master/PowerPick/PowerPick/PowerPick.csproj.user -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/PowerPick/PowerPick/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PowerTools-master/PowerPick/PowerPick/Program.cs -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/PowerPick/PowerPick/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PowerTools-master/PowerPick/PowerPick/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/PowerPick/PowerPick/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PowerTools-master/PowerPick/PowerPick/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/PowerPick/PowerPick/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PowerTools-master/PowerPick/PowerPick/Properties/Resources.resx -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/PowerPick/PowerPick/bin/Debug/PowerPick.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PowerTools-master/PowerPick/PowerPick/bin/Debug/PowerPick.vshost.exe -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/PowerPick/PowerPick/bin/Debug/PowerPick.vshost.exe.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PowerTools-master/PowerPick/PowerPick/bin/Debug/PowerPick.vshost.exe.manifest -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/PowerPick/PowerPick/bin/Release/PowerPick.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PowerTools-master/PowerPick/PowerPick/bin/Release/PowerPick.exe -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/PowerPick/PowerPick/bin/Release/PowerPick.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PowerTools-master/PowerPick/PowerPick/bin/Release/PowerPick.pdb -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/PowerPick/PowerPick/obj/x86/Release/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PowerTools-master/PowerPick/PowerPick/obj/x86/Release/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/PowerPick/PowerPick/obj/x86/Release/PowerPick.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PowerTools-master/PowerPick/PowerPick/obj/x86/Release/PowerPick.Properties.Resources.resources -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/PowerPick/PowerPick/obj/x86/Release/PowerPick.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PowerTools-master/PowerPick/PowerPick/obj/x86/Release/PowerPick.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/PowerPick/PowerPick/obj/x86/Release/PowerPick.csproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PowerTools-master/PowerPick/PowerPick/obj/x86/Release/PowerPick.csproj.GenerateResource.Cache -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/PowerPick/PowerPick/obj/x86/Release/PowerPick.csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PowerTools-master/PowerPick/PowerPick/obj/x86/Release/PowerPick.csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/PowerPick/PowerPick/obj/x86/Release/PowerPick.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PowerTools-master/PowerPick/PowerPick/obj/x86/Release/PowerPick.exe -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/PowerPick/PowerPick/obj/x86/Release/PowerPick.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PowerTools-master/PowerPick/PowerPick/obj/x86/Release/PowerPick.pdb -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/PowerPick/PowerPick/obj/x86/Release/TempPE/Properties.Resources.Designer.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PowerTools-master/PowerPick/PowerPick/obj/x86/Release/TempPE/Properties.Resources.Designer.cs.dll -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/PowerPick/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PowerTools-master/PowerPick/README.md -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/PowerUp/PowerUp.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PowerTools-master/PowerUp/PowerUp.ps1 -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/PowerUp/PowerUp.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PowerTools-master/PowerUp/PowerUp.psd1 -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/PowerUp/PowerUp.psm1: -------------------------------------------------------------------------------- 1 | Get-ChildItem (Join-Path $PSScriptRoot *.ps1) | % { . $_.FullName} -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/PowerUp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PowerTools-master/PowerUp/README.md -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/PowerView/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PowerTools-master/PowerView/LICENSE -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/PowerView/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PowerTools-master/PowerView/README.md -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/PowerView/functions/Get-Net.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PowerTools-master/PowerView/functions/Get-Net.ps1 -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/PowerView/functions/Get-NetLoggedon.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PowerTools-master/PowerView/functions/Get-NetLoggedon.ps1 -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/PowerView/functions/Get-NetSessions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PowerTools-master/PowerView/functions/Get-NetSessions.ps1 -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/PowerView/functions/Get-NetShare.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PowerTools-master/PowerView/functions/Get-NetShare.ps1 -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/PowerView/functions/Invoke-Netview.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PowerTools-master/PowerView/functions/Invoke-Netview.ps1 -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/PowerView/functions/Invoke-ShareFinder.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PowerTools-master/PowerView/functions/Invoke-ShareFinder.ps1 -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/PowerView/functions/Invoke-UserHunter.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PowerTools-master/PowerView/functions/Invoke-UserHunter.ps1 -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/PowerView/powerview.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PowerTools-master/PowerView/powerview.ps1 -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/PowerView/powerview.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PowerTools-master/PowerView/powerview.psd1 -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/PowerView/powerview.psm1: -------------------------------------------------------------------------------- 1 | Get-ChildItem (Join-Path $PSScriptRoot *.ps1) | % { . $_.FullName} -------------------------------------------------------------------------------- /net/Windows/PowerTools-master/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/PowerTools-master/README.md -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/ADExplorer.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/ADExplorer.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/ADInsight.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/ADInsight.chm -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/ADInsight.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/ADInsight.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/AccessEnum.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/AccessEnum.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/AdExplorer.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/AdExplorer.chm -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/Autologon.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/Autologon.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/Bginfo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/Bginfo.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/Cacheset.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/Cacheset.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/Clockres.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/Clockres.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/Contig.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/Contig.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/Coreinfo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/Coreinfo.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/DISKMON.HLP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/DISKMON.HLP -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/DMON.SYS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/DMON.SYS -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/Dbgview.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/Dbgview.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/Desktops.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/Desktops.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/Disk2vhd.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/Disk2vhd.chm -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/DiskView.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/DiskView.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/Diskmon.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/Diskmon.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/Eula.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/Eula.txt -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/FindLinks.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/FindLinks.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/Listdlls.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/Listdlls.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/LoadOrd.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/LoadOrd.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/PORTMON.CNT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/PORTMON.CNT -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/PORTMON.HLP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/PORTMON.HLP -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/Procmon.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/Procmon.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/PsExec.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/PsExec.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/PsGetsid.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/PsGetsid.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/PsInfo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/PsInfo.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/PsLoggedon.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/PsLoggedon.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/PsService.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/PsService.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/Pstools.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/Pstools.chm -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/RAMMap.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/RAMMap.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/RegDelNull.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/RegDelNull.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/RootkitRevealer.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/RootkitRevealer.chm -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/RootkitRevealer.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/RootkitRevealer.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/ShareEnum.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/ShareEnum.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/ShellRunas.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/ShellRunas.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/Sysmon.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/Sysmon.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/TCPVIEW.HLP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/TCPVIEW.HLP -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/Tcpvcon.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/Tcpvcon.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/Tcpview.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/Tcpview.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/Vmmap.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/Vmmap.chm -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/Volumeid.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/Volumeid.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/WINOBJ.HLP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/WINOBJ.HLP -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/Winobj.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/Winobj.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/ZoomIt.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/ZoomIt.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/accesschk.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/accesschk.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/adrestore.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/adrestore.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/autoruns.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/autoruns.chm -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/autoruns.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/autoruns.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/autorunsc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/autorunsc.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/ctrl2cap.amd.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/ctrl2cap.amd.sys -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/ctrl2cap.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/ctrl2cap.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/ctrl2cap.nt4.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/ctrl2cap.nt4.sys -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/ctrl2cap.nt5.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/ctrl2cap.nt5.sys -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/dbgview.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/dbgview.chm -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/disk2vhd.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/disk2vhd.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/diskext.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/diskext.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/du.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/du.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/efsdump.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/efsdump.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/handle.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/handle.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/hex2dec.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/hex2dec.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/junction.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/junction.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/ldmdump.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/ldmdump.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/livekd.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/livekd.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/logonsessions.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/logonsessions.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/movefile.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/movefile.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/ntfsinfo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/ntfsinfo.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/pagedfrg.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/pagedfrg.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/pagedfrg.hlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/pagedfrg.hlp -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/pendmoves.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/pendmoves.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/pipelist.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/pipelist.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/portmon.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/portmon.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/procdump.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/procdump.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/procexp.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/procexp.chm -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/procexp.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/procexp.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/procmon.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/procmon.chm -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/psfile.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/psfile.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/pskill.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/pskill.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/pslist.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/pslist.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/psloglist.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/psloglist.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/pspasswd.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/pspasswd.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/psping.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/psping.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/psshutdown.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/psshutdown.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/pssuspend.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/pssuspend.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/psversion.txt: -------------------------------------------------------------------------------- 1 | PsTools Version in this package: 2.44 2 | -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/readme.txt -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/regjump.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/regjump.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/ru.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/ru.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/sdelete.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/sdelete.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/sigcheck.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/sigcheck.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/streams.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/streams.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/strings.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/strings.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/sync.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/sync.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/tcpview.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/tcpview.chm -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/vmmap.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/vmmap.exe -------------------------------------------------------------------------------- /net/Windows/SysinternalsSuite/whois.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/SysinternalsSuite/whois.exe -------------------------------------------------------------------------------- /net/Windows/WiresharkPortable-1.12.3.paf.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/WiresharkPortable-1.12.3.paf.exe -------------------------------------------------------------------------------- /net/Windows/exe2bat.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/exe2bat.exe -------------------------------------------------------------------------------- /net/Windows/fgdump.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/fgdump.exe -------------------------------------------------------------------------------- /net/Windows/klogger.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/klogger.exe -------------------------------------------------------------------------------- /net/Windows/mimikatz_trunk/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/mimikatz_trunk/README.md -------------------------------------------------------------------------------- /net/Windows/mimikatz_trunk/Win32/mimidrv.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/mimikatz_trunk/Win32/mimidrv.sys -------------------------------------------------------------------------------- /net/Windows/mimikatz_trunk/Win32/mimikatz.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/mimikatz_trunk/Win32/mimikatz.exe -------------------------------------------------------------------------------- /net/Windows/mimikatz_trunk/Win32/mimilib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/mimikatz_trunk/Win32/mimilib.dll -------------------------------------------------------------------------------- /net/Windows/mimikatz_trunk/x64/mimidrv.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/mimikatz_trunk/x64/mimidrv.sys -------------------------------------------------------------------------------- /net/Windows/mimikatz_trunk/x64/mimikatz.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/mimikatz_trunk/x64/mimikatz.exe -------------------------------------------------------------------------------- /net/Windows/mimikatz_trunk/x64/mimilib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/mimikatz_trunk/x64/mimilib.dll -------------------------------------------------------------------------------- /net/Windows/nc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/nc.exe -------------------------------------------------------------------------------- /net/Windows/nc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/nc.txt -------------------------------------------------------------------------------- /net/Windows/plink.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/plink.exe -------------------------------------------------------------------------------- /net/Windows/pscp.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/pscp.exe -------------------------------------------------------------------------------- /net/Windows/radmin.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/radmin.exe -------------------------------------------------------------------------------- /net/Windows/sbd.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/sbd.exe -------------------------------------------------------------------------------- /net/Windows/vncviewer.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/vncviewer.exe -------------------------------------------------------------------------------- /net/Windows/wce_v1_42beta_x32/Changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/wce_v1_42beta_x32/Changelog -------------------------------------------------------------------------------- /net/Windows/wce_v1_42beta_x32/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/wce_v1_42beta_x32/LICENSE.txt -------------------------------------------------------------------------------- /net/Windows/wce_v1_42beta_x32/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/wce_v1_42beta_x32/README -------------------------------------------------------------------------------- /net/Windows/wce_v1_42beta_x32/getlsasrvaddr.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/wce_v1_42beta_x32/getlsasrvaddr.exe -------------------------------------------------------------------------------- /net/Windows/wce_v1_42beta_x32/wce.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/wce_v1_42beta_x32/wce.exe -------------------------------------------------------------------------------- /net/Windows/wce_v1_42beta_x64/Changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/wce_v1_42beta_x64/Changelog -------------------------------------------------------------------------------- /net/Windows/wce_v1_42beta_x64/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/wce_v1_42beta_x64/LICENSE.txt -------------------------------------------------------------------------------- /net/Windows/wce_v1_42beta_x64/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/wce_v1_42beta_x64/README -------------------------------------------------------------------------------- /net/Windows/wce_v1_42beta_x64/wce.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/wce_v1_42beta_x64/wce.exe -------------------------------------------------------------------------------- /net/Windows/wget.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/wget.exe -------------------------------------------------------------------------------- /net/Windows/whoami.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/Windows/whoami.exe -------------------------------------------------------------------------------- /net/help.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/net/help.md -------------------------------------------------------------------------------- /snippets/android/help.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/snippets/android/help.md -------------------------------------------------------------------------------- /snippets/bash/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/snippets/bash/README.md -------------------------------------------------------------------------------- /snippets/powershell/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/snippets/powershell/README.md -------------------------------------------------------------------------------- /snippets/python/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/snippets/python/README.md -------------------------------------------------------------------------------- /web/burpsuite_free_v1.6.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/web/burpsuite_free_v1.6.jar -------------------------------------------------------------------------------- /web/clickjacking_bypass.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/web/clickjacking_bypass.html -------------------------------------------------------------------------------- /web/clickjacking_outter_frame.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/web/clickjacking_outter_frame.html -------------------------------------------------------------------------------- /web/csrf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/web/csrf.html -------------------------------------------------------------------------------- /web/help.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/web/help.md -------------------------------------------------------------------------------- /web/jquery-1.11.2.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliocesarfort/pentesting-dump/HEAD/web/jquery-1.11.2.min.js --------------------------------------------------------------------------------