Skip to content

BOF帮助工具,修复了原项目中失效的url

Notifications You must be signed in to change notification settings

0pen1/BOF_helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Beacon Object File (BOF) Creation Helper

修复原项目中失效的url,具体可以参考原项目链接:https://github.com/dtmsecurity/bof_helper

依赖

Use install.sh to check and sort this but all that is required is the following:

使用方法

python3 bof_helper.py <API Method>

示例

python3 bof_helper.py DsGetDcNameA
██████╗  ██████╗ ███████╗
██╔══██╗██╔═══██╗██╔════╝
██████╔╝██║   ██║█████╗
██╔══██╗██║   ██║██╔══╝
██████╔╝╚██████╔╝██║
╚═════╝  ╚═════╝ ╚═╝
BOF Helper by @dtmsecurity

[Library] DsGetDcNameA is probably in NetApi32

[Declaration] DWORD WINAPI DsGetDcNameA(LPCSTR, LPCSTR, GUID*, LPCSTR, ULONG, PDOMAIN_CONTROLLER_INFOA*);

[BOF Helper]
DECLSPEC_IMPORT DWORD WINAPI NETAPI32$DsGetDcNameA(LPCSTR, LPCSTR, GUID*, LPCSTR, ULONG, PDOMAIN_CONTROLLER_INFOA*);

原项目链接

About

BOF帮助工具,修复了原项目中失效的url

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published