add CreateUser:绕过360,火绒添加用户

This commit is contained in:
Mrxn 2022-10-24 21:10:56 +08:00
parent f0dab4d279
commit dc0740eefc

View File

@ -2,6 +2,8 @@
搜集有关渗透测试中用到的POC、脚本、工具、文章等姿势分享作为笔记吧欢迎补充。
**请注意所有工具是否有后门或者其他异常行为,建议均在虚拟环境操作。**
- [ Penetration_Testing_POC](#head1)
- [ 请善用搜索[`Ctrl+F`]查找](#head2)
- [IOT Device&Mobile Phone](#head3)
@ -1387,7 +1389,7 @@
- [injectionWindows 线程注入方法](https://github.com/odzhan/injection)
- [e9patch一个强大的静态二进制重写工具](https://github.com/GJDuck/e9patch)
- [Plog仅用于提取登录密码的 Mimikatz免杀大多数 AV](https://github.com/GamehunterKaan/Plog)
- ~~[ShellcodeLoader绕过防病毒软件的Shellocde加载器【2022.10.20被发现疑似投毒】](https://github.com/ByPassAVTeam/ShellcodeLoader)~~
- ~~[ShellcodeLoader绕过防病毒软件的Shellocde加载器【2022.10.20被发现release文件投毒】](https://github.com/ByPassAVTeam/ShellcodeLoader)~~
- [iisScaner多线程批量检测IIS短文件名漏洞+漏洞利用](https://github.com/VMsec/iisScaner)
- [AlphalogDNSLog、httplog、rmilog、ldaplog、jndi 等都支持](https://github.com/AlphabugX/Alphalog)
- [DHookDHook是一个交互式自定义动态hook的工具。通过javaagent+ASM技术对运行时的java应用进行字节码修改并可以以界面和配置文件的方式来增加hook点修改执行方法的返回值以及参数等。如破解cs等](https://github.com/keven1z/DHook)
@ -1649,6 +1651,7 @@
- [ShadowSpray在这个域中喷洒影子凭证的工具希望在域中的其他对象上滥用早已被遗忘的GenericWrite/GenericAll DACL](https://github.com/Dec0ne/ShadowSpray)
- [AtomPePacker多功能PE加壳工具可用来bypass AV](https://github.com/ORCx41/AtomPePacker)
- [AppInfoScanner移动端(Android、iOS、WEB、H5、静态网站)信息收集扫描工具](https://github.com/kelvinBen/AppInfoScanner)
- [CreateUser绕过360火绒添加用户](https://github.com/RuanLang0777/CreateUser)
## <span id="head8"> 文章/书籍/教程相关</span>