HavocFramework / Havoc

The Havoc Framework.
https://havocframework.com
GNU General Public License v3.0
6.72k stars 949 forks source link

Fixed missing import causing builds to fail #382

Closed WayneJLee closed 1 year ago

WayneJLee commented 1 year ago

Love the framework and would just like to chime in here with a simple PR fix for #381.

9a3307d uncommented the block of code for third-party agent support but forgot to include the import statement for the service Go module, causing make ts-build to fail.

zizoMatesha commented 1 year ago

Thanks for the tip!

Cracked5pider commented 1 year ago

should be fixed