star/net/sshjar_test.go

8 lines
123 B
Go
Raw Permalink Normal View History

2024-04-28 08:37:32 +08:00
package net
import "testing"
func TestSSHJar(t *testing.T) {
2024-06-28 21:55:27 +08:00
runSSHHoneyJar("127.0.0.1:22", "", "", "./test.csv", "")
2024-04-28 08:37:32 +08:00
}