This commit is contained in:
expvintl
2025-02-21 20:28:02 +08:00
commit 6e5b3875f9
7 changed files with 229 additions and 0 deletions

31
readme.md Normal file
View File

@ -0,0 +1,31 @@
<div align="center">
# Ollama Scanner (扫描器)
</div>
一个多线程的Ollama扫描器工具
使用ants库实现的简单扫描器
## Build (构建)
```text
go build .
```
## How to use?
```text
ollamaScan
-t Num Threads (Default:50)
-l IP List File(Single IP Line) (Default:ips.txt)
-o Output File (Default: out.txt)
-json Save as Json Format (Default: False)
```
```text
ollamaScan
-t 线程数 (默认:50)
-l IP列表文件(一行一个) (默认:ips.txt)
-o 输出文件 (默认: out.txt)
-json 保存为Json (默认: False)
```