Writing Malware with Python Part 3 - Socket Module Basics

preview_player
Показать описание
Learning Malware with Python Playlist:

In this tutorial we create a basic client/server socket program and send traffic between our native computer and windows 10 VM over the network
Рекомендации по теме
Комментарии
Автор

this is genuinely the best tutorial i've ever come across

Chickin
Автор

I know these videos are from years ago but i am enjoying watching these step by steps they are informative and no one else are making these videos thank you

cutiebabytron
Автор

Nice job explaining socket modules. Well done.

justlance
Автор

I like ur explaining, straight to the point..

predatorelite
Автор

@ 8:25 You import socket at the top that is how you are accessing the .socket Method

Thanks for the video's btw just subbed

originalbinaryhustler
Автор

That's very useful bro. I was looking for something like this👍. Keep up

WhiteDevil-hink
Автор

Thank you, so useful please keep going

ninamira
Автор

Good job man, if you please to upload the Writing Malware with Python Part 2 episode .

abodawead
Автор

I don't know if I misunderstood, but you can't really choose from 1 to X ports, cause the first 1023 are Well-known ports.
Tell me if I'm wrong, I've been studying this recently.

geco
Автор

Its ok, i managed to muck around and then found right one at the bottom it was masked because i had a VPN on and then i saw them the same thank you

HCKR-lcxs
Автор

2 videos are hidden, is it known why?

poltergijstt
Автор

Hello, I cannot seem to get this code working. I have it down exactly how it is in the video changed to my IP but the server will not pick up any signal

Voidium_
Автор

I followed everything step by step by when i did a Ipconifg on my VM the ipv4 is different? how to solve that?

HCKR-lcxs
Автор

whats the benefit of this socket connection compared to regular http request and execute the response ?

novianindy
Автор

Great series ! Where (or what) is part 2 ?

jamesrobertson
Автор

hey bro i did every step exactly like you and my client.exe does not respond, it doesnt print anything it just opens and does nothing can you help please?

dxlorean
Автор

Hi there Mr Jody, i tried copy it to VM at first and up to 5 tries i couldn't but after restarting the Windows VM i could and then i tries executing it and i got this error:
Traceback (most recent call last):
File "C:\Users\LENOVO\PycharmProjects\client.file\venv\server.py", line 9, in <module>
s.bind((SERVER_IP, SERVER_PORT))
OSError: [WinError 10049] The requested address is not valid in its context

Process finished with exit code 1

Could you please assist me on this?
f
Is it because of the port issues or the network IP issues?

HCKR-lcxs
Автор

Traceback (most recent call last):
File "d:\Gulzar\Music\server.py", line 7, in <module>
s.bind((SERVER_IP, SERVER_PORT))
socket.gaierror: [Errno 11001] getaddrinfo failed

How to solve this error

Digitalagencykasur
Автор

How can I change the code to hack phones?

hdammotowa