commit 002e0c749266f6e9bc7032312b5b8721a3cceebe Author: kevin Date: Sat Jan 1 07:17:38 2022 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0def275 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app diff --git a/README.md b/README.md new file mode 100644 index 0000000..d113b62 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +## tcp_ip_scan + +扫描ip段的tcp端口 +