Advertisement
Guest User

Untitled

a guest
Nov 29th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. In order to fix an issue with the Module system in the 2.4.54 training VM please do the following:
  2.  
  3. Log into the VM via SSH / directly via VirtualBox (username: misp / password: Password1234)
  4.  
  5. cd /var/www/MISP
  6. git pull origin 2.4
  7.  
  8. cd /usr/local/src/misp-modules
  9. git pull origin master
  10.  
  11. sudo pip3 install --upgrade -I -r REQUIREMENTS
  12. sudo pip3 install --upgrade -I .
  13.  
  14. After this is done, restart the VM. If anything goes wrong or you have any questions don't be afraid to ask! :)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement