aboutsummaryrefslogtreecommitdiff
path: root/connection_streams_controller.go
diff options
context:
space:
mode:
Diffstat (limited to 'connection_streams_controller.go')
-rw-r--r--connection_streams_controller.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/connection_streams_controller.go b/connection_streams_controller.go
index eef1a2a..038c2c5 100644
--- a/connection_streams_controller.go
+++ b/connection_streams_controller.go
@@ -369,7 +369,7 @@ func decodePwntools(payload []byte, isClient bool, format string) string {
if isClient {
return fmt.Sprintf("p.send(%s)\n", content)
- } else {
- return fmt.Sprintf("p.recvuntil(%s)\n", content)
}
+
+ return fmt.Sprintf("p.recvuntil(%s)\n", content)
}