Skip to content

一个可以识别常见服务、获取web title、获取netbios信息的powershell扫描脚本

Notifications You must be signed in to change notification settings

F3eev/Invoke-PortscanPro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Invoke-PortscanPro

原项目:

https://github.com/PowerShellMafia/PowerSploit/blob/master/Recon/Invoke-Portscan.ps1

保留原项目所有功能,在此项目上添加了端口服务识别功能代码,web服务可以获取title

Invoke-PortscanPro -Hosts 127.0.0.1 -ports {8088,80,6379} -threads 5 -sports {6379}

Hostname : 127.0.0.1 alive : True openPorts : {6379} closedPorts : {8088, 80} filteredPorts : {} finishTime : 2019-07-26 17:28:28 port : service 6379 : redis

About

一个可以识别常见服务、获取web title、获取netbios信息的powershell扫描脚本

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published