Projects STRLCPY goc2 Commits 54781e58
🤬
  • ■ ■ ■ ■
    web/server.go
    skipped 32 lines
    33 33   }
    34 34   router := httprouter.New()
    35 35   
    36  - router.ServeFiles("/files/*filepath", http.Dir("/tmp/c2"))
     36 + router.ServeFiles("/files/*filepath", http.Dir("/tmp/bin"))
    37 37   
    38 38   //Main Entry
    39 39   router.POST("/api/cmd/files", apiFiles)
    skipped 243 lines
Please wait...
Page is in error, reload to recover