Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ea5ae44

Browse files
committed
Minor improvement
1 parent 95b9a47 commit ea5ae44

12 files changed

Lines changed: 15 additions & 5 deletions

File tree

data/shell/backdoors/backdoor.asp_

0 Bytes
Binary file not shown.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
:��&�]�_i�;)0Dn�ză�M��-���x�q�=�M?�I���R�c�o|������Y��m#��9Y�UDžg�S�%e}��YkP�����G����h�䳙���3�����tØ���f�=�K�8p)��?E*_D�}4�Ӟ�Iםå��f�F��'{�$ҟ�i0�u��f<#�^CG�POMxw��&����:�ߒ�� ��N��2�t�4��{rܗ�]���6��ΦN���M�\~TꈮC�G���4��3%¼�t���oܞ��9W�Ї���҉�{���d�jG���Wў��]�?k��{��I����Q!�^qVR�|�MӣbS���x�^����+������! ��.��4��2O.l)�@���fUS��pm���j]"��[��c&`�4��6aV��dSkȜ
1+
4��9�8�a$�$:f;8�zۤ�H�+����S��H@7�e�H~�\�c�H�D����T&�
2+
�m<��<�c<ؖ1��%zZ��cf���G���e����m�ҟ��Ұe�����q�����0�k�i�'Wc,� i5L�+:�Ӂ�,��˓��u�9��d�A���3E/�
3+
��D<<�;F�|P!��&�{��� �����]��N���7@�B�+��$ҵ�B���n���]��E�o�CY1�Ц2o�T���:��,���| �������&pc鈏����߲-�'��?�2O�ٲD�ᬼ� L��#�8�Z��C��Q>�cy`~�o�2��@S���}�V����}��򯸍iע��'��dA l6�%��+JJ@��&c՝� Xz��D��pn�4�)�39^)Ўw��

data/shell/backdoors/backdoor.jsp_

0 Bytes
Binary file not shown.

data/shell/backdoors/backdoor.php_

0 Bytes
Binary file not shown.

data/shell/stagers/stager.asp_

0 Bytes
Binary file not shown.

data/shell/stagers/stager.aspx_

0 Bytes
Binary file not shown.

data/shell/stagers/stager.jsp_

0 Bytes
Binary file not shown.

data/shell/stagers/stager.php_

0 Bytes
Binary file not shown.

extra/cloak/cloak.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
xrange = range
2222
ord = lambda _: _
2323

24-
KEY = b"wXGWkn7KI0VhDOHS"
24+
KEY = b"LGekORm7qYCsv39f"
2525

2626
def xor(message, key):
2727
return b"".join(struct.pack('B', ord(message[i]) ^ ord(key[i % len(key)])) for i in range(len(message)))

extra/shutils/recloak.sh

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@
55
DIR=$(cd -P -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd -P)
66

77
cd $DIR/../../data/shell
8-
find -regex ".*backdoor\.[a-z]*_" -or -regex ".*stager\.[a-z]*_" -type f -exec python ../../extra/cloak/cloak.py -d -i '{}' \;
8+
find -regex ".*backdoor\.[a-z]*_" -type f -exec python ../../extra/cloak/cloak.py -d -i '{}' \;
9+
find -regex ".*stager\.[a-z]*_" -type f -exec python ../../extra/cloak/cloak.py -d -i '{}' \;
910

1011
cd $DIR/../cloak
1112
sed -i 's/KEY = .*/KEY = b"'`python -c 'import random; import string; print("".join(random.sample(string.ascii_letters + string.digits, 16)))'`'"/g' cloak.py
1213

1314
cd $DIR/../../data/shell
14-
find -regex ".*backdoor\.[a-z]*" -or -regex ".*stager\.[a-z]*" -type f -exec python ../../extra/cloak/cloak.py -i '{}' \;
15+
find -regex ".*backdoor\.[a-z]*" -type f -exec python ../../extra/cloak/cloak.py -i '{}' \;
16+
find -regex ".*stager\.[a-z]*" -type f -exec python ../../extra/cloak/cloak.py -i '{}' \;
17+
18+
git clean -f > /dev/null

0 commit comments

Comments
 (0)