HavocFramework / Havoc

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

[Teamserver-Client--Bug]: #485

Closed Sh4d0wx0x5F closed 1 month ago

Sh4d0wx0x5F commented 1 month ago

Contact Details

No response

What happened?

──(kali㉿kali)-[~/Havoc] └─$ sudo make ts-build

Trying to make teamserver but getting errors

Did You Do a Pull First?

Latest (You performed a pull first)

Did You Try With the Dev Branch?

Yes (You tried using the dev branch but the problem persist)

Relevant log output

[*] building teamserver

gzip: stdin: unexpected end of file
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now

gzip: stdin: unexpected end of file
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
make: *** [makefile:11: ts-build] Error 2

Did You Read Over Your Issue First?

knoxoxen commented 1 month ago

im having this same issue, regardless of dependencies. I even tried to open Install.sh to see the eof it was talking about but cant seem to get it to work.

Sh4d0wx0x5F commented 1 month ago

im having this same issue, regardless of dependencies. I even tried to open Install.sh to see the eof it was talking about but cant seem to get it to work.

Btw I have solved that problem. I will send you solution

knoxoxen commented 1 month ago

Thank you

On Sun, Jun 2, 2024, 7:54 AM Muhammad Arafat @.***> wrote:

im having this same issue, regardless of dependencies. I even tried to open Install.sh to see the eof it was talking about but cant seem to get it to work.

Btw I have solved that problem. I will send you solution

— Reply to this email directly, view it on GitHub https://github.com/HavocFramework/Havoc/issues/485#issuecomment-2143817874, or unsubscribe https://github.com/notifications/unsubscribe-auth/BDTKA5RQAGYDN4KOI42BPQLZFMBVVAVCNFSM6AAAAABIQS45MWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBTHAYTOOBXGQ . You are receiving this because you commented.Message ID: @.***>

Sh4d0wx0x5F commented 1 month ago

Thank you On Sun, Jun 2, 2024, 7:54 AM Muhammad Arafat @.> wrote: im having this same issue, regardless of dependencies. I even tried to open Install.sh to see the eof it was talking about but cant seem to get it to work. Btw I have solved that problem. I will send you solution — Reply to this email directly, view it on GitHub <#485 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/BDTKA5RQAGYDN4KOI42BPQLZFMBVVAVCNFSM6AAAAABIQS45MWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBTHAYTOOBXGQ . You are receiving this because you commented.Message ID: @.>

echo 'deb http://ftp.de.debian.org/debian bookworm main' >> /etc/apt/sources.list sudo apt update sudo apt install python3-dev python3.10-dev libpython3.10 libpython3.10-dev python3.10

Try these all first than

cd teamserver go mod download golang.org/x/sys
go mod download github.com/ugorji/go cd .. make ts-build

If it doesn't work try deleting previous build and follow same steps again

Sh4d0wx0x5F commented 1 month ago

https://github.com/HavocFramework/Havoc/blob/main/WIKI.MD#installation

Check this page instead of Wiki one

knoxoxen commented 1 month ago

I appologize, i have followed these directions and still recieve the compilation error. If it helps, i am running the teamserver on a Kali box too. does the server have to be an ubuntu base for it to work out? attatched are screenshots of the issue at hand,

On Sun, Jun 2, 2024 at 8:48 AM Muhammad Arafat @.***> wrote:

https://github.com/HavocFramework/Havoc/blob/main/WIKI.MD#installation

Check this page instead of Wiki one

— Reply to this email directly, view it on GitHub https://github.com/HavocFramework/Havoc/issues/485#issuecomment-2143839961, or unsubscribe https://github.com/notifications/unsubscribe-auth/BDTKA5W67DHKAO575XOG6PLZFMIB3AVCNFSM6AAAAABIQS45MWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBTHAZTSOJWGE . You are receiving this because you commented.Message ID: @.***>

knoxoxen commented 1 month ago

On Sun, Jun 2, 2024 at 12:19 PM Dennis Whitaker II @.***> wrote:

I appologize, i have followed these directions and still recieve the compilation error. If it helps, i am running the teamserver on a Kali box too. does the server have to be an ubuntu base for it to work out? attatched are screenshots of the issue at hand,

On Sun, Jun 2, 2024 at 8:48 AM Muhammad Arafat @.***> wrote:

https://github.com/HavocFramework/Havoc/blob/main/WIKI.MD#installation

Check this page instead of Wiki one

— Reply to this email directly, view it on GitHub https://github.com/HavocFramework/Havoc/issues/485#issuecomment-2143839961, or unsubscribe https://github.com/notifications/unsubscribe-auth/BDTKA5W67DHKAO575XOG6PLZFMIB3AVCNFSM6AAAAABIQS45MWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBTHAZTSOJWGE . You are receiving this because you commented.Message ID: @.***>

Cracked5pider commented 1 month ago

This issue comes from the mingw files already existing in the tmp folder.

rm -rf /tmp/mingw*

this command should resolve the issue and u should be able to rerun the make ts-build command without any issues. the building of the teamserver might take a while so do not cancel it or else this issue might rise again.

if the issue has been resolved let me know and you can close this issue.

knoxoxen commented 1 month ago

The issue has been resolved, thank you! This looks awesome and I cannot wait to check if out.

On Mon, Jun 3, 2024, 9:36 AM 5pider @.***> wrote:

This issue comes from the mingw files already existing in the tmp folder.

rm -rf /tmp/mingw*

this command should resolve the issue and u should be able to rerun the make ts-build command without any issues. the building of the teamserver might take a while so do not cancel it or else this issue might rise again.

if the issue has been resolved let me know and you can close this issue.

— Reply to this email directly, view it on GitHub https://github.com/HavocFramework/Havoc/issues/485#issuecomment-2145223648, or unsubscribe https://github.com/notifications/unsubscribe-auth/BDTKA5WM2PXNIRDR3A6YDTLZFRWLHAVCNFSM6AAAAABIQS45MWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBVGIZDGNRUHA . You are receiving this because you commented.Message ID: @.***>

Sh4d0wx0x5F commented 1 month ago

I appologize, i have followed these directions and still recieve the compilation error. If it helps, i am running the teamserver on a Kali box too. does the server have to be an ubuntu base for it to work out? attatched are screenshots of the issue at hand, On Sun, Jun 2, 2024 at 8:48 AM Muhammad Arafat @.> wrote: https://github.com/HavocFramework/Havoc/blob/main/WIKI.MD#installation Check this page instead of Wiki one — Reply to this email directly, view it on GitHub <#485 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/BDTKA5W67DHKAO575XOG6PLZFMIB3AVCNFSM6AAAAABIQS45MWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBTHAZTSOJWGE . You are receiving this because you commented.Message ID: @.>

Extremely sorry, I was busy that's why I was not able to reply you

Sh4d0wx0x5F commented 1 month ago

The issue has been resolved, thank you! This looks awesome and I cannot wait to check if out. On Mon, Jun 3, 2024, 9:36 AM 5pider @.> wrote: This issue comes from the mingw files already existing in the tmp folder. rm -rf /tmp/mingw this command should resolve the issue and u should be able to rerun the make ts-build command without any issues. the building of the teamserver might take a while so do not cancel it or else this issue might rise again. if the issue has been resolved let me know and you can close this issue. — Reply to this email directly, view it on GitHub <#485 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/BDTKA5WM2PXNIRDR3A6YDTLZFRWLHAVCNFSM6AAAAABIQS45MWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBVGIZDGNRUHA . You are receiving this because you commented.Message ID: **@.***>

Good to hear that

knoxoxen commented 1 month ago

Hey really quick if this is getting detected, is there a way to obfsucate it so it's not anymore like a separate xor encoder or something?

On Mon, Jun 3, 2024, 9:47 AM Muhammad Arafat @.***> wrote:

Closed #485 https://github.com/HavocFramework/Havoc/issues/485 as completed.

— Reply to this email directly, view it on GitHub https://github.com/HavocFramework/Havoc/issues/485#event-13021572209, or unsubscribe https://github.com/notifications/unsubscribe-auth/BDTKA5RJRI2IZY2ZF5NOHFDZFRXXRAVCNFSM6AAAAABIQS45MWVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJTGAZDCNJXGIZDAOI . You are receiving this because you commented.Message ID: @.***>