If you like this video please subscribe to my Channel...
========Thank You==========
Basic Steps:
Let's run the file through the terminal, which will start the server to run a python script. You just type python and after that write the name of the file..
#python myserver.py
The Output says that the socket has been created; the act of binding has been done. Then it has been put into listening mode. At this point, try to connect to this server from another terminal using the telnet command.
The Port is 8888(in fact, you can choose any port like 8080 instead 8888). It is common to use predefined port numbers. The standard ones are usually booked up like 80 for HTTP and 443 for HTTPS. Port numbers range from 0 to 65535; however, 0 to 1023 are reserved. They are designated as well-known ports.
Next, issue this command on another terminal:
#telnet command to run the localhost
telnet localhost 8888
Now we have two terminals. The first one is running python file, and the second one is trying to run newly created Kali Web Server on port 8888. ....
On this page of the site you can watch the video online Beginning The Web Server (Hacking Tutorials) with a duration of hours minute second in good quality, which was uploaded by the user Venky Technlogies Telugu 12 April 2021, share the link with friends and acquaintances, this video has already been watched 160 times on youtube and it was liked by 16 viewers. Enjoy your viewing!