star/net/sshjar_test.go

8 lines
125 B
Go
Raw Normal View History

2024-04-28 08:37:32 +08:00
package net
import "testing"
func TestSSHJar(t *testing.T) {
2025-03-25 10:00:26 +08:00
//runSSHHoneyJar("127.0.0.1:22", "", "", "./test.csv", "")
2024-04-28 08:37:32 +08:00
}