[Teamserver-Client--Bug]:
Contact Details
What happened?
┌──(paulchik㉿paulchik)-[~/桌面/Havoc-main] └─$ make client-build
[*] building client
-- The C compiler identification is GNU 15.2.0
-- The CXX compiler identification is GNU 15.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Warning (dev) at CMakeLists.txt:52 (find_package):
Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
are removed. Run "cmake --help-policy CMP0148" for policy details. Use
the cmake_policy command to set the policy and suppress this warning.
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found PythonLibs: /usr/lib/aarch64-linux-gnu/libpython3.10.so (found suitable version "3.10.13", minimum required is "3") -- Configuring done (0.2s) -- Generating done (0.0s) -- Build files have been written to: /home/paulchik/桌面/Havoc-main/client/Build 致命错误:有歧义的参数 'HEAD':未知的版本或路径不存在于工作区中。 使用 '--' 来分隔版本和路径,例如: 'git <命令> [<版本>...] -- [<文件>...]' 正克隆到 'client/Modules'... 致命错误:远程分支 HEAD 在上游 origin 未发现 make: *** [makefile:34:client-build] 错误 128
┌──(paulchik㉿paulchik)-[~/桌面/Havoc-main]
└─$ ./havoc client
_______ _______ _______
│\ /│( ___ )│\ /│( ___ )( ____ \
│ ) ( ││ ( ) ││ ) ( ││ ( ) ││ ( /
│ () ││ () ││ │ │ ││ │ │ ││ │
│ ___ ││ ___ │( ( ) )│ │ │ ││ │
│ ( ) ││ ( ) │ \ _/ / │ │ │ ││ │
│ ) ( ││ ) ( │ \ / │ () ││ (/\
│/ \││/ \│ _/ ()(_/
pwn and elevate until it's doneError: fork/exec client/Havoc: no such file or directory [12:23:43] [ERRO] Failed to execute havoc
┌──(paulchik㉿paulchik)-[~/桌面/Havoc-main] └─$ git log --stat --oneline --full-history – test.md bf46627 (HEAD -> master, origin/master, origin/HEAD) remove test.md test.md | 1 - 1 file changed, 1 deletion(-) 9d5c661 add test.md test.md | 1 + 1 file changed, 1 insertion(+) zsh: parse error near `)'
┌──(paulchik㉿paulchik)-[~/桌面/Havoc-main] └─$ ls assets client CONTRIBUTING.MD CREDITS.md data havoc LICENSE makefile payloads profiles README.md RELEASE.md teamserver WIKI.MD
┌──(paulchik㉿paulchik)-[~/桌面/Havoc-main] └─$ cd client
┌──(paulchik㉿paulchik)-[~/桌面/Havoc-main/client] └─$ make client-build make: *** 没有规则可制作目标“client-build”。 停止。
┌──(paulchik㉿paulchik)-[~/桌面/Havoc-main/client] └─$ cd ..
┌──(paulchik㉿paulchik)-[~/桌面/Havoc-main]
└─$ sudo su
[sudo] paulchik 的密码:
┌──(root㉿paulchik)-[/home/paulchik/桌面/Havoc-main]
└─# make client-build
[*] building client
mkdir: cannot create directory ‘client/Build’: 文件已存在
CMake Warning (dev) at CMakeLists.txt:52 (find_package):
Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
are removed. Run "cmake --help-policy CMP0148" for policy details. Use
the cmake_policy command to set the policy and suppress this warning.
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring done (0.0s) -- Generating done (0.0s) -- Build files have been written to: /home/paulchik/桌面/Havoc-main/client/Build 致命错误:有歧义的参数 'HEAD':未知的版本或路径不存在于工作区中。 使用 '--' 来分隔版本和路径,例如: 'git <命令> [<版本>...] -- [<文件>...]' 正克隆到 'client/Modules'... 致命错误:远程分支 HEAD 在上游 origin 未发现 make: *** [makefile:34:client-build] 错误 128
how to fix ?????? i need help
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
Did You Read Over Your Issue First?
- I declare I made an effort and provided the necessary information for replication of the issue.
Source: HavocFramework/Havoc