• Stars
    star
    496
  • Rank 88,807 (Top 2 %)
  • Language
  • Created about 5 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

内网渗透中常用的c#程序整合成cs脚本,直接内存加载。持续更新~

SharpToolsAggressor

SharpEventLog: Windows Login EventLog

Get Windows Login EventLog:Login success:4624 And Login Failure:4625 c# 读取登录过本机的登录失败或登录成功(4624,4625)的所有计算机信息,在内网渗透中快速定位运维管理人员。 https://github.com/uknowsec/SharpEventLog

SharpWebScan: A Multi Port Web Title Scanner

https://github.com/RcoIl/CSharp-Tools/tree/master/SharpWebScan

SharpAVKB: GetWindowsAnti-VirusSoftware And GetWindowsKernelExploitsKB

Windows杀软对比和补丁号对比 https://github.com/uknowsec/SharpAVKB

SharpSQLTools: Command Line SQLTools

命令行版SQLTools https://github.com/uknowsec/SharpSQLTools

SharpDecryptPwd: DecryptPwd:Navicat,TeamViewer,FileZilla,WinSCP,Xmangager

对密码已保存在 Windwos 系统上的部分程序进行解析,包括:Navicat,TeamViewer,FileZilla,WinSCP,Xmangager系列产品(Xshell,Xftp)。 https://github.com/uknowsec/SharpDecryptPwd

SharpDomainSpray: SharpDomainSpray is a very simple password spraying tool written in .NET. It takes a password then finds users in the domain and attempts to authenticate to the domain with that given password.

https://github.com/RcoIl/CSharp-Tools/tree/master/SharpDomainSpray

SharpCheckInfo: Information Gathering

收集目标主机信息,包括最近打开文件,系统环境变量和回收站文件等等 https://github.com/uknowsec/SharpCheckInfo

Net-GPPPassword: .NET implementation of Get-GPPPassword. Retrieves the plaintext password and other information for accounts pushed through Group Policy Preferences.

https://github.com/outflanknl/Net-GPPPassword

SharpSQLDump:Quickly locate valuable data in database

内网渗透中快速获取数据库所有库名,表名,列名。具体判断后再去翻数据,节省时间。适用于mysql,mssql。

https://github.com/uknowsec/SharpSQLDump

SharpNetCheck:Quickly Net Check

在内网渗透过程中,对可以出网的机器是十分渴望的。在收集大量弱口令的情况下,一个一个去测试能不能出网太麻烦了。所以就有了这个工具,可配合如wmiexec、psexec等横向工具进行批量检测,该工具可以在dnslog中回显内网ip地址和计算机名,可实现内网中的快速定位可出网机器。

https://github.com/uknowsec/SharpNetCheck

SharpWeb: retrieve saved logins from Google Chrome, Firefox, Internet Explorer and Microsoft Edge. In the future, this project will be expanded upon to retrieve Cookies and History items from these browsers.

https://github.com/djhohnstein/SharpWeb

More Repositories

1

Active-Directory-Pentest-Notes

个人域渗透学习笔记
1,712
star
2

SharpDecryptPwd

对密码已保存在 Windwos 系统上的部分程序进行解析,包括:Navicat,TeamViewer,FileZilla,WinSCP,Xmangager系列产品(Xshell,Xftp)。源码:https://github.com/RowTeam/SharpDecryptPwd
1,144
star
3

SharpSQLTools

SharpSQLTools 和@Rcoil一起写的小工具,可上传下载文件,xp_cmdshell与sp_oacreate执行命令回显和clr加载程序集执行相应操作。
C#
884
star
4

SweetPotato

Modifying SweetPotato to support load shellcode and webshell
C#
680
star
5

frpModify

修改frp支持域前置与配置文件自删除
387
star
6

SharpNetCheck

C#
287
star
7

TailorScan

自用缝合怪内网扫描器,支持端口扫描,识别服务,获取title,扫描多网卡,ms17010扫描,icmp存活探测。
278
star
8

Fofa-gui

Fofa采集工具-自修改版本
278
star
9

loginlog_windows

读取登录过本机的登录失败或登录成功的所有计算机信息,在内网渗透中快速定位运维管理人员。
219
star
10

getSystem

webshell下提权执行命令 Reference:https://github.com/yusufqk/SystemToken
C
206
star
11

SharpEventLog

c# 读取登录过本机的登录失败或登录成功(4624,4625)的所有计算机信息,在内网渗透中快速定位运维管理人员。
C#
202
star
12

SharpSQLDump

内网渗透中快速获取数据库所有库名,表名,列名。具体判断后再去翻数据,节省时间。适用于mysql,mssql。
C#
195
star
13

JuicyPotato

Modifying JuicyPotato to support load shellcode and webshell
C++
185
star
14

BurpSuite-Extender-fastjson

Reference:https://www.w2n1ck.com/article/44/
Python
151
star
15

keylogger

键盘记录,支持定时回传
Go
132
star
16

SharpCheckInfo

收集目标主机信息,包括最近打开文件,系统环境变量和回收站文件等等
C#
111
star
17

CreateService

创建服务持久化
C++
101
star
18

OXID_Find

OXID_Find by C++(多线程) 通过OXID解析器获取Windows远程主机上网卡地址
C++
80
star
19

SharpOSS

Quickly upload files to aliyun OSS by aliyun-oss-csharp-sdk
C#
73
star
20

SharpAVKB

Windows杀软对比和补丁号对比
C#
59
star
21

SharpOXID-Find

OXID_Find by Csharp(多线程) 通过OXID解析器获取Windows远程主机上网卡地址 From @RcoIl
C#
52
star
22

RemoteCryptoShellcodeLoader

DomainFronting(aliyun)远程加载shellcode,远程获取shellcode使用aes动态加密传输数据
C++
46
star
23

Frida-Hook-In-Java-Notes

Java层frida hook学习笔记 https://uknowsec.cn
45
star
24

SSL

StenographyShellcodeLoader
C++
42
star
25

RemoteReflectiveDLL

C++
36
star
26

ReflectiveDLLInjection-Notes

ReflectiveDLL学习代码
C
31
star
27

SauronEye-Modify

在原项目上加上将找到的文件压缩打包上传oss,另外做了部分小修改。
C#
29
star
28

SharpZip

C#
26
star
29

SharpCryptPermute

Crypt/Decrypt Proxyshell Payload
C#
9
star
30

ModbusPeachPit

ModbusPeachPit
8
star
31

uknowsec

6
star
32

List-RDP-Connections-History

agscript-script List-RDP-Connections-History
PowerShell
5
star
33

uknowsec.github.io

HTML
4
star
34

gps_map

服务端server.php接收GPS模块数据进行处理存入数据库,setPoint.php和json.php查询得到数据库GPS数据,index.html通过ajax请求setPoint.php和json.php中的GPS数据通过百度地图API进行显示以及表格形式输出。
CSS
3
star
35

unicode-jsp

HTML
2
star
36

jsq

HTML
1
star
37

Captchademo

验证码爆破场景demo
PHP
1
star