- 博客(4)
- 资源 (4)
- 收藏
- 关注
原创 nmap学习笔记之信息收集(四)
--引用api local bjnp = require("bjnp") local shortport = require("shortport") local stdnse = require("stdnse") --描述信息 description = [[ Retrieves printer or scanner information ...
2019-03-25 10:11:32 245
原创 nmap学习之用户名和密码爆破NSE实战(三)
–引用常用API local brute = require “brute” local creds = require “creds” local nmap = require “nmap” local shortport = require “shortport” local stdnse = require “stdnse” local string = require “str...
2018-08-16 09:50:19 1712
原创 nmap学习笔记(二)NSE开发常用库函数
NSE开发常用库函数: 一、shortport 1、shortport.port_is_excluded(port, proto) –Check if the port and its protocol are in the exclude directive. 2、shortport.portnumber () – Return a portrule that returns true...
2018-08-16 09:45:55 931
原创 nmap学习笔记(一)
一、安装nmap 1、linux yum 安装 yum install nmap -y 2、源码安装方法: 下载压缩包,解压; ./configure make&&make install 二、nmap scan参数总结 1、nmap -sC 使用默认NSE脚本分类进行扫描 2、nmap -sV 服务检测 3、nmap -o 操作系统检测三...
2018-08-16 09:43:44 257
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人