bettercap / ui

bettercap's web UI

Home Page:https://www.bettercap.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't use iu panel

Efemecit123567 opened this issue · comments

I open iu panel but cant sign in bettercap forward http://127.0.0.1/#/events always.
bettercap_issue
bettercap issue

I have a same problem, Readed the all documentation the bettercap but i can't fixed this problem. I try ui.update and bettercap -eval "caplets.update; ui.update; q" but not working. Can you tell me how to solve this problem? I am a beginner, I will be glad if you step by step.

Environment

  • Bettercap: v2.32.0
  • UI: v1.3.0
  • OS: Kali Linux 2022.1 amd64
  • Browser: Firefox and tried clear cache
  • Command line: bettercap -caplet http-ui
  • http-ui locate: /usr/local/share/bettercap/caplets/
  • UI locate: /usr/local/share/bettercap/

http-ui.cap file:

api listening on http://127.0.0.1:8081/ and ui to http://127.0.0.1

set api.rest.address 127.0.0.1 // try this change to 0.0.0.0
set api.rest.port 8081
set http.server.address 127.0.0.1 // try this change to 0.0.0.0
set http.server.port 80

default installation path of the ui

set http.server.path /usr/local/share/bettercap/ui

!!! CHANGE THESE !!!

set api.rest.username change
set api.rest.password change

go!

api.rest on
http.server on`

Result:

ui

commented

same here!
Screenshot_2022-06-10_16_07_28

same problem here

super same

Hi Team,

How about this bug?also faced same issue,hope got reply and solutions for this..need to use to do a demo for awareness

Same issue. The problem seems to be in the kali package (2.32.0-1). I didn't have the problem running release-build for 2.31.0, like this:

Find the release for your machine here (I'm on aarch64)

wget https://github.com/bettercap/bettercap/releases/download/v2.31.1/bettercap_linux_aarch64_v2.31.1.zip
unzip bettercap_*.zip
sudo ./bettercap

caplets.update
ui.update
https-ui enable

I also didn't have a problem running latest with go:

sudo apt install -y golang git libusb-1.0-0-dev libpcap-dev libnetfilter-queue-dev
git clone https://github.com/bettercap/bettercap.git
cd bettercap
go install
go build
sudo ./bettercap

caplets.update
ui.update
https-ui enable

https://bugs.kali.org/ currently just says OK, so I'm not sure how to report the Kali bug, but I don't think it's an issue with bettercap.

this error is due to the session. it does not contain information on the key of some module
in my case, it happens due to the lack of a ble module

this.counters.ble = session.ble['devices'].length || 0;

image