Python for Hackers Course | Scripting Bug Bounty & Ethical Hacking

  Рет қаралды 232,347

Ryan John

Ryan John

Күн бұрын

Пікірлер: 123
@Fernando123247
@Fernando123247 Жыл бұрын
Guys, I wanted to say, that for every 1 minute of watching this video you should write code for 20 minutes. So, for this video, you should write code for 100 hours at least to get some result from this course. Practice is very important, and when you get the basics, you need to WRITE, WRITE and one more time WRITE code. You need to WRITE first and THEN get some theory from books/videos/stackoverflow topics. First of all you need to GET SOME PROBLEM, THEN SOLVE IT. Do not stand on one place by just watching some video. Practice more with it. Good luck to you guys!
@informationtv7390
@informationtv7390 Жыл бұрын
Coding is all about practice, practice and more practice..
@Fernando123247
@Fernando123247 Жыл бұрын
FR bro@@informationtv7390
@zenkycs735
@zenkycs735 Жыл бұрын
@@informationtv7390yes
@FREE_AT_LAST_SDK
@FREE_AT_LAST_SDK Жыл бұрын
As a student who has watched your programming videos, I want to express my heartfelt gratitude to you. Your videos are incredible! The content you provide is not only great but also perfectly formatted, making it easy for me to follow along and learn. I want you to know that your dedication and expertise in teaching programming have truly changed my life for the better. Your videos have empowered me to acquire new skills and expand my knowledge in this field. The impact you've had on my learning journey is immeasurable, and I am deeply thankful for that.
@sn7747
@sn7747 Жыл бұрын
The fuzzer example at 1:47:09 uses an unnecessary recursive call to loop(). You can just continue the loop or eliminate the positive check (use res.status_code != 404). At 1:49:40, you can see the stack filled with 4 recursive calls.
@UrLostPajamas
@UrLostPajamas 9 ай бұрын
I'm an hour and a half in so far and not only did I learn and do this project I used what I learned and went back to a previous tutorial I broke trying to add functionality, and fixed it and added the functions I was trying to add.
@napoleonhardridge7014
@napoleonhardridge7014 Жыл бұрын
@12:01 Solved " Process is not allowed to run in parallel " because two scripts can't ran at the same time. Be sure to have, ip = input and print() coded inside the panel up top to execute. The variable will be the tool-bar Run (Type in, ip 10 10 10 10) and then, the print() function execution will be the keyboard, Enter. ( had to figure this out myself. Google will have you going nowhere real fast like )
@Noblemile2
@Noblemile2 Жыл бұрын
I've tried to learn python a couple of times (even through a Coursera course) and struggled. I'm not particularly good with it right now, but you've done a great job in helping me to understand what it is exactly that I am doing with python and helping me realize just how neat this little program is.
@easydrafting
@easydrafting Жыл бұрын
Good to hear about your experience, I really appreciate this Python hacker Course creator, Do check out 2023 Updated Harvard University lectures as well - kzbin.info/www/bejne/nJuZi3pviMiVhKs
@godwinalekeobor5274
@godwinalekeobor5274 Жыл бұрын
You can read python books, one of the best is python for everybody
@GG-jn9fx
@GG-jn9fx Жыл бұрын
Can we get a deeper dive on api fuzzing/api hacking preferably with Python. Got terribly on confused on that part as I’m completely unfamiliar with everything mentioned in that section.
@geef0813
@geef0813 Жыл бұрын
Thank you for making examples that are real world small programs. Makes it much more engaging and understandable
@Vazzible_gaming
@Vazzible_gaming Жыл бұрын
Wow, covers even the simplest of basics.
@orbitxyz7867
@orbitxyz7867 Жыл бұрын
Thank you soo much sir Your are really doing great job Hats off sir for this amazing course I daily watch your videos , best KZbinr for me 🙏🙏
@brwakurdish6513
@brwakurdish6513 Жыл бұрын
good job Man thanks do JavaScript Also please ❤
@orbitxyz7867
@orbitxyz7867 Жыл бұрын
Yes JavaScript for hackers
@Daniel-bb5py
@Daniel-bb5py Жыл бұрын
Thank you so much for your great content and effort made. I really appreciate your time. You have a new subscriber!
@tentimesful
@tentimesful Жыл бұрын
I almost took down my bosses top server with my multi threaded http requester software in ava lol.... I made the http server also for charts.... was just looking at what the maximum requests at a time that can be taken from the server, to limit it to how much request the http server would accept.... seriously if you have a few drone computers you can take down the server if they dont set a limit, even with the limit you can occupy it although with a good server setup you can handle alot of requests you drop after the limit..
@fric7ion820
@fric7ion820 Жыл бұрын
Just in time... I was looking for python tutorials
@KaafUzair
@KaafUzair Жыл бұрын
Thank you so much sir for provide us this amazing content 👍🏻❤
@Jupiterxice
@Jupiterxice Жыл бұрын
You are awesome, I been doing HTB and HTB academy to perfect my craft.
@CosmicVScode
@CosmicVScode Жыл бұрын
I prefer the f string This is such an awesome course, thank you very much
@timcyb
@timcyb Жыл бұрын
Another amazing course, thank you.
@mabd10
@mabd10 6 ай бұрын
night 1 - till api fuzzer night 2 - till web basics
@shubhrajitpallob5867
@shubhrajitpallob5867 Жыл бұрын
Hello, do we have to set up a separate environment for the Linux workstation on a different machine?
@pishtaz-dev
@pishtaz-dev 10 ай бұрын
Hello, what programming prerequisites should we have for this course?
@liltoxicpain
@liltoxicpain Жыл бұрын
it is really important to learn the hangman? cause i understood all of the primary things, but the hangman challenge looks a lil bit useless for an ethical hacker, am i wrong?
@devonburelle400
@devonburelle400 Жыл бұрын
Very glad your covering this! Love all of your videos!
@crossingtherubicon4492
@crossingtherubicon4492 Жыл бұрын
The gift that keeps giving 💙 thank you so much for this course!
@karlobabic8495
@karlobabic8495 Жыл бұрын
@PhDSecurity hi on 1:40:34 there is problem with sockets, it says: """ Failed to establish a new connection: [WinError 10013] An attempt was made to access a socket in a way forbidden by its access permissions')) """ do you know how to fix this issue
@JimTaylor42
@JimTaylor42 Жыл бұрын
At 59:00 how did you display the list of functions?
@scottgardner2114
@scottgardner2114 Жыл бұрын
You are a hero! Thank you so much for your excellent content.
@ryan_phdsec
@ryan_phdsec Жыл бұрын
I appreciate that!
@antenehkiyak8083
@antenehkiyak8083 Жыл бұрын
What you write on your screen is invisible for those who use their phones. Please, is there a solution to make the fonts bigger??
@brandonkilgore4726
@brandonkilgore4726 Жыл бұрын
Are you on Udemy business? Couldn’t find the course there :(
@Vazzible_gaming
@Vazzible_gaming Жыл бұрын
Convention quotes that for variables "first_name would be better than fname, conversely persons_first_name would be worse than first_name."
@mdmoulaali2734
@mdmoulaali2734 Жыл бұрын
The video is not matching with audio there is a delay please fix it..
@aspxa4985
@aspxa4985 Жыл бұрын
Hi! the code at minute 40:00 has a problem. Whenever I compare two numbers with different lengths, let's say 8 and 12, it doesn't matter in which variable they are, the smaller number shows as the bigger one.
@baby_boss1234
@baby_boss1234 Жыл бұрын
Use int(input()).
@nicolaed440
@nicolaed440 Жыл бұрын
course for hackers and you start with variables? same as print("hello python")
@nathanostrowski4441
@nathanostrowski4441 Жыл бұрын
I am stuck on 5:04:02 my code won’t load idk how do I refresh
@LaNfinity
@LaNfinity Жыл бұрын
Sorry Amigo, base64 is not encryption but encoding. As you are providing beginner cyber security lessons, please make it obvious what is what.
@0DayBodyBulder
@0DayBodyBulder Жыл бұрын
Amazing lecture....you should get more support Your videos are amazing
@dannyben0
@dannyben0 Жыл бұрын
Hi, I am stuck at 3:14:21. My VS code informs ModuleNotFoundError: No module named 'requests'. I have installed requests and bs4 module successfully which can be found in my python/Lib/sites-package and its version can be called in VS code. There is no writting problem. I have checked python PATH was added in advanced system setting. The comp has been restarted after the installment. However, the same issue still emerges. I run the code on the correct folder. Thanks in advanced for the assistance.
@rahulr9535
@rahulr9535 Жыл бұрын
First, check if the requests module is installed. Open a terminal or command prompt and enter the following command: pip freeze | grep requests This command will search for the requests module in your environment and print its version number if it is installed If the requests module is not installed, you can install it by running the following command in your terminal or command prompt: pip install requests
@mymy_oneseven
@mymy_oneseven Жыл бұрын
Hello, i don't know if you would consider this but I'd like to suggest that instead of making a very long video, maybe it's better that you make with multiple videos and put it in a playlist
@wantedunknowngaming0504
@wantedunknowngaming0504 8 ай бұрын
The api fuzzer doesn’t work for me
@fullclipfullclip1061
@fullclipfullclip1061 Жыл бұрын
This GOOD and all the is only one thing wrong with this video and it needs to be done over. Your screen is to small to view what your teaching either you need to enlarge your fronts or screen for a better
@securityintech
@securityintech Жыл бұрын
Is there a delay on when you talk and when you type. Or is it just me.
@ryan_phdsec
@ryan_phdsec Жыл бұрын
There shouldn't be
@ryan_phdsec
@ryan_phdsec Жыл бұрын
How long is the delay? KZbin says the video is still processing 🤷‍♂️
@securityintech
@securityintech Жыл бұрын
@@ryan_phdsec Around 15 secs I believe
@itsme7570
@itsme7570 Жыл бұрын
I don't notice anything now
@innocentonyemaenu6353
@innocentonyemaenu6353 Жыл бұрын
@phd_security how can I reach you privately. I need help with using docker container to setup a metasploitable but the container fails to ping out
@Mrme-cn9je
@Mrme-cn9je Жыл бұрын
How do you know the packages we import to use dont contain malware or not gonna contain malware in the future?
@ryan_phdsec
@ryan_phdsec Жыл бұрын
I use the ones that are really popular...
@Mrme-cn9je
@Mrme-cn9je Жыл бұрын
But the author's account can get hacked and any popular package can become malicious. I wish content creators warned the beginners of this kind of security risk, because they are made to believe it's totally ok to use a total stranger's code.
@joshh4005
@joshh4005 Жыл бұрын
Was thinking of going through the black hat python book would you recommend going through this first?
@ryan_phdsec
@ryan_phdsec Жыл бұрын
Yes you will learn the most from writing code... I read books as a last resort, such as when I am away from home.
@joshh4005
@joshh4005 Жыл бұрын
@@ryan_phdsec I'm currently working through python for everybody course to get the basic grip of python but then intend to go through yours as to be a bit more specific to hacking
@joshh4005
@joshh4005 Жыл бұрын
@@ryan_phdsec how much JavaScript should someone learn for bug bounty?
@joshh4005
@joshh4005 Жыл бұрын
@@ryan_phdsec what's the best way you think to learn python?
@devabdul
@devabdul Жыл бұрын
Thank you so much for this wonderful course❤
@ASTRO-if8ux
@ASTRO-if8ux Жыл бұрын
Truly a master in teaching ❤❤❤
@maarifrafili2164
@maarifrafili2164 Жыл бұрын
Thank You for All❤❤
@karlobabic8495
@karlobabic8495 Жыл бұрын
hi bro, on 1:40:34 I have problem with sockets, it says: """ Failed to establish a new connection: [WinError 10013] An attempt was made to access a socket in a way forbidden by its access permissions')) """ how to fix this issue
@maarifrafili2164
@maarifrafili2164 Жыл бұрын
@@karlobabic8495 sorry dude idk how you can fix this issue. When I write this type of code I didn't have an error.
@Verum_Rex
@Verum_Rex Жыл бұрын
Is there any alternatives to use for using the backend api from HackTheBox? It's only accessible to those who have Vip membership. Else I won't be able to complete the api fuzzer section. @ 1:38:33
@quietkid3472
@quietkid3472 Жыл бұрын
do we need to install linux version even tho I work on Windows?
@bishtty
@bishtty Жыл бұрын
Did you found any solution for this?
@bilalsyed4207
@bilalsyed4207 Жыл бұрын
@@bishtty I am having the same issue did you find anything
@bilalsyed4207
@bilalsyed4207 Жыл бұрын
Any luck?
@amir_tavoosi
@amir_tavoosi 2 ай бұрын
i can't load 10.10.11.161 it says not connected network but it works fine for searching
@damianos.2954
@damianos.2954 Жыл бұрын
at 1:47:04 I don't understand why it work and don't fall in an infinyte loop. But it work XD
@ralphandre4438
@ralphandre4438 Жыл бұрын
Ohh yesss!! I’ve been waiting for this. Thank you sir 💯💯
@EUROSPORTS4TECH
@EUROSPORTS4TECH Жыл бұрын
Delay is must whenu use python , yea i love c++
@rootxgod1086
@rootxgod1086 Жыл бұрын
amazing | learn alot
@Papabuonair
@Papabuonair Жыл бұрын
thx for such a long video and hard work helps me a lot
@redcloud4741
@redcloud4741 Жыл бұрын
Free value, you're brilliant
@griffer695
@griffer695 Жыл бұрын
I'm 20 minutes in 👍 Would someone be able to do freelance bug bounty after learning this?
@ryan_phdsec
@ryan_phdsec Жыл бұрын
I would suggest my bug bounty course.
@CallUsTheSilentAssassins
@CallUsTheSilentAssassins Жыл бұрын
37:00 little spelling error with false lol
@k.h.p.9862
@k.h.p.9862 Жыл бұрын
thank you for this course.
@firosiam7786
@firosiam7786 Жыл бұрын
Next mayb do an offensive tool like how to code a custom revershell
@okaforchristian5340
@okaforchristian5340 Жыл бұрын
Thanks for the wonderful tutorial 👍
@carbyte2673
@carbyte2673 Жыл бұрын
Thanks dude!
@shelburnjames7337
@shelburnjames7337 Жыл бұрын
Cyber Force could be a branch of Space Force .. hacking e.t.
@АситбекЕркинбек
@АситбекЕркинбек Жыл бұрын
🎉
@Electro-Hacking
@Electro-Hacking Жыл бұрын
the job is done thanks bro
@Naath000
@Naath000 Жыл бұрын
Thank you sir
@rifatchowdhury3683
@rifatchowdhury3683 Жыл бұрын
Your videos are really good ❤
@X-razcal-X
@X-razcal-X Жыл бұрын
This video is sick! Thank you heavy much! 😮🎉🙌
@zaidnoman99
@zaidnoman99 Жыл бұрын
osm work bro
@veggiebroth5542
@veggiebroth5542 Жыл бұрын
My man!
@tharuna6069
@tharuna6069 Жыл бұрын
You are great dude
@two-zero
@two-zero Жыл бұрын
Thank you bro
@georgerobbins5560
@georgerobbins5560 Жыл бұрын
Great video.
@stón_1
@stón_1 Жыл бұрын
That's awesome
@danieldanielonuoha7891
@danieldanielonuoha7891 Жыл бұрын
Thank you so much for this
@camgrimsec
@camgrimsec Жыл бұрын
1st
@slimanemahi1392
@slimanemahi1392 Жыл бұрын
thank you soo much
@mauipomare3232
@mauipomare3232 Жыл бұрын
hey bro cheers for your videos, your appreciated bruz, i want you to know this.
@12567NoYouCannot
@12567NoYouCannot Жыл бұрын
Thanks Ryan!!!!
@Antonio_Ineba
@Antonio_Ineba Жыл бұрын
thanks for the video
@legiontime9897
@legiontime9897 Жыл бұрын
I am hacking everything and everybody 😎
@dezr9317
@dezr9317 Жыл бұрын
Хочу быть как ты 🙏
@mohammadimran9471
@mohammadimran9471 Жыл бұрын
make a business apps for me
@trzztrzz2477
@trzztrzz2477 Жыл бұрын
INUVVOLI
@kakamoora7874
@kakamoora7874 Жыл бұрын
Bro this is python tutorial 😂
@Deadlious
@Deadlious Жыл бұрын
Just don't lie in the video title... a bit of web scrapping and even little networking does not qualify for a "Hackers course". Yes it might be useful to someone who wants to learn python, but since the code quality is average, I've seen better courses online. So overall, video content is ok, but hacking? Hell, no.
@vincentadudonkor8046
@vincentadudonkor8046 Жыл бұрын
You talk too fast
@laja6108
@laja6108 Жыл бұрын
You can slow it down in the settings...
@harkinkuminishola545
@harkinkuminishola545 Жыл бұрын
Hello I'm sam please I want to learn coding and hacking from you and be your personal student please, how can I contact you?
@dariusvlogs3634
@dariusvlogs3634 Жыл бұрын
Nice release man!
@S-Lomar
@S-Lomar Жыл бұрын
🌹🌹🌹🌹😍😍🤩🥰🥰🥰😍😍🤩🤩🥰🤩🤩🤩🤩🥰🥰🤩🤩🤩🤩😍😍😍🥰🥰
@NOTME-1337
@NOTME-1337 Жыл бұрын
thx 🤍🤍🤍🤍🤍🤍
@massylii
@massylii Жыл бұрын
Thank you sir
How to Create an A.I. Note Taker
40:56
Ryan John
Рет қаралды 9 М.
Python For Ethical Hacking & Cybersecurity Basic Intro
56:01
Ryan John
Рет қаралды 89 М.
А я думаю что за звук такой знакомый? 😂😂😂
00:15
Денис Кукояка
Рет қаралды 4,5 МЛН
БУ, ИСПУГАЛСЯ?? #shorts
00:22
Паша Осадчий
Рет қаралды 3 МЛН
Из какого города смотришь? 😃
00:34
МЯТНАЯ ФАНТА
Рет қаралды 2,6 МЛН
Let's Create a Compiler (Pt.1)
1:11:03
Pixeled
Рет қаралды 560 М.
Linux Kernel 6.12 | This is Historic
1:07:22
Maple Circuit
Рет қаралды 82 М.
Hacking Bank from Hackthebox |  HTB Bank Walkthrough | Ethical Hacking
28:17
Linux for Ethical Hackers (Kali Linux Tutorial)
2:01:00
freeCodeCamp.org
Рет қаралды 6 МЛН
Let's code a beginner Python BANKING PROGRAM 💰
15:01
Bro Code
Рет қаралды 267 М.
Automate with Python - Full Course for Beginners
2:42:55
freeCodeCamp.org
Рет қаралды 1,5 МЛН
How the Best Hackers Learn Their Craft
42:46
RSA Conference
Рет қаралды 2,6 МЛН
А я думаю что за звук такой знакомый? 😂😂😂
00:15
Денис Кукояка
Рет қаралды 4,5 МЛН