shadowbrokers-exploits/windows/Resources/Ops/Aliases/runtime.xml
2017-04-14 11:45:07 +02:00

14 lines
521 B
XML

<?xml version="1.1" ?>
<Aliases>
<Alias>
<Name>runtime</Name>
<Location>Remote</Location>
<ReplaceBeforeArgs>python runtime.py -project Ops -args "</ReplaceBeforeArgs>
<ReplaceAfterArgs>"</ReplaceAfterArgs>
<Help>Usage:
runtime &lt;command&gt;
Executes: python runtime.py -project Ops -args "&lt;command&gt;"
Times how long it takes to execute &lt;command&gt;. The script will assemble the
command from multiple arguments, so there is no need to enter escaping-hell.</Help>
</Alias>
</Aliases>