How to transform into command parameter input?
Closed this issue · 1 comments
workcha commented
Hello, I want to change the script to be able to enter commands for execution, but I changed the notepad.exe bytes in the shellcode of the notepad.exe you provided to ping www.xxx.com, and found that the ping command was not executed, you can give Do I provide a solution?
lassehauballe commented
Hi
At this time the script only takes in shellcode. You should be able to generate shellcode for your purpose with something like msfvenom -p windows/exec cmd=ping www.xxx.com -f csharp
didn't test this, but it should work :)