Skip to content

调用 Nmap 进行端口扫描,并调用 xsltproc 优化扫描报告提高可读性,同时从 nmap 的 xml 报告中整理开放的服务信息到 txt

Notifications You must be signed in to change notification settings

Jewel591/PortFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

介绍

输入

./input/ips.txt 扫描目标,支持域名和IP(域名不能带协议)

输出

./output/

  • name.htm : 经过 xsltproc 优化可读性高的报告
  • name.txt : 通过 nmap xml 报告中整理、提取的服务(可使用 CheckServices 进行检测)

依赖文件

本地需要安装如下软件:

  • nmap
  • xsltproc

checkSOP.png

About

调用 Nmap 进行端口扫描,并调用 xsltproc 优化扫描报告提高可读性,同时从 nmap 的 xml 报告中整理开放的服务信息到 txt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published