From ebb104715dc33f03f7d5c83ed7a0323125027876 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Sat, 25 Aug 2018 12:08:35 -0700 Subject: [PATCH] added credits --- gopakketo/main.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gopakketo/main.go b/gopakketo/main.go index 3bf24be..8d8163b 100644 --- a/gopakketo/main.go +++ b/gopakketo/main.go @@ -1,4 +1,8 @@ -// based on +// gpk, go reimplementation of the fast async port scanner +// scanrand from dan kaminsky's pakketo keiretsu project +// by sneak + +// implementation based on // https://github.com/akrennmair/gopcap/blob/master/tools/pcaptest/pcaptest.go package main