1. 首页
  2. 数据库
  3. 其它
  4. madness write up:疯狂写 源码

madness write up:疯狂写 源码

上传者: 2021-04-24 17:59:23上传 ZIP文件 22.46KB 热度 23次
疯狂写 这是tryhackme机器“疯狂”的写照 首先部署机器,并确保您已连接到*** 第一步是枚举查找尽可能多的有关目标的信息,我将使用此命令“ nmap -p- -A -sC -vv -oN full_ports” -p- -> the option is used to scan all ports, the default is to scan only the top 1000 ports but this flag will scan all 65535 ports -A -> flag enables os detection, version detection and script scanning -sC -> to scan with default NSE scripts. Considered useful for discovery and safe -v
下载地址
用户评论