了解Skipfish扫描器

Skipfish是一个积极的Web应用程序的安全性侦查工具。它准备了一个互动为目标的网站的站点地图进行一个递归爬网和基于字典的探头。然后,将得到的地图是带注释的与许多活性安全检查的输出。最终报告工具生成的是,作为一个专业的网络应用程序安全评估的基础。

skipfish的相关参数如下:

Authentication and access options:
验证和访问选项:
-A user:pass  - use specified HTTP authentication credentials
使用特定的http验证
-F host=IP   - pretend that 'host' resolves to 'IP'
-C name=val   - append a custom cookie to all requests
对所有请求添加一个自定的cookie
-H name=val   - append a custom HTTP header to all requests
对所有请求添加一个自定的http请求头
-b (i|f|p)   - use headers consistent with MSIE / Firefox / iPhone
伪装成IE/FIREFOX/IPHONE的浏览器
-N        - do not accept any new cookies
不允许新的cookies
--auth-form url   - form authentication URL
--auth-user user  - form authentication user
--auth-pass pass  - form authentication password
--auth-verify-url   -  URL for in-session detection
 
Crawl scope options:
爬范围选择:
-d max_depth  - maximum crawl tree depth (16)最大抓取深度
-c max_child  - maximum children to index per node (512)最大抓取节点
-x max_desc   - maximum descendants to index per branch (8192)
每个索引分支抓取后代数
-r r_limit   - max total number of requests to send (100000000)
最大请求数量
-p crawl%  - node and link crawl probability (100%) 节点连接抓取几率
-q hex    - repeat probabilistic scan with given seed
-I string  - only follow URLs matching 'string' URL必须匹配字符串
-X string  - exclude URLs matching 'string' URL排除字符串
-K string  - do not fuzz parameters named 'string'
-D domain  - crawl cross-site links to another domain 跨域扫描
-B domain  - trust, but do not crawl, another domain
-Z      - do not descend into 5xx locations 5xx错误时不再抓取
-O      - do not submit any forms 不尝实提交表单
-P      - do not parse HTML, etc, to find new links 
不解析HTML查找连接
 
Reporting options:
报告选项: 
-o dir   - write output to specified directory (required)
-M     - log warnings about mixed content / non-SSL passwords
-E     - log all HTTP/1.0 / HTTP/1.1 caching intent mismatches
-U     - log all external URLs and e-mails seen
-Q     - completely suppress duplicate nodes in reports
-u     - be quiet, disable realtime progress stats
-v     - enable runtime logging (to stderr)
 
Dictionary management options:
字典管理选项:
-W wordlist     - use a specified read-write wordlist (required)
-S wordlist     - load a supplemental read-only wordlist
-L          - do not auto-learn new keywords for the site
-Y           - do not fuzz extensions in directory brute-force
-R age   	      - purge words hit more than 'age' scans ago
-T name=val     - add new form auto-fill rule
-G max_guess     - maximum number of keyword guesses to keep (256)
-z sigfile      - load signatures from this file
 
Performance settings:
性能设置:
-g max_conn    - max simultaneous TCP connections, global (40) 
最大全局TCP链接
-m host_conn   - max simultaneous connections, per target IP (10) 
最大链接/目标IP
-f max_fail    - max number of consecutive HTTP errors (100) 
最大http错误
-t req_tmout   - total request response timeout (20 s) 请求超时时间
-w rw_tmout   - individual network I/O timeout (10 s) 
-i idle_tmout  - timeout on idle HTTP connections (10 s)
-s s_limit    - response size limit (400000 B) 限制大小
-e        - do not keep binary responses for reporting 
不报告二进制响应
 
Other settings:
其他设置:
-l max_req    - max requests per second (0.000000)
-k duration    - stop scanning after the given duration h:m:s
--config file   - load the specified configuration file

一、使用Skipfish扫描器扫描网站
1.1在操作机kali上桌面空白处单击右键,选择“打开终端”。如图1所示
在这里插入图片描述

图1
1.2在打开的终端输入命令“skipfish -o txt http://192.168.1.3”,-o是指定扫描完记录放哪。如图所示
在这里插入图片描述

图2
1.3回车得到如下信息。如图3所示
在这里插入图片描述

图3
1.4按任意键继续,得到如下结果。如图4所示
在这里插入图片描述

图4
二、输出结果
2.1在命令行输入命令“ls”,可以看到在当前目录下有个txt文件夹,存放刚才扫描的结果,可输入命令“cd txt”,再输入命令“ls”进行查看。如图5所示
在这里插入图片描述

图5
2.2单击浏览器图标。如图6所示
在这里插入图片描述

图6
2.3在浏览器输入file:///root/txt/index.html,回车进行访问。如图7所示
在这里插入图片描述

图7
2.4向下拉动滑动条,单击问题类型进行展开查看。如图8所示
在这里插入图片描述

图8

  • 1
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
skipfish是一个Web应用程序安全扫描工具,用于识别和评估Web应用程序中的安全漏洞。下面是使用skipfish的步骤: 1. 首先,你需要下载并安装skipfish。你可以从官方网站或其他可靠的来源获取安装文件。 2. 打开终端或命令提示符,并导航到skipfish的安装目录。 3. 使用以下命令启动skipfishskipfish -o [输出目录] -S [字典文件路径] [目标URL] -o参数指定结果输出的目录,可以是任何你喜欢的路径。 -S参数指定字典文件的路径,这个字典文件包含了要用于扫描的URL和参数的列表。 [目标URL]是要扫描的Web应用程序的URL。 4. 执行命令后,skipfish将开始进行扫描,并将结果保存在指定的输出目录中。你可以在输出目录中查看生成的报告文件以及其他相关文件。 5. 除了基本的扫描命令,skipfish还提供了其他一些指令,可以根据需要进行使用。你可以查阅skipfish的文档或官方网站来了解更多关于这些指令的信息。 总结一下,使用skipfish的步骤包括下载安装skipfish、启动skipfish并指定输出目录、字典文件和目标URL,然后等待扫描结果生成。希望这些信息对你有所帮助。<span class="em">1</span><span class="em">2</span><span class="em">3</span> #### 引用[.reference_title] - *1* [shipfish详细使用教程](https://blog.csdn.net/smli_ng/article/details/106005171)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"] - *2* *3* [kail系列skipfish的操作使用](https://blog.csdn.net/weixin_44232687/article/details/108921970)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"] [ .reference_list ]

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值