File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 67
67
| [ RC4 Encryption] ( ./Encryption%20Methods/rc4_shellcode_encrypt.rs ) | Encrypt and Decrypt Shellcodes/Payloads using RC4-Encryption |
68
68
| [ Khufu Encryption] ( ./Encryption%20Methods/Khufu_encryption/ ) | Perform Encrypt and Decrypt using Khufu Algorithm |
69
69
| [ Camellia Cipher] ( ./Encryption%20Methods/camellia_cipher/ ) | Perform Encryption using Camellia Cipher |
70
- | [ SystemFunction032/033] ( ./Encryption%20Methods/SystemFunction032_033/ ) | Encrypt and Decrypt shellcode using undocumented winapi function. |
71
70
| [ NullxFigure] ( ./Encryption%20Methods/nullxfigure/ ) | Simple Program to parse null bytes into each shellcode |
72
- | [ A5/1 cipher] ( ./Encryption%20Methods/ ) | Encrypt shellcode using a modified A5/1 cipher with seeded randomness. |
73
- | [ XOR Encryption] ( ./Encryption%20Methods/xor_encrypt.rs ) | Shellcode Encryption using XOR |
71
+ | [ A5/1 Cipher] ( ./Encryption%20Methods/ ) | Encrypt shellcode using a modified A5/1 cipher with seeded randomness. |
72
+ | [ XOR Encryption] ( ./Encryption%20Methods/xor_encrypt.rs ) | Shellcode Encryption using XOR |
73
+ | [ Lucifer Algorithm] ( ./Encryption%20Methods/lucifer_algorithm.rs ) | Encrypt and Decrypt shellcodes using Lucifer Algorithm. |
74
+ | [ DFC Algorithm] ( ./Encryption%20Methods/dfc_algorithm.rs ) | Encrypt and execute payloads using DFC Algorithm. |
74
75
| [ Payload Suffling] ( ./Encryption%20Methods/payload_shuffling/ ) | Payload Suffling Techniques |
75
76
| [ ECC Encryption] ( ./Encryption%20Methods/ecc_shellcode_exec/ ) | Encrypt and Decrypt Shellcodes/Payloads using ECC (Elliptic Curve Cryptography) |
77
+ | [ SystemFunction032/033] ( ./Encryption%20Methods/SystemFunction032_033/ ) | Encrypt and Decrypt shellcode using undocumented winapi function. |
78
+
76
79
77
80
78
81
You can’t perform that action at this time.
0 commit comments