Skip to content

A Kali Linux web server that listens to a certain port and connects to the client / connect to a remote web server like google.

License

Notifications You must be signed in to change notification settings

Sagar-Sharma-7/Socket_kali-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Socket_kali-linux

A Kali Linux web server that listens to a certain port and connects to the client / connect to a remote web server like google.


What is socket?

-- 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.


How to run the programs?

Step1: Open terminal and run the python file.

$ python3 app1.py

Step2: Open second terminal to write the following code.

$ telnet localhost 8080



Cloning this repositary using command line

  1. Open Git Bash.
  2. Change the current working directory to the location where you want the cloned directory.
  3. Type git clone https://github.com/Sagar-Sharma-7/Socket_kali-linux.git
  4. Press Enter to create the clone of this repositary.

How to reach me?

ForTheBadge makes-people-smile


ForTheBadge built-with-love ForTheBadge makes-people-smile

alttext License: MIT

About

A Kali Linux web server that listens to a certain port and connects to the client / connect to a remote web server like google.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages