Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b4a01ca

Browse files
Update README.md
1 parent 4811d37 commit b4a01ca

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

‎README.md‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11

22
# TCP Port Scanner
3+
Reliable multithreaded TCP port scanner.
34

5+
# How does it work?
6+
This scanner will try to call `connect(2)` to the target host. If the scanner gets `ECONNREFUSED`, it is probably the target port is not blocked by the firewall, there is just no service is bound to the such port.
7+
8+
If the connect success, the scanner will try to send some payload and check whether there is a response from the destination port.
9+
10+
All necessary information will be stored in directory with name target host. If the directory does not exist, the scanner will create it automatically.
411

512
# Installation
613
```sh

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /