Python Network Programming 8 - Testing Locally ( Socket Programming )

preview_player
Показать описание
Testing the reverse shell on our local computer.

Next Video - Final Program on a Digital Ocean Live Server

#python
Рекомендации по теме
Комментарии
Автор

videos are super and the explanation on topics are perfect for understanding. Thanks for such a good videos on socket programming.

jeenokia
Автор

thank you for this playlist, i was able to follow along and code got executed, thanks !!!

bennet
Автор

These are outstanding. thanks so much!

josephsuess
Автор

It works thanx...im learning a lot man

kennethmuchadenyika
Автор

Thnx for uploading all these python socket vid
I wish you too have more followers, & who are on towards python learning

DAnmol-xwqs
Автор

excellent series of videios dude ! i have an issue though, whenever i try to open a file and save contents of s.send(str.encode(output_str + currentWD)) on the server side, it works and saves all content (directory included, which is normal behaviour)


However when i remove the + currentWD part, and the command now is just :
" s.send(str.encode(output_str ))"
thus only sending the output, nothing happens ... not even printing the output_str on the server side. why is that ?

gregkan
Автор

i have a question if you dont mind, im used to the bash terminal, im a noob when it comes to these windows commands, is there a way to use bash in this course and if there is could you point me in the right direction.
Note: although im used to bash and linux, i followed this course on windows 10 on my school computer.

TepsiMorphic
Автор

since i didn't use digital ocean so i've implement till this video (testing on my pc - locally) i mean can i call this project complete ?

VidishArvind
Автор

when i m moving into some directory for example to "Scripts" from "venv" I type "cd Scripts" and it moves me to the "Scripts" directory but it prints an error "The system cannot find the path specified." why is that so? everything is working fine even after this error so why is the program printing this?

aliazlanaziz
Автор

Hi,

It was a great explanation, but i am having an error while running client.py for "win error 10061".
I tried mentioning "s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)" but no luck here.


I think most of the members are getting same error, please help to find the solution.

kaushtubhjha
Автор

@buildwithpython, thanks for sharing your knowledge! Please, is there supposed to be Python Network Programming 9 video?

richardagyepong
Автор

When I use s.send(b"string") as a tcp client through uart I receive client address client port and the string but I just need to get the string only how do I proceed

ainzgown
Автор

Im getting the error [WinError 10061] and cannot establish connection why is this happening???

astroinceptor
Автор

Sir, I think you are too fan of mr.robot ❤️❤️

DAnmol-xwqs
Автор

why did the port number change in the output ?

mohammedmansour
Автор

Hi! First I ran the server.py file on my computer. Then ran the client.py on my mac. But no connection was established. Please help

ameeteshsharma
Автор

When user enters command as quit, the server doesn't close connection.Can you guide on that? It inturns gives error that quit command is not recognized.

shivenkhajuria
Автор

Hello, great tutorial like always ! I just have a little problem : when i receive the answer from my client and i want to print it on the screen, it prints everything on one line. It doesn't interpret the \n and \r
symbols. Do you have any idea why this is happening ?

BasilioM
Автор

Nice tutorial!But I got a question. When the connection is established, why the port is set to 54545?

denverjohn
Автор

server file run in my computer can I access it through different network ??
I got error winerror 10060

dwarkeshpatel