Kappa
      
        
        
        
        
“Great things are not done by impulse, but by a series of small things brought together.”
        
        
      
     
    
      
        
        
        
          
          Host: bandit.labs.overthewire.org
          Port: 2220
          
          
          
         
        Level 15
        ssh bandit15@bandit.labs.overthewire.org -p 2220
          password: jN2kgmIXJ6fShzhT2avhotn4Zcka6tnt
        Objective:
        
          - The password for the next level can be retrieved by submitting the password of the current level to port 30001 on localhost using SSL encryption.
 
        
        CLI:
        
          bandit15@bandit:~$ openssl s_client -connect localhost:30001
          jN2kgmIXJ6fShzhT2avhotn4Zcka6tnt
          Correct!
          JQttfApK4SeyHwDlI9SXGR50qclOAil1
          closed
          bandit15@bandit:~$