kingron/s: The simple, fast, powerful SYN/TCP port scanner source code
2018-12-17 23:18:51 Author: github.com(查看原文) 阅读量:275 收藏

The simple, fast, powerful SYN/TCP port scanner source code

The TCP Port Scanner files which download from the 3rd internet web site might include backdoor/trojans. Highly recommend that you download source code and recompile yourself. If you don't want to compile it, please download s.exe from release folder, a pre-compiled executable file include yet.

  1. Please clone/download project files.
  2. Open project by Visual Studio 2015, C++ & MFC components should be installed.

TCP Port Scanner V1.2 By WinEggDrop

Usage: s TCP/SYN StartIP [EndIP] Ports [Threads] [/T(N)] [/(H)Banner] [/Save]

Example: s TCP 12.12.12.12 12.12.12.254 80 512

Example: s TCP 12.12.12.12/24 80 512

Example: s TCP 12.12.12.12/24 80 512 /T8 /Save

Example: s TCP 12.12.12.12 12.12.12.254 80 512 /HBanner

Example: s TCP 12.12.12.12 12.12.12.254 21 512 /Banner

Example: s TCP 12.12.12.12 1-65535 512

Example: s TCP 12.12.12.12 12.12.12.254 21,3389,5631 512

Example: s TCP 12.12.12.12 21,3389,5631 512

Example: s SYN 12.12.12.12 12.12.12.254 80

Example: s SYN 12.12.12.12 1-65535

Example: s SYN 12.12.12.12 12.12.12.254 21,80,3389

Example: s SYN 12.12.12.12 21,80,3389


文章来源: https://github.com/kingron/s
如有侵权请联系:admin#unsafe.sh