Skip to content
#

port-scanning

Here are 75 public repositories matching this topic...

python3写的综合扫描工具,主要用来存活验证,敏感文件探测(目录扫描/js泄露接口/html注释泄露),WAF/CDN识别,端口扫描,指纹/服务识别,操作系统识别,POC扫描,SQL注入,绕过CDN,查询旁站等功能,主要用来甲方自测或乙方授权测试,请勿用来搞破坏。

  • Updated Jan 2, 2020
  • Python

自动漏洞扫描器,自动子域名爆破,自动爬取注入,调用sqlmapapi检测注入,端口扫描,目录爆破,子网段服务探测及其端口扫描,常用框架漏洞检测。 Automatic scanner, automatic sub domain blasting, automatic crawl injection, injection, call the sqlmapapi port scan detection, directory service detection and segment blasting, port scanning, vulnerability detection framework commonly used.

  • Updated Nov 11, 2016

DDOS Tool: To take down small websites with HTTP FLOOD. Port scanner: To know the open ports of a site. FTP Password Cracker: To hack file system of websites.. Banner Grabber: To get the service or software running on a port. (After knowing the software running google for its vulnerabilities.) Web Spider: For gathering web application hacking information. Email scraper: To get all emails related to a webpage IMDB Rating: Easy way to access the movie database. Both .exe(compressed as zip) and .py versions are available in files.

  • Updated Sep 8, 2020
  • Python

This tool aims at automating the identification of potential service running behind ports identified manually either through manual scan or services running locally. The tool is useful when nmap or any scanning tool is not available and in the situation during which you did a manual port scanning and then want to identify the services running behind the identified ports.

  • Updated Sep 25, 2020
  • Shell
PortScanner
devmaximilian
devmaximilian commented Nov 3, 2019

Would it be possible to add support for excluding specific ports? I'm thinking this could be an additional argument passed to the script (a comma-delimited list of ports).

An example call could look like the following:

portforge.cr localhost 4440 4445 4442,4443

This would exclude ports 4442 and 4443.

The reasoning behind my feature request is that I might want to run a web server on

Improve this page

Add a description, image, and links to the port-scanning topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the port-scanning topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.