Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
ps.sh — 一个bash脚本,用于在指定的目标主机上自动执行端口扫描。该脚本的目标是减少扫描时间、提高扫描效率并自动化工作流程。 | Kitploit
工具/GitHubGitHub/enenumxela/ps.sh
侦察网络映射端口扫描脚本与自动化渗透测试
GitHubenenumxela/ps.sh

ps.sh

一个bash脚本,用于在指定的目标主机上自动执行端口扫描。该脚本的目标是减少扫描时间、提高扫描效率并自动化工作流程。

查看仓库
1243个月前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

ps.sh

Made with Bash Maintenance Open Issues Closed Issues License

ps.sh 是一个 Bash 脚本,用于自动化对指定目标主机的端口扫描。该脚本的目标是减少扫描时间、提高扫描效率并自动化工作流程。

Resource

  • Features
  • Installation
  • Usage
  • Contributing
  • Licensing
  • Credits
    • Contributors
    • Dependencies

Features

  • 使用多种工作流自动进行服务发现:
    • nmap2nmap:使用 Nmap 进行端口发现和服务发现。
    • masscan2nmap:使用 Masscan 进行端口发现,然后使用 Nmap 进行服务发现。
  • 多目标支持 - 扫描单个目标或目标列表。

Installation

安装 ps.sh:

  • ... 使用 curl:

    root@kitploit:~
    F=${HOME}/.local/bin/ps.sh; curl -fsSL https://raw.githubusercontent.com/enenumxela/ps.sh/main/ps.sh > ${F} && chmod u+x ${F} && ${F} --setup
    
  • ... 使用 wget:

    root@kitploit:~
    F=${HOME}/.local/bin/ps.sh; wget -qO- https://raw.githubusercontent.com/enenumxela/ps.sh/main/ps.sh > ${F} && chmod u+x ${F} && ${F} --setup
    

Usage

要显示该脚本的帮助信息,请使用 -h 选项:

root@kitploit:~
ps.sh -h

帮助信息如下所示:

root@kitploit:~

                                                  _
                                  _ __  ___   ___| |__
                                 | '_ \/ __| / __| '_ \
                                 | |_) \__  _\__ \ | | |
                                 | .__/|___(_)___/_| |_|
                                 |_|                    [ v1.0.0 ]

<>--------------------------<><> A Port Scanning Script. <><>--------------------------<>

 USAGE:
   ps.sh [OPTIONS]

 OPTIONS:
   -t, --target              target IP
   -l, --list                target IPs file
   -p, --ports               target port(s) (default: 0-65535)
   -w, --workflow            discovery workflow (default: nmap2nmap)
       --workflows           list supported discovery workflows
   -o, --output              output directory (default: $PWD)
       --setup               install required dependencies
   -h, --help                display this help message

Contributing

欢迎并鼓励贡献!请随时提交拉取请求或报告问题。更多详情,请查看贡献指南。

衷心感谢所有贡献者的持续支持!

contributors

Licensing

该工具采用 MIT 许可证 授权。您可以自由使用、修改和分发,只要遵守许可证条款。您可以在仓库中找到完整的许可证文本 - MIT 许可证完整文本.

下载工具