├── Assets ├── Ducky-Ex.jpg ├── JakobyDancing.gif ├── Scripts │ ├── P-2-Ducky.ps1 │ ├── Powershell-2-Ducky │ │ ├── ReadMe.md │ │ ├── p2d-cli.ps1 │ │ ├── p2d-gui.ps1 │ │ ├── placeholder │ │ └── v.txt │ ├── ov.txt │ ├── p2d-gui.ps1 │ └── v.txt ├── b64.txt ├── c.hta ├── calc.b64 ├── calc.txt ├── images │ ├── dns-records.png │ ├── hello.svg │ ├── placeholder │ └── thumbnail.png ├── mshta.sct ├── placeholder ├── r.b64 ├── rev.xsl ├── template.md ├── wtf.hta └── wtf.sct ├── Functions ├── 123.ps1 ├── Abuse-CapsLock.md ├── Add-Network.md ├── B64-img.md ├── B64.md ├── Clean-Exfil.md ├── Def_Protocol_HNDLR.md ├── DefaultBrowser.md ├── Detect-Mouse-Movement.md ├── Discord-Upload.md ├── DropBox-Upload.md ├── FunctionsThatShouldNotExist.md ├── Get-BrowserData.md ├── Get-GeoLocation.md ├── Hide-Msg.md ├── If-Admin.md ├── Invoke-WebRequest.md ├── Minimize-Apps.md ├── MsgBox.md ├── PlaySound.md ├── PowerShell-2-Batch.md ├── Set-Volume.md ├── Set-WallPaper.md ├── Speak.md ├── UAC-Bypass.md ├── Url-2-Ascii.md ├── Wifi-Info.md ├── honeypot.md ├── ns-lookup.md ├── pode │ └── main.ps1 └── txt-img.md ├── README.md └── VideoNotes ├── 3_ways_to_hide_malware.md ├── AlternateDataStream.md ├── CertManagmentGuide.md ├── ChatGPT-Powershell.md ├── Convert-Cmdlet.md ├── Convert-ImageToAscii.ps1 ├── Convert-ImageToHtml.ps1 ├── Ensure-ProfileExists.ps1 ├── FileHashInAds.md ├── ImgDecon.md ├── Invoke-ScriptBlockAtPosition.md ├── OpenFormsOnSecondaryMonitors.ps1 ├── PsChat.md ├── Test-SshConnection.ps1 ├── Update-VariableValue.ps1 ├── Where-To-Start └── quiz.ps1 ├── Write-Host2echo.md ├── assets ├── diff.png ├── placeholder └── thumbnail.png ├── cGpt.txt ├── compression.md ├── findEmptyFiles ├── findEmptyFolders.md ├── findEncryptedFiles.md ├── findHiddenFiles.md ├── function Start-TcpListener.ps1 ├── getInstalledSoftware.md ├── getMotherboard.md ├── htmlRenderer.ps1 ├── listCliTools.md ├── listIPV6.md ├── listInstalledLanguages.md ├── listModules.md ├── listPsProfiles.md ├── lsbSteggo.md ├── passwordEncryption.md ├── polyglot.md ├── psChat.md ├── sendTCP.md ├── shortestAlias.md ├── shortestParameter.md ├── sshKeygen.md ├── takeScreenShot.md └── write-host.ps1 /Assets/Ducky-Ex.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Assets/Ducky-Ex.jpg -------------------------------------------------------------------------------- /Assets/JakobyDancing.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Assets/JakobyDancing.gif -------------------------------------------------------------------------------- /Assets/Scripts/P-2-Ducky.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Assets/Scripts/P-2-Ducky.ps1 -------------------------------------------------------------------------------- /Assets/Scripts/Powershell-2-Ducky/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Assets/Scripts/Powershell-2-Ducky/ReadMe.md -------------------------------------------------------------------------------- /Assets/Scripts/Powershell-2-Ducky/p2d-cli.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Assets/Scripts/Powershell-2-Ducky/p2d-cli.ps1 -------------------------------------------------------------------------------- /Assets/Scripts/Powershell-2-Ducky/p2d-gui.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Assets/Scripts/Powershell-2-Ducky/p2d-gui.ps1 -------------------------------------------------------------------------------- /Assets/Scripts/Powershell-2-Ducky/placeholder: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Assets/Scripts/Powershell-2-Ducky/v.txt: -------------------------------------------------------------------------------- 1 | 1.0 2 | -------------------------------------------------------------------------------- /Assets/Scripts/ov.txt: -------------------------------------------------------------------------------- 1 | 1.0 2 | -------------------------------------------------------------------------------- /Assets/Scripts/p2d-gui.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Assets/Scripts/p2d-gui.ps1 -------------------------------------------------------------------------------- /Assets/Scripts/v.txt: -------------------------------------------------------------------------------- 1 | 1.0 2 | -------------------------------------------------------------------------------- /Assets/b64.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Assets/b64.txt -------------------------------------------------------------------------------- /Assets/c.hta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Assets/c.hta -------------------------------------------------------------------------------- /Assets/calc.b64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Assets/calc.b64 -------------------------------------------------------------------------------- /Assets/calc.txt: -------------------------------------------------------------------------------- 1 | calc 2 | -------------------------------------------------------------------------------- /Assets/images/dns-records.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Assets/images/dns-records.png -------------------------------------------------------------------------------- /Assets/images/hello.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Assets/images/hello.svg -------------------------------------------------------------------------------- /Assets/images/placeholder: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Assets/images/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Assets/images/thumbnail.png -------------------------------------------------------------------------------- /Assets/mshta.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Assets/mshta.sct -------------------------------------------------------------------------------- /Assets/placeholder: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Assets/r.b64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Assets/r.b64 -------------------------------------------------------------------------------- /Assets/rev.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Assets/rev.xsl -------------------------------------------------------------------------------- /Assets/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Assets/template.md -------------------------------------------------------------------------------- /Assets/wtf.hta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Assets/wtf.hta -------------------------------------------------------------------------------- /Assets/wtf.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Assets/wtf.sct -------------------------------------------------------------------------------- /Functions/123.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Functions/123.ps1 -------------------------------------------------------------------------------- /Functions/Abuse-CapsLock.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Functions/Abuse-CapsLock.md -------------------------------------------------------------------------------- /Functions/Add-Network.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Functions/Add-Network.md -------------------------------------------------------------------------------- /Functions/B64-img.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Functions/B64-img.md -------------------------------------------------------------------------------- /Functions/B64.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Functions/B64.md -------------------------------------------------------------------------------- /Functions/Clean-Exfil.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Functions/Clean-Exfil.md -------------------------------------------------------------------------------- /Functions/Def_Protocol_HNDLR.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Functions/Def_Protocol_HNDLR.md -------------------------------------------------------------------------------- /Functions/DefaultBrowser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Functions/DefaultBrowser.md -------------------------------------------------------------------------------- /Functions/Detect-Mouse-Movement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Functions/Detect-Mouse-Movement.md -------------------------------------------------------------------------------- /Functions/Discord-Upload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Functions/Discord-Upload.md -------------------------------------------------------------------------------- /Functions/DropBox-Upload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Functions/DropBox-Upload.md -------------------------------------------------------------------------------- /Functions/FunctionsThatShouldNotExist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Functions/FunctionsThatShouldNotExist.md -------------------------------------------------------------------------------- /Functions/Get-BrowserData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Functions/Get-BrowserData.md -------------------------------------------------------------------------------- /Functions/Get-GeoLocation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Functions/Get-GeoLocation.md -------------------------------------------------------------------------------- /Functions/Hide-Msg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Functions/Hide-Msg.md -------------------------------------------------------------------------------- /Functions/If-Admin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Functions/If-Admin.md -------------------------------------------------------------------------------- /Functions/Invoke-WebRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Functions/Invoke-WebRequest.md -------------------------------------------------------------------------------- /Functions/Minimize-Apps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Functions/Minimize-Apps.md -------------------------------------------------------------------------------- /Functions/MsgBox.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Functions/MsgBox.md -------------------------------------------------------------------------------- /Functions/PlaySound.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Functions/PlaySound.md -------------------------------------------------------------------------------- /Functions/PowerShell-2-Batch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Functions/PowerShell-2-Batch.md -------------------------------------------------------------------------------- /Functions/Set-Volume.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Functions/Set-Volume.md -------------------------------------------------------------------------------- /Functions/Set-WallPaper.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Functions/Set-WallPaper.md -------------------------------------------------------------------------------- /Functions/Speak.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Functions/Speak.md -------------------------------------------------------------------------------- /Functions/UAC-Bypass.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Functions/UAC-Bypass.md -------------------------------------------------------------------------------- /Functions/Url-2-Ascii.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Functions/Url-2-Ascii.md -------------------------------------------------------------------------------- /Functions/Wifi-Info.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Functions/Wifi-Info.md -------------------------------------------------------------------------------- /Functions/honeypot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Functions/honeypot.md -------------------------------------------------------------------------------- /Functions/ns-lookup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Functions/ns-lookup.md -------------------------------------------------------------------------------- /Functions/pode/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Functions/pode/main.ps1 -------------------------------------------------------------------------------- /Functions/txt-img.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/Functions/txt-img.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/README.md -------------------------------------------------------------------------------- /VideoNotes/3_ways_to_hide_malware.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/3_ways_to_hide_malware.md -------------------------------------------------------------------------------- /VideoNotes/AlternateDataStream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/AlternateDataStream.md -------------------------------------------------------------------------------- /VideoNotes/CertManagmentGuide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/CertManagmentGuide.md -------------------------------------------------------------------------------- /VideoNotes/ChatGPT-Powershell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/ChatGPT-Powershell.md -------------------------------------------------------------------------------- /VideoNotes/Convert-Cmdlet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/Convert-Cmdlet.md -------------------------------------------------------------------------------- /VideoNotes/Convert-ImageToAscii.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/Convert-ImageToAscii.ps1 -------------------------------------------------------------------------------- /VideoNotes/Convert-ImageToHtml.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/Convert-ImageToHtml.ps1 -------------------------------------------------------------------------------- /VideoNotes/Ensure-ProfileExists.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/Ensure-ProfileExists.ps1 -------------------------------------------------------------------------------- /VideoNotes/FileHashInAds.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/FileHashInAds.md -------------------------------------------------------------------------------- /VideoNotes/ImgDecon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/ImgDecon.md -------------------------------------------------------------------------------- /VideoNotes/Invoke-ScriptBlockAtPosition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/Invoke-ScriptBlockAtPosition.md -------------------------------------------------------------------------------- /VideoNotes/OpenFormsOnSecondaryMonitors.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/OpenFormsOnSecondaryMonitors.ps1 -------------------------------------------------------------------------------- /VideoNotes/PsChat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/PsChat.md -------------------------------------------------------------------------------- /VideoNotes/Test-SshConnection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/Test-SshConnection.ps1 -------------------------------------------------------------------------------- /VideoNotes/Update-VariableValue.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/Update-VariableValue.ps1 -------------------------------------------------------------------------------- /VideoNotes/Where-To-Start/quiz.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/Where-To-Start/quiz.ps1 -------------------------------------------------------------------------------- /VideoNotes/Write-Host2echo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/Write-Host2echo.md -------------------------------------------------------------------------------- /VideoNotes/assets/diff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/assets/diff.png -------------------------------------------------------------------------------- /VideoNotes/assets/placeholder: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /VideoNotes/assets/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/assets/thumbnail.png -------------------------------------------------------------------------------- /VideoNotes/cGpt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/cGpt.txt -------------------------------------------------------------------------------- /VideoNotes/compression.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/compression.md -------------------------------------------------------------------------------- /VideoNotes/findEmptyFiles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/findEmptyFiles -------------------------------------------------------------------------------- /VideoNotes/findEmptyFolders.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/findEmptyFolders.md -------------------------------------------------------------------------------- /VideoNotes/findEncryptedFiles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/findEncryptedFiles.md -------------------------------------------------------------------------------- /VideoNotes/findHiddenFiles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/findHiddenFiles.md -------------------------------------------------------------------------------- /VideoNotes/function Start-TcpListener.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/function Start-TcpListener.ps1 -------------------------------------------------------------------------------- /VideoNotes/getInstalledSoftware.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/getInstalledSoftware.md -------------------------------------------------------------------------------- /VideoNotes/getMotherboard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/getMotherboard.md -------------------------------------------------------------------------------- /VideoNotes/htmlRenderer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/htmlRenderer.ps1 -------------------------------------------------------------------------------- /VideoNotes/listCliTools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/listCliTools.md -------------------------------------------------------------------------------- /VideoNotes/listIPV6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/listIPV6.md -------------------------------------------------------------------------------- /VideoNotes/listInstalledLanguages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/listInstalledLanguages.md -------------------------------------------------------------------------------- /VideoNotes/listModules.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/listModules.md -------------------------------------------------------------------------------- /VideoNotes/listPsProfiles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/listPsProfiles.md -------------------------------------------------------------------------------- /VideoNotes/lsbSteggo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/lsbSteggo.md -------------------------------------------------------------------------------- /VideoNotes/passwordEncryption.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/passwordEncryption.md -------------------------------------------------------------------------------- /VideoNotes/polyglot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/polyglot.md -------------------------------------------------------------------------------- /VideoNotes/psChat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/psChat.md -------------------------------------------------------------------------------- /VideoNotes/sendTCP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/sendTCP.md -------------------------------------------------------------------------------- /VideoNotes/shortestAlias.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/shortestAlias.md -------------------------------------------------------------------------------- /VideoNotes/shortestParameter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/shortestParameter.md -------------------------------------------------------------------------------- /VideoNotes/sshKeygen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/sshKeygen.md -------------------------------------------------------------------------------- /VideoNotes/takeScreenShot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/takeScreenShot.md -------------------------------------------------------------------------------- /VideoNotes/write-host.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/I-Am-Jakoby/PowerShell-for-Hackers/HEAD/VideoNotes/write-host.ps1 --------------------------------------------------------------------------------