一款基于C#实现的终端信息收集工具

0x01 工具介绍

本次分享一款基于C#实现的免杀信息收集工具PwdCollection,支持抓取Chrome、Firefox、360浏览器、Navicat、FileZilla、WinSCP、Xmangager、windows hash等等.

1.1 使用方法

> PwdCollection.exe
Author: JDArmyGithub: https://github.com/JDArmy/PwdCollection
Usage: PwdCollection.exe -all       PwdCollection.exe -browser       PwdCollection.exe -FileZilla       PwdCollection.exe -WinSCP       PwdCollection.exe -Xmangage       ..........................

1.2 全盘查找包含密码等敏感字符文件

PwdCollection.exe - searchfile

工具暂时默认只支持[密码]、[账号]、[pass]这三类关键词,笔者觉得接受外部传参的方式更加合理,后续优化一下增加输入交互。

一款基于C#实现的终端信息收集工具

1.3 运行全部功能

PwdCollection.exe -all

一款基于C#实现的终端信息收集工具

0x02 项目地址

https://github.com/JDArmy/PwdCollection