Projects STRLCPY reverse_ssh Commits c29e4e02
🤬
  • Remove additional print statement

  • Loading...
  • NHAS committed 2 years ago
    c29e4e02
    1 parent e060c5db
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    internal/client/handlers/session.go
    skipped 35 lines
    36 36   case "subsystem":
    37 37   
    38 38   if !(len(req.Payload) > 4 && string(req.Payload[4:]) == "sftp") {
    39  - fmt.Println(req.Payload, "\n", []byte("sftp"))
    40 39   req.Reply(false, []byte("Unknown subsystem"))
    41 40   log.Warning("unknown subsystem '%s' ", req.Payload)
    42 41   }
    skipped 104 lines
Please wait...
Page is in error, reload to recover