efxtv

L3MON INSTALL COMMANDS

Aug 23rd, 2023 (edited)
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | Cybersecurity | 0 0
  1. Commands to install L3mon are:
  2.  
  3. JAVA8 IN KALI OR UBUNTU
  4. sudo tar -xf jdk-8u341-linux-x64.tar.gz -C /opt/
  5. sudo update-alternatives --install "/usr/bin/java" "java" "/opt/jdk1.8.0_341/bin/java" 1
  6. sudo update-alternatives --config java
  7. java -version
  8.  
  9. # Note never use any tool after sudo su or from root user
  10. git clone https://github.com/efxtv/L3MON.git
  11. cd L3MON
  12. sudo npm install pm2 -g
  13. npm install
  14. npm audit fix
  15. npm audit
  16.  
  17. pm2 start index.js
  18. pm2 stop index.js
  19. ls #check maindb.json file generated or not if not follow the process provided Here
  20. (https://github.com/efxtv/L3MON)nano maindb.json #to setup password
  21. pm2 start index.js
  22.  
  23. Login
  24. http://127.0.0.1:22533
Advertisement
Add Comment
Please, Sign In to add comment