Skip to content
/ s Public
forked from kingron/s

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

License

Notifications You must be signed in to change notification settings

paolosezart/s

This branch is 7 commits behind kingron/s:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

15cc93f · Feb 27, 2018

History

5 Commits
Jul 5, 2017
Jul 5, 2017
Jul 5, 2017
Feb 27, 2018
Jul 5, 2017
Jul 5, 2017
Jul 5, 2017
Jul 5, 2017
Jul 5, 2017

Repository files navigation

s

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

WARNNING

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.

How to compile

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

Usage

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.0%
  • C 2.0%