mirror of
https://github.com/bettercap/bettercap
synced 2025-08-21 05:53:20 -07:00
Fix README typo
The README has `bcap` as the set api username _and_ password. In the examples that follow, the username is set as `bpcap`. I changed this.
This commit is contained in:
parent
9f34d4442d
commit
bbd3dadb8a
1 changed files with 3 additions and 3 deletions
|
@ -221,7 +221,7 @@ api.rest on
|
|||
|
||||
Get information about the current session:
|
||||
|
||||
curl -k --user bpcap:bcap https://bettercap-ip:8083/api/session
|
||||
curl -k --user bcap:bcap https://bettercap-ip:8083/api/session
|
||||
|
||||
Execute a command in the current interactive session:
|
||||
|
||||
|
@ -229,11 +229,11 @@ Execute a command in the current interactive session:
|
|||
|
||||
Get last 50 events:
|
||||
|
||||
curl -k --user bpcap:bcap https://bettercap-ip:8083/api/events?n=50
|
||||
curl -k --user bcap:bcap https://bettercap-ip:8083/api/events?n=50
|
||||
|
||||
Clear events:
|
||||
|
||||
curl -k --user bpcap:bcap -X DELETE https://bettercap-ip:8083/api/events
|
||||
curl -k --user bcap:bcap -X DELETE https://bettercap-ip:8083/api/events
|
||||
|
||||
<center>
|
||||
<img src="https://pbs.twimg.com/media/DTAreSCX4AAXX6v.jpg:large" width="100%"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue