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

ipfw: command not found -- macOS Sierra #49

Open
gdavila opened this issue Aug 26, 2017 · 1 comment
Open

ipfw: command not found -- macOS Sierra #49

gdavila opened this issue Aug 26, 2017 · 1 comment

Comments

@gdavila
Copy link

gdavila commented Aug 26, 2017

I get the error "sh: ipfw: command not found" when I try to run the tracebox examples over macOS Sierra.

$sudo tracebox -s test_ftp.tbx 81.200.198.6
sh: ipfw: command not found

It seems that "ipfw" is deprecated on the newest macOS versions. Any suggestions?

@oliviertilmans
Copy link
Member

Thanks for the report!

It seems ipfw has been replaced by pf.
This file needs to be patched to check OSX version and use either ipfw or pf.
I don't have a mac at hand at the moment so I cannot work on a fix right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants