Erma

Nikto是一种开源的网页服务器扫描器,全面地扫描服务器,包含:3300种有潜在危险的文件CGIs;超过625种服务器版本;超过230种特定服务器问题。

nikto -host www.smatrix.org

nikto -host www.ecjtu.jx.cn -p 80

nikto -H

curl -l www.ecjtu.jx.cn>1.txt   [curl是一个网页抓取的工具]
cat 1.txt                                 【打开文件1.txt】

>1.txt表示将显示的信息重定向到1.txt文件中。

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-12-04
  • 2021-11-16
  • 2021-12-23
  • 2021-08-15
  • 2022-12-23
  • 2022-12-23
  • 2022-02-17
猜你喜欢
  • 2022-12-23
  • 2021-05-22
  • 2021-12-09
  • 2022-12-23
  • 2021-10-10
  • 2022-01-06
相关资源
相似解决方案