08 2021 档案

摘要:演示环境 1、靶机: Metasploitable2-Linux IP:192.168.184.130 2、攻击机:Kali-Linux-2021.02-amd64 IP:192.168.184.128 扫描端口 系统弱密码登录 1、在kali上执行命令行telnet 192.168.184.130 阅读全文
posted @ 2021-08-26 09:40 拾瑾 阅读(1919) 评论(0) 推荐(1)
摘要:1. Google Hacking Database https://www.exploit-db.com/google-hacking-database Google Hacking Database (GHDB) 是一种互联网搜索引擎查询的索引,旨在发现那些在互联网上公开透明且敏感的信息。这些敏 阅读全文
posted @ 2021-08-19 18:33 拾瑾 阅读(674) 评论(0) 推荐(0)
摘要:1.whatweb Whatweb是一个基于Ruby语言的开源网站指纹识别软件,能够识别内容管理系统(CMS),中间件、web框架模块、网站服务器、脚本类型、JavaScript库、IP、cookie等。WhatWeb有1800多个插件,每个插件都可以识别不同的东西。 2.whatweb的安装 2. 阅读全文
posted @ 2021-08-06 17:18 拾瑾 阅读(1224) 评论(0) 推荐(0)
摘要:Nmap 官网:https://nmap.org/ 安装 Mac os: brew install nmap Centos: yum install nmap Ubuntu: apt-get install nmap 手册:https://nmap.org/man/zh/index.html 扫描方 阅读全文
posted @ 2021-08-06 17:14 拾瑾 阅读(206) 评论(0) 推荐(0)