Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding freebsd #856

Merged
merged 1 commit into from
Nov 8, 2023
Merged

Adding freebsd #856

merged 1 commit into from
Nov 8, 2023

Conversation

Mzack9999
Copy link
Member

@Mzack9999 Mzack9999 commented Nov 7, 2023

Closes #782

$ vagrant init generic/freebsd13
$ vagrant up
$ vagrant ssh
...
$ wget https://go.dev/dl/go1.21.4.linux-amd64.tar.gz
$ rm -rf /usr/local/go && tar -C /usr/local -xzf go1.21.4.linux-amd64.tar.gz
$ export PATH=$PATH:/usr/local/go/bin
$ go install -v github.com/projectdiscovery/naabu/v2/cmd/naabu@7bb31527659805b3865f7cae00543d41f7bdc8f6
...
github.com/projectdiscovery/naabu/v2/pkg/runner
github.com/projectdiscovery/naabu/v2/cmd/naabu
[vagrant@freebsd13 ~]$ 

@Mzack9999 Mzack9999 added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Nov 7, 2023
@Mzack9999 Mzack9999 self-assigned this Nov 7, 2023
@Mzack9999 Mzack9999 marked this pull request as ready for review November 8, 2023 07:47
Copy link
Member

@dogancanbakir dogancanbakir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM -had difficulty setting up the env /shrug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build fails on FreeBSD: pkg/privileges/privileges.go:6:17: undefined: isPrivileged
2 participants