shadowbrokers-exploits/windows/Resources/Gui/Config/ScreenShot/shellStartStrings.xml
2017-04-14 11:45:07 +02:00

21 lines
No EOL
654 B
XML

<ShellMap>
<System adjustableFormat="true">
<PlatformRegex>winnt</PlatformRegex>
<CommandLine>cmd.exe /q</CommandLine>
</System>
<System enableUser="true">
<PlatformRegex>linux</PlatformRegex>
<CommandLine>/bin/sh</CommandLine>
<InitialCommand>histsize=0</InitialCommand>
</System>
<System enableUser="true">
<PlatformRegex>linux_se</PlatformRegex>
<CommandLine>/bin/sh</CommandLine>
<InitialCommand>histsize=0</InitialCommand>
</System>
<System enableUser="true">
<PlatformRegex>solaris</PlatformRegex>
<CommandLine>/bin/sh</CommandLine>
<InitialCommand>histsize=0</InitialCommand>
</System>
</ShellMap>