Projects STRLCPY reverse_ssh Commits eb03410c
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    internal/client/handlers/shell.go
    skipped 31 lines
    32 32   if len(line) > 0 && line[0] == '#' || strings.TrimSpace(line) == "" {
    33 33   continue
    34 34   }
    35  - shells = append(shells, strings.TrimSpace(line))
     35 + potentialShells = append(potentialShells, strings.TrimSpace(line))
    36 36   }
    37 37   } else {
    38 38   //If the host did not have a /etc/shells, guess a few common shells
    skipped 133 lines
Please wait...
Page is in error, reload to recover