Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
limouren authored and limouren committed Sep 6, 2023
1 parent 9f0d9a8 commit a345e04
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
# Impacket_For_Web

实现让Impacket的几个横向模块可视化
本程序直接魔改Impacket的代码,实现Web API操作后加入前端,方便各位Hack大佬使用

本项目对Impacket进行定制与拓展,增加代理隧道、增加Web API、增加可视化前端。


# 特性
+ 免除死记各种参数
+ 可部署公网,多人操作
+ 实现程序内Socks隧道、不受工具、环境等限制
+ Socks 隧道:强大的代理功能,确保稳定的网络通信,独立于任何特定的网络环境。
+ 公网部署 & 多用户支持:本项目支持在公网上部署,多个用户可以同时操作和协作。
+ WebAPI 接口:为前端设计提供了强大的数据交互功能,同时支持简易的集成和二次开发。
+ 免除复杂参数:无需复杂的命令行参数,可通过友好的界面进行操作,直观展示横向移动的过程和结果


# 功能
+ psexec 密码 OR 哈希命令执行
+ atexec 密码 OR 哈希命令执行
+ wmiexec 密码 OR 哈希命令执行
+ dcomexec 密码 OR 哈希单命令执行
+ 需要新功能可提需求

# 部署

Expand Down

0 comments on commit a345e04

Please sign in to comment.