Skip to content

Commit

Permalink
Update documentation/modules/exploit/linux/http/kibana_upgrade_assist…
Browse files Browse the repository at this point in the history
…ant_telemetry_rce.md
  • Loading branch information
jheysel-r7 authored Oct 6, 2023
1 parent 931a67d commit fe9afc9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ happen allowing Kibana to be successfully restarted on next attempt.
A docker version of Kibana and Elastic are required. Both can be run together in a working mode via:

```
docker run -it --rm --name es01 -e "discovery.type=single-node" -p 9200:9200 docker.elastic.co/elasticsearch/elasticsearch:7.6.2
docker run -it --rm --name kib01 --link es01:elasticsearch -p 5601:5601 docker.elastic.co/kibana/kibana:7.6.2
docker run -d --name es01 -e "discovery.type=single-node" -p 9200:9200 docker.elastic.co/elasticsearch/elasticsearch:7.6.2
docker run -d --name kib01 --link es01:elasticsearch -p 5601:5601 docker.elastic.co/kibana/kibana:7.6.2
```

To restart Kibana (easier during exploitation) issue the following command: `docker kill kib01; docker start kib01`
Expand Down

0 comments on commit fe9afc9

Please sign in to comment.