TCP connect scan
TCP connect is a three-way handshake between the client and the
server. If the three-way handshake takes place, then communication has
been established.
A client trying to connect to a server on port 80 initializes the
connection by sending a TCP packet with the SYN flag set and the port to
which it wants to connect (in this case port 80). If the port is open
on the server and is accepting connections, it responds with a TCP
packet with the SYN and ACK flags set. The connection is established by
the client sending an acknowledgement ACK and RST flag in the final
handshake. If this three-way handshake is completed, then the port on
the server is open.
The client sends the first handshake using the SYN flag and port to
connect to the server in a TCP packet. If the server responds with a RST
instead of a SYN-ACK, then that particular port is closed on the
server.
==> Read More
Sunday, October 20, 2013
Subscribe to:
Post Comments (Atom)
Popular Post
Archive Blog
Powered by Blogger.
Category
Adobe
(1)
android
(1)
Application Security
(3)
APT
(1)
Cheat Sheet
(3)
Facebook
(2)
Forensic
(16)
General Security
(7)
google
(1)
Hacking
(28)
Hijacking
(3)
iOS
(1)
Linux
(5)
Linux Command
(1)
Malware
(2)
Mobile Device
(2)
Nmap
(1)
OWASP
(1)
Password
(2)
Research
(2)
Reverse Engineering
(5)
SANS
(1)
Scripts
(1)
Security
(7)
Security Tools
(3)
Social media
(1)
SSL
(1)
SysAdmins
(1)
Twitter
(1)
Video
(8)
Vulnerability
(1)
Wi-Fi
(1)
XSS
(2)
Test Cooment!
ReplyDelete