Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
savior-only authored Jul 10, 2022
1 parent 202bb47 commit e2eef71
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Sunlogin_RCE-GUI-
向日葵漏洞图形化利用工具

纯菜鸟第一次写图形化工具,各位大佬看看就好,勿喷。



初版主要长这样,集成了获取配置信息(读取向日葵的配置文件)和执行命令功能。

<img src="img/1.jpg" alt="1" style="zoom:50%;" />

## 获取配置信息

该模块主要通过powershell、注册表、findstr命令来获取目标站点的配置文件信息;

该模块集成了实战过程中遇到过的各个向日葵配置文件路径。

<img src="img/2.jpg" alt="2" style="zoom:50%;" />

## 执行系统命令

该模块主要通过cmd和powershell来执行系统命令;

发现其他方法的话后续会进行添加。

<img src="img/3.jpg" alt="3" style="zoom:50%;" />



# ⚠️ 免责声明

​ 此工具仅作为网络安全攻防研究交流,请使用者遵照网络安全法合理使用! 如果使用者使用该工具出现非法攻击等违法行为,与本作者无关!
Binary file added img/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e2eef71

Please sign in to comment.