Questions tagged [bettercap]

24 questions
0
votes
1 answer

Bettercap ARP spoof won't work

When I try to use the module to intercept data to vulnweb, the target machine loses connectivity to the internet. Sometimes I am able to intercept the data but it looks like my terminal is stuck in an endless loop where I do intercept the data but…
0
votes
1 answer

Javascript injection bettercap2 over HTTPS

I use bettercap2 http proxy and arp spoof to inject one-line js alert into http pages. It works fine, however what about https? I couldn’t find any working method to inject it without the browser’s self-signed warning. HTTPS allows to import https…
0
votes
1 answer

At times bettercap ARP sniffing works great and at times not at all, what would be the reason?

I like to track the websites my daughter goes to in order to have some control. So I installed bettercap and setup a script to start it to sniff the HTML URLs being accessed (well, the reverse URL from the IP really). sudo bettercap --eval 'set…
0
votes
2 answers

Does HSTS prevent packet capturing in Wireshark

If a site is enforcing HSTS, does that prevent packet capturing of a GET requests in Wireshark? If it prevents it, is it possible to achieve the same using Bettercap or any other alternatives? Scenario: The response to the GET request is a token…
Joel Deleep
  • 189
  • 9
0
votes
0 answers

Bettercap TCP proxy upstream server

I am using bettercap command line to perform a Man in the Middle attack on my LAN network with an EDUCATIONAL purpose (of course!). I want to intercept the TCP traffic, with the intention to view on my terminal the TLS certificate,public key etc.…
0
votes
0 answers

Victim of bettercap mitm web page times out

For school, I am trying to run a mitm attack using bettercap. I can sniff the traffic without problems, but the real problem is that the victim computer browser times out or says "it is impossible to reach this page". All of this while navigating…
0
votes
1 answer

Can a Bettercap show all the WIFIs around?

Can a Bettercap show all the WIFIs around? Seems like: wifi.show, net.recon on, net.probe on didn't show the WIFI that are ON around. What must be set on or be done? I did: sudo bettercap -iface wlan0 wifi.recon on set wifi.show.sort clients…
admin123
  • 1
  • 2
0
votes
1 answer

Use bettercap to sniff traffic going through a proxy configured in the browser?

Using bettercap, how can I intercept traffic which goes to a proxy server which is configured in browser? With no proxy configured it is working fine. But as soon as a proxy is set in the browser connection settings, bettercap is unable to see…
0
votes
1 answer

arp spoofing and https reading doubts in bettercap tool

using the popular bettercap tool and observing responses I had two doubts that also concerns some theoretical questions: Bettercap allows you to arp spoof entire ranges of ip-s (e.g. an entire /24 subnetwork you're in), but as far as I know do an…
ela
  • 125
  • 5
1
2