Skip to content

Adding freebsd#856

Merged
Mzack9999 merged 1 commit intodevfrom
bugfix-782-privs
Nov 8, 2023
Merged

Adding freebsd#856
Mzack9999 merged 1 commit intodevfrom
bugfix-782-privs

Conversation

@Mzack9999
Copy link
Copy Markdown
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
Copy Markdown
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