diff --git a/README.md b/README.md index 8ba4b46..a462e67 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,10 @@ go build -ldflags="-s -w " -trimpath `fscan.exe -h 192.168.x.x -p 139 (netbios探测、域控识别,下图的[+]DC代表域控)` ![](image/netbios.png) + +`go run .\main.go -h 192.168.x.x/24 -m netbios(-m netbios时,才会显示完整的netbios信息)` +![](image/netbios1.png) + ## 参考链接 https://github.com/Adminisme/ServerScan https://github.com/netxfly/x-crack diff --git a/image/netbios1.png b/image/netbios1.png new file mode 100644 index 0000000..9668493 Binary files /dev/null and b/image/netbios1.png differ