Skip to content

MrKrabXie/penetration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

penetration

how to use

go build tcp_scan.go
./tcp_scan 127.0.0.1 1-1024

这个是要基础函数的解释命令

go doc fmt.Println 查看函数文档

go get 导包

go fmt 自动格式化源码

golint go vet  进行语法检测

语法上go更像是一个C++, 所以学过C++的记住机构体和 指针 接口 这些都是类似的代码就行。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages