博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
安全参透之旅第3章 Skipfish工具使用
阅读量:4144 次
发布时间:2019-05-25

本文共 3049 字,大约阅读时间需要 10 分钟。

--Skipfish工具
是一款Web应用安全侦查工具。skipfish会利用递归爬虫和基于字典的探针生成一副交互式网站地图。最终生成的地图会在通过安全检查后输出。
--选择 -o是输出路径的参数,-S是指定数据字典的只读状态(还有其他参数使用请查看系统中的man或 “-h”帮助文档)
root@kali:~/Desktop/dictionaries# skipfish -o /root/Desktop/Skipfishoutput -S '/usr/share/skipfish/dictionaries/complete.wl' http://www.thesecurityblogger.com
--选择continue继续执行
skipfish web application scanner - version 2.10b
Welcome to skipfish. Here are some useful tips:
1) To abort the scan at any time, press Ctrl-C. A partial report will be written
   to the specified location. To view a list of currently scanned URLs, you can
   press space at any time during the scan.
2) Watch the number requests per second shown on the main screen. If this figure
   drops below 100-200, the scan will likely take a very long time.
3) The scanner does not auto-limit the scope of the scan; on complex sites, you
   may need to specify locations to exclude, or limit brute-force steps.
4) There are several new releases of the scanner every month. If you run into
   trouble, check for a newer version first, let the author know next.
More info: http://code.google.com/p/skipfish/wiki/KnownIssues
NOTE: The scanner is currently configured for directory brute-force attacks,
and will make about 241435 requests per every fuzzable location. If this is
not what you wanted, stop now and consult the documentation.                                                        
Press any key to continue (or wait 60 seconds)...        
skipfish version 2.10b by lcamtuf@google.com
--开始web安全侦查信息。
  - www.thesecurityblogger.com -
Scan statistics:
      Scan time : 0:02:24.490
  HTTP requests : 476 (4.4/s), 366 kB in, 120 kB out (3.4 kB/s)  
    Compression : 267 kB in, 980 kB out (57.2% gain)    
    HTTP faults : 74 net errors, 0 proto errors, 0 retried, 0 drops
 TCP handshakes : 467 total (3.5 req/conn)  
     TCP faults : 0 failures, 74 timeouts, 0 purged
 External links : 54 skipped
   Reqs pending : 1179        
Database statistics:
         Pivots : 369 total, 1 done (0.27%)    
    In progress : 367 pending, 1 init, 0 attacks, 0 dict    
  Missing nodes : 0 spotted
     Node types : 1 serv, 235 dir, 39 file, 0 pinfo, 48 unkn, 46 par, 0 val
   Issues found : 6 info, 1 warn, 1 low, 5 medium, 0 high impact
      Dict size : 2412 words (197 new), 110 extensions, 256 candidates
     Signatures : 77 total
--选择Ctrl+C 来结束扫描,结束输出文件放在/root/Desktop/Skipfishoutput/
        
[!] Scan aborted by user, bailing out!
[+] Copying static resources...
[+] Sorting and annotating crawl nodes: 369
[+] Looking for duplicate entries: 369
[+] Counting unique nodes: 369
[+] Saving pivot data for third-party tools...
[+] Writing scan description...
[+] Writing crawl tree: 369
[+] Generating summary views...
[+] Report saved to '/root/Desktop/Skipfishoutput/index.html' [0xa83556b0].

[+] This was a great day for science!

Medium risk - data compromise External content embedded on a page (higher risk) (5)

中等风险-数据妥协 (高风险) 的网页中嵌入的外部内容 (5)
Low risk or low specificity HTML form with no apparent XSRF protection (1)
低风险或低特异性与没有明显的 XSRF 保护 (1) 的 HTML 表单
Internal warning Resource fetch failed (1)
内部警告资源读取失败 (1)
Informational note Unknown form field (can't autocomplete) (1)
信息说明未知的表单字段 (不能自动完成) (1)

你可能感兴趣的文章
码农吐糟同事:写代码低调点不行么?空格回车键与你有仇吗?
查看>>
阿里p8程序员四年提交6000次代码的确有功,但一次错误让人唏嘘!
查看>>
一道技术问题引起的遐想,最后得出结论技术的本质是多么的朴实!
查看>>
985硕士:非科班自学编程感觉还不如培训班出来的,硕士白读了?
查看>>
你准备写代码到多少岁?程序员们是这么回答的!
查看>>
码农:和产品对一天需求,产品经理的需求是对完了,可我代码呢?
查看>>
程序员过年回家该怎么给亲戚朋友解释自己的职业?
查看>>
技术架构师的日常工作是什么?网友:搭框架,写公共方法?
查看>>
第四章 微信飞机大战
查看>>
九度:题目1008:最短路径问题
查看>>
九度Online Judge
查看>>
九度:题目1027:欧拉回路
查看>>
九度:题目1012:畅通工程
查看>>
九度:题目1017:还是畅通工程
查看>>
九度:题目1034:寻找大富翁
查看>>
第六章 背包问题——01背包
查看>>
51nod 分类
查看>>
1136 . 欧拉函数
查看>>
面试题:强制类型转换
查看>>
Decorator模式
查看>>