HavocFramework / Havoc

The Havoc Framework.
GNU General Public License v3.0
6.3k stars 905 forks source link

On branch arslan-director-dhavoc #461

Open DeathNet123 opened 4 months ago

DeathNet123 commented 4 months ago

Changes to be committed:

modified: makefile Remove the auto branch fetching for the client modules cloning to literal main just cuz of the branch issues

modified: teamserver/Install.sh Commented the install.sh because it was downloading the compilers everytime after reboot because of the storage in tmp

modified: teamserver/cmd/server/teamserver.go

1- Added the function for the Teamserver object to convert it into the TeamserverJson 2- Added the GET endpoint on the teamserver engine called quick to dump the TeamserverJson

modified: teamserver/cmd/server/types.go 1- Added the TeamserverJson struct 2- Added the ClientJson struct