Skip to content

Commit

Permalink
完善es脚步 2022-08-04
Browse files Browse the repository at this point in the history
  • Loading branch information
hktalent committed Aug 4, 2022
1 parent e475c1e commit b4186fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/initEs.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
mkdir "logs"
docker run --restart=always --ulimit nofile=65536:65536 -p 9200:9200 -p 9300:9300 -d --name es1 -v $PWD/logs:/usr/share/elasticsearch/logs -v $PWD/config/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml -v $PWD/config/jvm.options:/usr/share/elasticsearch/config/jvm.options -v $PWD/data:/usr/share/elasticsearch/data hktalent/elasticsearch:7.16.2

./config/CreateEs.sh nmap
./config/CreateEs.sh naabu
./config/CreateEs.sh httpx
./config/CreateEs.sh nuclei
./config/CreateEs.sh scan4all
./config/CreateEs.sh hydra
./config/CreateEs.sh subfinder
docker logs -f es1

0 comments on commit b4186fd

Please sign in to comment.