Skip to content
/ Talon Public
forked from HavocFramework/Talon

(Demo) 3rd party agent for Havoc

Notifications You must be signed in to change notification settings

Ka1t4v/Talon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[+] 增加了dll和shellcode的实现

[+] 修复了下载文件和命令结果输出的编码问题

Talon

Talon is a 3rd party agent for Havoc written in C. It's very minimalistic and it's meant to show how to work with the Havoc service api. Talon.py is the script that handles callbacks, register reqeuest and tasks by interacting with the Havoc service api.

compile agent:

cd Talon
make
python build.py

The agent will be generated in the Agent/Bin directory

start agent handler:

python Talon.py

About

(Demo) 3rd party agent for Havoc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 59.6%
  • Python 36.4%
  • Makefile 2.5%
  • Assembly 1.1%
  • CMake 0.4%