Skip to content

Commit

Permalink
[+]v1.20发布~~~~~
Browse files Browse the repository at this point in the history
  • Loading branch information
lcvvvv committed Jun 15, 2021
1 parent d98ebc5 commit 45f0e07
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 18 deletions.
28 changes: 15 additions & 13 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,26 +79,27 @@
鄙人是一个懒人,所以在写工具的时候也往易用性上进行了更多的考量

```
usage: kscan [-h,--help] (-t,--target) [-p,--port|--top] [-o,--output]
[--proxy] [--threads] [--path] [--host] [--timeout] [--ping]
usage: kscan [-h,--help] (-t,--target) [-p,--port|--top] [-o,--output] [--proxy] [--threads] [--path] [--host] [--timeout] [-Pn] [--check] [--encoding]
optional arguments:
-h , --help show this help message and exit
--ping 在扫描端口之前会先进行Ping探测,若不存活,则不会进行端口扫描
-t , --target 指定探测对象:
IP地址:114.114.114.114
IP地址段:114.114.114.114/24,不建议子网掩码小于12
URL地址:https://www.baidu.com
文件地址:file:/tmp/target.txt
-p , --port 扫描指定端口,默认会扫描TOP400,支持:80,8080,8088-8090
-o , --output 将扫描结果保存到文件
-Pn 使用此参数后,将不会进行智能存活性探测,现在默认会开启智能存活性探测,提高效率
--check 针对目标地址做指纹识别,仅不会进行端口探测
--top 扫描WooYun统计开放端口前x个,最高支持1000个
--proxy 设置代理(socks5|socks4|https|http)://IP:Port
--threads 线程参数,默认线程400,最大值为2048
--path 指定请求访问的目录,逗号分割,慎用!
--host 指定所有请求的头部HOSTS值,慎用!
--timeout 设置超时时间,默认为预设的探针超时时间!
--timeout 设置超时时间
--encoding 设置终端输出编码,可指定为:gb2312或者utf-8
```

功能不复杂,其他的自行探索
Expand Down Expand Up @@ -150,7 +151,7 @@ optional arguments:

Github项目地址(BUG、需求、规则欢迎提交): https://github.com/lcvvvv/kscan

![image-20210220164117920](assets/Kscan意见反馈群.png)
![image-20210220164117920](assets/Kscan意见反馈群.jpeg)

![image-20210220164117923](assets/image-20210220164117923.png)

Expand Down
Binary file added assets/Kscan意见反馈群.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/Kscan意见反馈群.png
Binary file not shown.

0 comments on commit 45f0e07

Please sign in to comment.