-
Notifications
You must be signed in to change notification settings - Fork 824
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
bettercap doesn't work #1218
Comments
@therealkenc This one is in the works, and Alex Ionescu found the kernel-side interface in his investigations and even wrote a PoC driver. I asked him on Twitter if he thinks the interface will be general enough to expose CUDA to WSL. |
Between the title "/proc/ is not in this" and fpqc's "this one is in the works", I'm afraid I'm one too many pronouns deep on this thread... If Ionescu is working on has a proof of concept /proc/net/ipv4/ip_forward that's...uh...awesome. |
@lfpnub Just to confirm, are you referring to /proc/net/ipv4/ip_forward ? |
This is the CLI output from bettercap.
|
@therealkenc I mean that the WSL team has said that the network interface stuff is in the works, and maybe the driver interface that Alex found is how they are going to implement it (my speculation). Look: It has code to add devices to the environment and associates vfs nodes. Plus it looks like you can make Windows devices actually show up if you programmed them to also make use of this interface, I think. I have never written a device driver, but this seems to be the "right" way to do it. Don't know if the MS devs are going to document this directly for driver-writers, or if they are going to keep this interface private and then write generic shims between the Windows drivers and the interface. |
Network interface stuff is always in the works. But I suspect people looking for Berkeley packet filtering or to turn their WSL session into a core IP router probably have a bit of a wait ahead. |
@therealkenc You might find this little Q&A pair interesting: |
This issue is quite old and also quite vague (procfs is implemented but incomplete). If you continue to experience issues on newer Windows builds, please reopen more specific issues. Thanks! |
Please use the following bug reporting template to help produce actionable and reproducible issues. Please try to ensure that the reproduction is minimal so that the team can go through more bugs!
Title says it all. I'm trying to use bettercap, but it's not working. Would like help as soon as possible.
... Cannot find logs.
I have no idea.
sudo apt-get install bettercap
sudo bettercap
There's no /proc/sys/ file for ipv4
bettercap
See our contributing instructions for assistance.
The text was updated successfully, but these errors were encountered: