lordlabuckdas / gtfoo

go program to fetch gtfobins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Functions to methods

lordlabuckdas opened this issue · comments

In gtfobins.go, there are direct function calls that depend on the gtfobinMain call first

Since we are planning to publish gtfobins as a module, a better way to do so would be to make the functions into methods so that they can be called conveniently from the driver program file.