Update Readme.md

This commit is contained in:
F L U X
2024-06-30 13:44:18 +01:00
committed by GitHub
parent 0a0fef633b
commit 46f8c31ca4
+3 -1
View File
@@ -6,6 +6,8 @@ The shellcode itself is currently a base to be moulded into a specific use case,
Project inspired directly by [b1tg](https://github.com/b1tg/rust-windows-shellcode) on GitHub (check them out); used my function (slightly modified) from my project here for reading the PEB, but implemented b1tg's function for finding the export function (I couldn't quite get mine to work without throwing memory access violations that proved arduous to debug properly as it only happened when injected into another process interestingly).
See the shellcode generated by this project in use, in my [APC Queue Injection project](https://github.com/0xflux/Rust-APC-Queue-Injection)!
# POC
The POC for this opens calc.exe, but the shellcode could easily be modified to download remote data to execute.
@@ -20,4 +22,4 @@ The author of this project disclaims any responsibility for misuse or illegal ap
USE AT YOUR OWN RISK. If you decide to use this software CONDUCT A THOROUGH INDEPENDENT CODE REVIEW to ensure it meets your standards. No unofficial third party dependencies are included to minimise attack surface of a supply chain risk. I cannot be held responsible for any problems that arise as a result of executing this, the burden is on the user of the software to validate its safety & integrity. All care has been taken to write safe code.
It is the user's responsibility to comply with all relevant local, state, national, and international laws and regulations related to cybersecurity and the use of such tools and information. If you are unsure about the legal implications of using or studying the material provided in this project, please consult with a legal professional before proceeding. Remember, responsible and ethical behavior is paramount in cybersecurity research and practice. The knowledge and tools shared in this project are provided in good faith to contribute positively to the cybersecurity community, and I trust they will be used with the utmost integrity.
It is the user's responsibility to comply with all relevant local, state, national, and international laws and regulations related to cybersecurity and the use of such tools and information. If you are unsure about the legal implications of using or studying the material provided in this project, please consult with a legal professional before proceeding. Remember, responsible and ethical behavior is paramount in cybersecurity research and practice. The knowledge and tools shared in this project are provided in good faith to contribute positively to the cybersecurity community, and I trust they will be used with the utmost integrity.