3gstudent

Results 28 comments of 3gstudent

Try this: https://github.com/3gstudent/test/releases/download/ysoserial-0.0.6-SNAPSHOT/ysoserial-0.0.6-SNAPSHOT.zip

Add it to my [to do list](https://github.com/3gstudent/To-Do-List). I will finish it in my spare time.

https://github.com/3gstudent/Homework-of-C-Language/blob/master/EnableSeTakeOwnershipPrivilege.cpp 你的环境下,这个可以用吗

我可以这么理解吗: https://github.com/3gstudent/Homework-of-C-Language/blob/master/EnableSeTakeOwnershipPrivilege.cpp 这个代码可以生效,然后能够以低权限执行`reg add "hklm\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options" /v takeownership /t REG_SZ /d "C:\\Windows\\System32\\calc.exe"` 你想在.cpp中实现reg add的操作,但是失败了?

你可以先换一个高版本的Microsoft.Exchange.WebServices.dll和Microsoft.Exchange.WebServices.xml试试看,等我有时间搭环境确认一下

Thanks for your contribution. I will translate it into English in my way. Give me some time, please. I'm busy now.T_T

findallpeople in the ewsManage.py use m:FindPeople: ``` ``` You can just set the "offset" to 1000 for the next search. And my code avoids the bug in this way: https://github.com/3gstudent/Homework-of-Python/blob/master/ewsManage.py#L1275...

WinRM没有 但可以尝试利用HTTP Server API实现一个

(1) https://github.com/3gstudent/Homework-of-C-Language/blob/master/HTTPServerWebshell.cpp https://github.com/3gstudent/test/blob/master/HTran.cpp 这两个结合一下,理论上可行 (2)使用HTTP Server API 已经可以执行命令,可以把执行命令换成模拟rdp的功能,例如捕获屏幕,发送鼠标键盘消息这样