You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[UAC Bypass CMSTP](uac-bypass-cmstp/): Bypass UAC by elevating CMSTP.exe
50
-
*[Malware DSA](shellcode_exec/DSA_Exec): Implementing malwares using DSA (Data Structures and Algorithms) Concept.
51
-
*[Shellcode Obfuscation](obfuscation): Obfuscate and deobfuscate shellcode using Ipv4, Ipv6, MAC, UUiD formats.
52
-
*[EDR Checker](EDRChecker): check for the presence of EDR's tools, AV softwares, and other security-related applications on a Windows system.
53
-
*[Keylogger Dropper](keylog_dropper): Downloads keylogger and sender on victim PC and exectutes in background.
54
-
*[Rand_Fill](Malware_Tips/rand_fill/): A Small Parallel Program that Deletes All Files on Disk and Fills with Random Bytes, Making the Recovery Process Impossible.
55
-
*[Encryfer-X](Malware-Samples/Encryfer/): Ransomware written by combining all Possible POC techniques.
|[UAC Bypass CMSTP](uac-bypass-cmstp/)| Bypass UAC by elevating CMSTP.exe |
52
+
|[Malware DSA](shellcode_exec/DSA_Exec)| Implementing malwares using DSA (Data Structures and Algorithms) Concept. |
53
+
|[Shellcode Obfuscation](obfuscation)| Obfuscate and deobfuscate shellcode using Ipv4, Ipv6, MAC, UUiD formats. |
54
+
|[EDR Checker](EDRChecker)| Check for the presence of EDR's tools, AV softwares, and other security-related applications on a Windows system. |
55
+
|[Keylogger Dropper](keylog_dropper)| Downloads keylogger and sender on victim PC and executes in background. |
56
+
|[Rand_Fill](Malware_Tips/rand_fill/)| A Small Parallel Program that Deletes All Files on Disk and Fills with Random Bytes, Making the Recovery Process Impossible. |
57
+
|[Encryfer-X](Malware-Samples/Encryfer/)| Ransomware written by combining all Possible POC techniques. |
58
+
59
+
56
60
57
61
58
62
## Manifest dependencies for [winapi](https://docs.rs/winapi/latest/winapi/) to test and execute
@@ -67,8 +71,9 @@ ntapi = "0.4.1"
67
71
68
72
> Tips for Rust Beginners: Copy and save the dependencies in Cargo.toml File. Versions may be different. Just copy the features when testing.
69
73
70
-
***How to Compile this Repository Source Codes [README.](./deps.md)**
71
-
***Cross Compilation Using Docker [README.](./docker.md).**
74
+
* New to Rust ? : Please Follow the steps here **[Compile](./deps.md)**
75
+
***How to Compile this Repository Source Codes **[README](./deps.md)**
76
+
***Cross Compilation Using Docker [READMe](./docker.md).**
0 commit comments