Simone Margaritelli

Results 135 comments of Simone Margaritelli

unfortunately this is a known bug of the gatt library ( http://github.com/bettercap/gatt ) that i forked and tried to fix a bit, but it's still very unstable ... when i...

that looks more like a bug in the webapp, net.sniff can't create "loops", it just reports what's sniffing on the interface, which in this case depends on the vm activity...

not related to that issue, in this case it panic'ed because something was nil ... specifically it happened here https://github.com/bettercap/bettercap/blob/3ac520c744ee3f9eadea57683c692a7bbf8476d1/modules/api_rest/api_rest_ws.go#L24 ... do you happen to know what was the last...

maybe, to be honest i'm not sure, most of the race conditions i've experienced in bettercap panic with a "concurrent access to map yada yada" error, but there could be...

@osysltd i'm not sure i understand: why can't you just use the `https.proxy` with your own CA? the `net.sniff` module operates at the packet level, rebuilding all TLS streams and...

no, the proxy script only needs to dump the whole request and you then need to grep on its output ... instead of searching in a pcap ... i don't...

i'm not sure about this PR: why not just using a combination of `dns.spoof` and `packet.proxy` ?

@bonedaddy was this fixed by the PRs i've merged?