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

Doesn't use iu panel #81

Open
Efemecit123567 opened this issue Apr 15, 2022 · 8 comments
Open

Doesn't use iu panel #81

Efemecit123567 opened this issue Apr 15, 2022 · 8 comments

Comments

@Efemecit123567
Copy link

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

@berkkendirlioglu
Copy link

berkkendirlioglu commented Apr 28, 2022

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

@noticu
Copy link

noticu commented Jun 10, 2022

same here!
Screenshot_2022-06-10_16_07_28

@Hector6704
Copy link

same problem here

@digitalirony
Copy link

super same

@veerendra2
Copy link

+1

@rootbesi
Copy link

rootbesi commented Aug 9, 2022

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

@konsumer
Copy link

konsumer commented Oct 16, 2022

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.

@undermuz
Copy link

undermuz commented May 9, 2023

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

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

No branches or pull requests

9 participants