-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
nmap: make compatible with Big Sur #58243
Conversation
Adds an upstream patch that fixes an integer truncation issue, which prevented nmap from running on on Big Sur.
Does nmap/nmap@05763b6 work on Big Sur? |
@SeekingMeaning It does for me. |
Ah sorry, I didn't realize you were already using it |
🤖 A scheduled task has triggered a merge. |
Is there a version of Nmap for macOS Big Sur that I can download? Thanks a lot |
Just installing nmap from homebrew will work |
That's how I installed it on my macOS Big Sur Beta 5, when I run it I get the following message: brosenz@MacBook-Pro ~ % nmap -v -A scanme.nmap.org |
I check the installation log and found this error: ==> Summary To force the link and overwrite all conflicting files: To list all files that would be deleted: |
Looks like a conflict with some unrelated ncat binary. |
I have a similar issue which started with "Assertion failed: (res > 7), function nsock_library_initialize, file nsock_pool.c, line 307" after upgrading to Big Sur bur and it turns out to be a result of /usr not being writable. I receive the same error When I do a touch /usr/test-file I get a "touch: test-file: Operation not permitted" error. Any suggestions? |
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install <formula>
)?Adds an upstream patch that fixes an integer truncation issue, which prevented nmap from running on on Big Sur.