Network Programming with Python Course (build a port scanner, mailing client, chat room, DDOS)

Network Programming with Python Course (build a port scanner, mailing client, chat room, DDOS)

freeCodeCamp.org

3 года назад

352,139 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Abel Danladi.
Abel Danladi. - 21.08.2023 10:27

Great

Ответить
Rodeo
Rodeo - 07.08.2023 00:59

Thanks! Got more clarity

Ответить
Jacques Francois
Jacques Francois - 09.07.2023 00:04

Hi, the first script gives me an error "no module named email.mime" Although ive installed the email module, any help is appreciated

Ответить
Ramzbew
Ramzbew - 29.06.2023 03:35

DDOS Script was slow because you created to many Threads. And you lose resaurses to make your OS managing and switching between Threads.

Ответить
Swashbuckle Games
Swashbuckle Games - 06.06.2023 19:56

This is really great stuff, thank you

Ответить
Joaquim Menezes
Joaquim Menezes - 24.05.2023 04:54

Army of 50000 grandma’s 😂

Ответить
Goodluck Oriuwa
Goodluck Oriuwa - 08.05.2023 23:31

Can I use python to disconnect or connect internet access to an existing local area network? If yes, how can I do that programmatically in python code?

Ответить
Godkiller
Godkiller - 05.05.2023 22:42

I get this : TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond

Ответить
Brandon
Brandon - 04.05.2023 15:21

Great video! Thank you very much!

Ответить
կլանող
կլանող - 12.03.2023 19:03

I don't understand how this video isn't included in FCC's Information Security course. I learnt more from it than from the whole "Python for Penetration Testing" module. The whole course seems lacking compared to all the others to be honest.

Ответить
nabeel navab
nabeel navab - 08.03.2023 00:28

2F authentications block these mails? could not send mail to my gmail account ;(

Ответить
Alfredo Neves
Alfredo Neves - 22.12.2022 03:06

excelent video

Ответить
Tariq Osman
Tariq Osman - 07.12.2022 16:18

We are seeing your face, no code,

Ответить
Omniascio 18
Omniascio 18 - 26.11.2022 22:15

so does anyone know how to encrypt a password in a txt file for the mailing client portion of the video?

Ответить
Nick
Nick - 31.10.2022 10:54

Good explination on nicknames 🙄🙄

Ответить
Rachinter
Rachinter - 21.10.2022 16:39

Thank u thank u very much for this❤️ appreciate ur hard work 👍

Ответить
Shreyas naik
Shreyas naik - 05.09.2022 15:51

thread = threading.thread(target=attack)
AttributeError: module 'threading' has no attribute 'thread'll

Ответить
Sagiv Alia
Sagiv Alia - 22.07.2022 09:01

In the Port Scanner part, shouldn't the 'port = queue.get()' need to be atomic?

Ответить
Veliki Feniks
Veliki Feniks - 05.07.2022 23:06

is that ddos attack illegal version of attack or just sending some data to target?

Ответить
ANKUR STUDIES
ANKUR STUDIES - 16.06.2022 10:14

can i connect with other clients over internet with different IPv4 ??

Ответить
Sindi Cindy
Sindi Cindy - 09.06.2022 19:57

Hello. Great video!! Where do you come from? Just curious since your name seems to be Albanian. xp

Ответить
Arch Angel Gabriel
Arch Angel Gabriel - 09.06.2022 16:05

How does python know where password.txt is stored? Where is the path?

Ответить
Aaron Roberts
Aaron Roberts - 17.04.2022 03:13

This guy is definitely not a hacker.

Ответить
Trinity
Trinity - 14.04.2022 05:56

That mailing script gave a "SMTP Auth Extension not supported" Error. Pretty useless script if you have never worked with servers and can't find the problem by yourself.

Ответить
ᗪᖇ᙭Y HVH
ᗪᖇ᙭Y HVH - 04.04.2022 21:38

It's not DDoS, it's DoS

Ответить
Mac Kelly
Mac Kelly - 24.03.2022 19:15

any video links on how to encrypt the txt file for the password?

Ответить
Slon Beskonechen
Slon Beskonechen - 09.03.2022 16:29

Very interesting, thank you!

Ответить
Fellakneezz
Fellakneezz - 24.01.2022 02:56

(for the DDOS) Wouldn't it be better if you opened the socket before the loop
Then closed it after
Because every loop you're dealing with the overhead of opening and closing a socket every time you make a request

Ответить
Nitro
Nitro - 01.01.2022 16:44

i get a error with dos (TypeError: an integer is required (got type str))

Ответить
Guess Who
Guess Who - 20.12.2021 10:47

hmmm, I get the following error: ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host
can someone help me...???

Ответить
Rafy-Ivan Morales
Rafy-Ivan Morales - 04.12.2021 04:52

I want to ask for help....I need to make a program with Python program that should test the given host and it should generate a list of

all the TCP Open ports within the range of 1 to 1025. You are required to accomplish this task by using

standard Python’s “socket” library. Following are the functional requirements:

1. On execution of program system should prompt “Enter a host to scan”. User will provide a host

name

2. System should look for all the ports between the range of 1 to 1025

3. If the Ports is open it should create a file and add an entry for port number

4. In case of any exception for instance “host is not available”, “host name could not be resolved” or

due to any other error you need to write that exception into same file

5. You also need to record starting and ending date and time at the beginning and ending of file

accordingly. It should also show the total time it took in port scanning process

Ответить
Genesis 1:1
Genesis 1:1 - 28.11.2021 13:21

How can we add file transfer ability to chat room

Ответить
Michelle Lee
Michelle Lee - 26.11.2021 03:10

Neural Nine: mentions infinite times not to ddos attack other networks other than your own
???: hm I guess we shouldn't attack other domains

Ответить
sary
sary - 15.11.2021 05:48

line 32
encoders.encode_base64(p)
^
The error I get with the sending mail code

Ответить
Mehmet Y
Mehmet Y - 23.10.2021 14:38

Thanks for sharing your knowledge! 👍

Ответить
Morsi
Morsi - 09.10.2021 11:35

Thread is not defined, what should I do?

Ответить
JJz
JJz - 29.09.2021 15:35

In the email part i got this error : TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. How do i solve it?

Ответить
RiX
RiX - 15.09.2021 16:09

What a DDoS script?
Sending to a site request with path that isn't existing on it, getting error and sending request with host header that will response error too.

Ответить
Mazhar Mumbaiwala
Mazhar Mumbaiwala - 20.08.2021 16:40

The title is misleading, this video is great for someone familiar with network programming to quickly get hands on, but for someone who has no idea what an IP address is, what ports are this is not good, you cannot call this video a COURSE on Network Programming. A good video though

Ответить
Gonzalo Escudero
Gonzalo Escudero - 19.08.2021 19:23

The port scanner works for the fcc curriculum project of the same name?

Ответить
??? ???  :awesome:
??? ??? :awesome: - 18.08.2021 11:15

Can I DDOS my IP Address?

Ответить
yoshic
yoshic - 11.08.2021 23:54

What Version of python should I use.

Ответить
Skel
Skel - 04.08.2021 00:16

fbi this is for my summer project don't kill me please :)

Ответить
SËç0ñ d LIFE
SËç0ñ d LIFE - 26.07.2021 17:24

What is the keyboard you are using ?

Ответить
lazyman 24
lazyman 24 - 11.07.2021 20:14

I can't believe he was able to do all this in just an hour, which would've taken me weeks to figure out 🤣.

Ответить
HanotzTv
HanotzTv - 27.06.2021 08:34

on the tcp chat why we dont fix that the sender gets his own message ? how can i fix that ?

Ответить