obj0

@obj0

Joined on Nov 13, 2021

  • 1. Install ubuntu server. 2. Install JAVA & prepare /etc/environment 2.1 sudo /etc/environment 2.2 modify JAVA_HOME="/usr/lib/jvm/java-11-openjdk-amd64/" 2.3 source /etc/environment *** 檢測是否設置完成** 2.4 echo $JAVA_HOME 3. Install elasticsearch 3.1 curl -fsSL https://artifacts.elastic.co/GPG-KEY-elasticsearch |sudo gpg --dearmor -o /usr/share/keyrings/elastic.gpg
     Like  Bookmark
  • 安裝T-pot可依據個人需求進行,一種是分散式,一種是單機版。 下列方式為分散式安裝步驟: 下載輕量化的debian安裝檔。 1.1 安裝步驟依個人喜好進行安裝。(網路上一堆debian安裝步驟,請自行google一下囉) Download Debian Netinstall Image > amd64版本 http://ftp.debian.org/debian/dists/bullseye/main/installer-amd64/current/images/netboot/mini.iso 安裝完debian後,下達下列指令,進行t-pot安裝。 git clone https://github.com/telekom-security/tpotce cd tpotce/iso/installer/ ./install.sh --type=user
     Like  Bookmark