A Kali Linux web server that listens to a certain port and connects to the client / connect to a remote web server like google.
-- On a computer network, there are internal endpoints that are meant for sending and receiving data within a node. A socket is the representation of these endpoints. Sockets are the fundamental things behind these network applications.
$ python3 app1.py
$ telnet localhost 8080
- Open Git Bash.
- Change the current working directory to the location where you want the cloned directory.
- Type
git clone https://github.com/Sagar-Sharma-7/Socket_kali-linux.git
- Press Enter to create the clone of this repositary.