├── .DS_Store ├── AnyFileToByte.exe ├── CFFExplorer.rar ├── CVE-2018-8120 ├── .DS_Store ├── CVE-2018-8120x64.exe └── CVE-2018-8120x86.exe ├── Ghost Tunnel ├── GhostTunnel-master.zip ├── ghosttunnel.zip ├── gt_wclient.exe ├── gt_wclient_console.exe └── gt_wclient_win.exe ├── PoC-LPE.rar ├── Powershell-Scripts ├── .DS_Store ├── Backdoor-ExcelAddIn.ps1 ├── Brute-Email.ps1 ├── Create-HotKeyLNK.ps1 ├── Exploit-JBoss.ps1 ├── FileSplitter.ps1 ├── Find-Fruit.ps1 ├── FodhelperBypass.ps1 ├── Get-BrowserData.ps1 ├── Get-BrowserHomepage.ps1 ├── Get-IEBookmarks.ps1 ├── HTTP-Login.ps1 ├── Invoke-ADPasswordBruteForce.ps1 ├── Invoke-BypassUACTokenManipulation.ps1 ├── Invoke-DCOM.ps1 ├── Invoke-OracleCommand.ps1 ├── Invoke-SSHCommand.ps1 ├── LICENSE ├── Pentest-cheat-sheet.txt ├── README.md ├── Remote-COMShellExec.ps1 ├── Remote-WmiExecute.ps1 ├── RunAs.ps1 ├── Search-EventForUser.ps1 ├── Search-FullNameToSamAccount.ps1 ├── Search-UserPassword.ps1 ├── Send-EWSEmail.ps1 ├── Send-mDNSCommand.ps1 ├── Start-mDNSServer.ps1 ├── Take-Screenshot.ps1 └── Utility.ps1 ├── README.md ├── injection-master ├── .DS_Store ├── conhost │ ├── calc64.bin │ ├── chost.c │ ├── chost.exe │ ├── chost.obj │ └── enumprop.cpp ├── extrabytes │ ├── .DS_Store │ ├── calc64.bin │ ├── ewm.c │ └── extrabytes.exe ├── payload │ ├── calc.c │ ├── calc_payload.bat │ ├── getapi.h │ ├── subclass.txt │ └── xbin.cpp ├── propagate.zip └── propagate │ ├── .DS_Store │ ├── Project1.exe │ ├── README.txt │ ├── calc64.bin │ ├── enumprop.cpp │ └── propagate.c ├── powercat.ps1 ├── powercat.txt └── text ├── .DS_Store ├── calc.dll ├── calcmutex.dll ├── cmd.dll └── mbox.dll /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/.DS_Store -------------------------------------------------------------------------------- /AnyFileToByte.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/AnyFileToByte.exe -------------------------------------------------------------------------------- /CFFExplorer.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/CFFExplorer.rar -------------------------------------------------------------------------------- /CVE-2018-8120/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/CVE-2018-8120/.DS_Store -------------------------------------------------------------------------------- /CVE-2018-8120/CVE-2018-8120x64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/CVE-2018-8120/CVE-2018-8120x64.exe -------------------------------------------------------------------------------- /CVE-2018-8120/CVE-2018-8120x86.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/CVE-2018-8120/CVE-2018-8120x86.exe -------------------------------------------------------------------------------- /Ghost Tunnel/GhostTunnel-master.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/Ghost Tunnel/GhostTunnel-master.zip -------------------------------------------------------------------------------- /Ghost Tunnel/ghosttunnel.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/Ghost Tunnel/ghosttunnel.zip -------------------------------------------------------------------------------- /Ghost Tunnel/gt_wclient.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/Ghost Tunnel/gt_wclient.exe -------------------------------------------------------------------------------- /Ghost Tunnel/gt_wclient_console.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/Ghost Tunnel/gt_wclient_console.exe -------------------------------------------------------------------------------- /Ghost Tunnel/gt_wclient_win.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/Ghost Tunnel/gt_wclient_win.exe -------------------------------------------------------------------------------- /PoC-LPE.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/PoC-LPE.rar -------------------------------------------------------------------------------- /Powershell-Scripts/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/Powershell-Scripts/.DS_Store -------------------------------------------------------------------------------- /Powershell-Scripts/Backdoor-ExcelAddIn.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/Powershell-Scripts/Backdoor-ExcelAddIn.ps1 -------------------------------------------------------------------------------- /Powershell-Scripts/Brute-Email.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/Powershell-Scripts/Brute-Email.ps1 -------------------------------------------------------------------------------- /Powershell-Scripts/Create-HotKeyLNK.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/Powershell-Scripts/Create-HotKeyLNK.ps1 -------------------------------------------------------------------------------- /Powershell-Scripts/Exploit-JBoss.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/Powershell-Scripts/Exploit-JBoss.ps1 -------------------------------------------------------------------------------- /Powershell-Scripts/FileSplitter.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/Powershell-Scripts/FileSplitter.ps1 -------------------------------------------------------------------------------- /Powershell-Scripts/Find-Fruit.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/Powershell-Scripts/Find-Fruit.ps1 -------------------------------------------------------------------------------- /Powershell-Scripts/FodhelperBypass.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/Powershell-Scripts/FodhelperBypass.ps1 -------------------------------------------------------------------------------- /Powershell-Scripts/Get-BrowserData.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/Powershell-Scripts/Get-BrowserData.ps1 -------------------------------------------------------------------------------- /Powershell-Scripts/Get-BrowserHomepage.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/Powershell-Scripts/Get-BrowserHomepage.ps1 -------------------------------------------------------------------------------- /Powershell-Scripts/Get-IEBookmarks.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/Powershell-Scripts/Get-IEBookmarks.ps1 -------------------------------------------------------------------------------- /Powershell-Scripts/HTTP-Login.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/Powershell-Scripts/HTTP-Login.ps1 -------------------------------------------------------------------------------- /Powershell-Scripts/Invoke-ADPasswordBruteForce.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/Powershell-Scripts/Invoke-ADPasswordBruteForce.ps1 -------------------------------------------------------------------------------- /Powershell-Scripts/Invoke-BypassUACTokenManipulation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/Powershell-Scripts/Invoke-BypassUACTokenManipulation.ps1 -------------------------------------------------------------------------------- /Powershell-Scripts/Invoke-DCOM.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/Powershell-Scripts/Invoke-DCOM.ps1 -------------------------------------------------------------------------------- /Powershell-Scripts/Invoke-OracleCommand.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/Powershell-Scripts/Invoke-OracleCommand.ps1 -------------------------------------------------------------------------------- /Powershell-Scripts/Invoke-SSHCommand.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/Powershell-Scripts/Invoke-SSHCommand.ps1 -------------------------------------------------------------------------------- /Powershell-Scripts/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/Powershell-Scripts/LICENSE -------------------------------------------------------------------------------- /Powershell-Scripts/Pentest-cheat-sheet.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/Powershell-Scripts/Pentest-cheat-sheet.txt -------------------------------------------------------------------------------- /Powershell-Scripts/README.md: -------------------------------------------------------------------------------- 1 | # Misc-Powershell-Scripts 2 | Random Tools 3 | -------------------------------------------------------------------------------- /Powershell-Scripts/Remote-COMShellExec.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/Powershell-Scripts/Remote-COMShellExec.ps1 -------------------------------------------------------------------------------- /Powershell-Scripts/Remote-WmiExecute.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/Powershell-Scripts/Remote-WmiExecute.ps1 -------------------------------------------------------------------------------- /Powershell-Scripts/RunAs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/Powershell-Scripts/RunAs.ps1 -------------------------------------------------------------------------------- /Powershell-Scripts/Search-EventForUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/Powershell-Scripts/Search-EventForUser.ps1 -------------------------------------------------------------------------------- /Powershell-Scripts/Search-FullNameToSamAccount.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/Powershell-Scripts/Search-FullNameToSamAccount.ps1 -------------------------------------------------------------------------------- /Powershell-Scripts/Search-UserPassword.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/Powershell-Scripts/Search-UserPassword.ps1 -------------------------------------------------------------------------------- /Powershell-Scripts/Send-EWSEmail.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/Powershell-Scripts/Send-EWSEmail.ps1 -------------------------------------------------------------------------------- /Powershell-Scripts/Send-mDNSCommand.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/Powershell-Scripts/Send-mDNSCommand.ps1 -------------------------------------------------------------------------------- /Powershell-Scripts/Start-mDNSServer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/Powershell-Scripts/Start-mDNSServer.ps1 -------------------------------------------------------------------------------- /Powershell-Scripts/Take-Screenshot.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/Powershell-Scripts/Take-Screenshot.ps1 -------------------------------------------------------------------------------- /Powershell-Scripts/Utility.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/Powershell-Scripts/Utility.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/README.md -------------------------------------------------------------------------------- /injection-master/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/injection-master/.DS_Store -------------------------------------------------------------------------------- /injection-master/conhost/calc64.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/injection-master/conhost/calc64.bin -------------------------------------------------------------------------------- /injection-master/conhost/chost.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/injection-master/conhost/chost.c -------------------------------------------------------------------------------- /injection-master/conhost/chost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/injection-master/conhost/chost.exe -------------------------------------------------------------------------------- /injection-master/conhost/chost.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/injection-master/conhost/chost.obj -------------------------------------------------------------------------------- /injection-master/conhost/enumprop.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/injection-master/conhost/enumprop.cpp -------------------------------------------------------------------------------- /injection-master/extrabytes/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/injection-master/extrabytes/.DS_Store -------------------------------------------------------------------------------- /injection-master/extrabytes/calc64.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/injection-master/extrabytes/calc64.bin -------------------------------------------------------------------------------- /injection-master/extrabytes/ewm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/injection-master/extrabytes/ewm.c -------------------------------------------------------------------------------- /injection-master/extrabytes/extrabytes.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/injection-master/extrabytes/extrabytes.exe -------------------------------------------------------------------------------- /injection-master/payload/calc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/injection-master/payload/calc.c -------------------------------------------------------------------------------- /injection-master/payload/calc_payload.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/injection-master/payload/calc_payload.bat -------------------------------------------------------------------------------- /injection-master/payload/getapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/injection-master/payload/getapi.h -------------------------------------------------------------------------------- /injection-master/payload/subclass.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/injection-master/payload/subclass.txt -------------------------------------------------------------------------------- /injection-master/payload/xbin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/injection-master/payload/xbin.cpp -------------------------------------------------------------------------------- /injection-master/propagate.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/injection-master/propagate.zip -------------------------------------------------------------------------------- /injection-master/propagate/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/injection-master/propagate/.DS_Store -------------------------------------------------------------------------------- /injection-master/propagate/Project1.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/injection-master/propagate/Project1.exe -------------------------------------------------------------------------------- /injection-master/propagate/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/injection-master/propagate/README.txt -------------------------------------------------------------------------------- /injection-master/propagate/calc64.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/injection-master/propagate/calc64.bin -------------------------------------------------------------------------------- /injection-master/propagate/enumprop.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/injection-master/propagate/enumprop.cpp -------------------------------------------------------------------------------- /injection-master/propagate/propagate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/injection-master/propagate/propagate.c -------------------------------------------------------------------------------- /powercat.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/powercat.ps1 -------------------------------------------------------------------------------- /powercat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/powercat.txt -------------------------------------------------------------------------------- /text/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/text/.DS_Store -------------------------------------------------------------------------------- /text/calc.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/text/calc.dll -------------------------------------------------------------------------------- /text/calcmutex.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/text/calcmutex.dll -------------------------------------------------------------------------------- /text/cmd.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/text/cmd.dll -------------------------------------------------------------------------------- /text/mbox.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demonsec666/Security-Toolkit/HEAD/text/mbox.dll --------------------------------------------------------------------------------