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 9
        ssh bandit9@bandit.labs.overthewire.org -p 2220
          password: EN632PlfYiZbn3PhVK3XOGSlNInNE00t
        
        Objective:
        The password for the next level is stored in the file data.txt in one of the few human-readable strings, preceded by several ‘=’ characters.
        CLI:
        
          bandit9@bandit:~$ strings data.txt | grep ===
          x]T========== theG)"
          ========== passwordk^
          ========== is
          ========== G7w8LIi6J3kTb8A7j9LgrywtEUlyyp6s
          bandit9@bandit:~$