No video

Python nmap port scanner

  Рет қаралды 92,446

David Bombal

David Bombal

Күн бұрын

Learn how to create both a Python sockets and a Python nmap port scanner. These are the beginning of a journey into Python Ethical hacking.
================
Scripts using regex:
================
Socket method:
github.com/dav...
nmap method: github.com/dav...
====================
Scripts using IP address:
====================
Socket method: github.com/dav...
nmap method: github.com/dav...
Menu:
Python port scanner nmap and sockets: 0:00
This is a journey: 0:20
Sockets on Windows: 1:09
Download and install Python: 1:40
Run python socket port scanner: 2:40
Test against a web server: 4:07
Timeout to check connection: 5:00
Kali Linux example: 5:25
Test sockets Python script on Kali Linux: 6:06
Catching mistakes: 6:42
Sockets Python Code: 7:08
nmap script on Kali: 7:38
Troubleshooting nmap issues: 8:18
Python nmap port scanner: 9:22
Comparison of the scripts: 10:04
Sockets script explanation: 10:50
nmap Python script explanation: 13:25
================
Connect with me:
================
Discord: / discord
Twitter: / davidbombal
Instagram: / davidbombal
LinkedIn: / davidbombal
Facebook: / davidbombal.co
TikTok: / davidbombal
KZfaq: / davidbombal
================
Support me:
================
DavidBombal.com: CCNA ($10): bit.ly/yt999ccna
Udemy CCNA Course: bit.ly/ccnafor...
GNS3 CCNA Course: CCNA ($10): bit.ly/gns3ccna10
======================
Special Offers:
======================
Boson software: 15% discount
Link: bit.ly/boson15
Code: DBAF15P
nmap
python nmap
nmap scan
nmap scanner
python hacking
python
python wifi
python network scan
python port scanner
port scanner
port scan
python scanner
python scan
oscp
elearnsecurity
oscp certification
ethical hacking
ceh
oscp
ine
try hack me
hack the box
hacking
ethical hacker
ctf for beginners
Please note that links listed may be affiliate links and provide me with a small percentage/kickback should you use them to purchase any of the items listed or recommended. Thank you for supporting me and this channel!
#python #nmap #hacking

Пікірлер: 241
@davidbombal
@davidbombal 3 жыл бұрын
================ Scripts using regex: ================ Socket method: github.com/davidbombal/red-python-scripts/blob/main/port_scanner_regex.py nmap method: github.com/davidbombal/red-python-scripts/blob/main/nmap_port_scanner.py ==================== Scripts using IP address: ==================== Socket method: github.com/davidbombal/red-python-scripts/blob/main/port_scanner_ip_obj.py nmap method: github.com/davidbombal/red-python-scripts/blob/main/nmap_port_scanner_ip_obj.py Menu: Python port scanner nmap and sockets: 0:00 This is a journey: 0:20 Sockets on Windows: 1:09 Download and install Python: 1:40 Run python socket port scanner: 2:40 Test against a web server: 4:07 Timeout to check connection: 5:00 Kali Linux example: 5:25 Test sockets Python script on Kali Linux: 6:06 Catching mistakes: 6:42 Sockets Python Code: 7:08 nmap script on Kali: 7:38 Troubleshooting nmap issues: 8:18 Python nmap port scanner: 9:22 Comparison of the scripts: 10:04 Sockets script explanation: 10:50 nmap Python script explanation: 13:25 ================ Connect with me: ================ Discord: discord.com/invite/usKSyzb Twitter: twitter.com/davidbombal Instagram: instagram.com/davidbombal LinkedIn: www.linkedin.com/in/davidbombal Facebook: facebook.com/davidbombal.co TikTok: tiktok.com/@davidbombal KZfaq: kzfaq.info ================ Support me: ================ DavidBombal.com: CCNA ($10): bit.ly/yt999ccna Udemy CCNA Course: bit.ly/ccnafor10dollars GNS3 CCNA Course: CCNA ($10): bit.ly/gns3ccna10 ====================== Special Offers: ====================== Boson software: 15% discount Link: bit.ly/boson15 Code: DBAF15P Please note that links listed may be affiliate links and provide me with a small percentage/kickback should you use them to purchase any of the items listed or recommended. Thank you for supporting me and this channel!
@akeelomairi9911
@akeelomairi9911 3 жыл бұрын
Hi David. Do you have a video about Python regular expression? Thanks!
@jewelbennett7325
@jewelbennett7325 3 жыл бұрын
Ok Thank you
@aksdvlog1796
@aksdvlog1796 3 жыл бұрын
Sir please checkout your email.
@fardinfaisalofficial
@fardinfaisalofficial 3 жыл бұрын
Hello sir I'm from Bangladesh. Can you please make a video on how to crack wifi password using only a mobile device. It would be very helpful. I don't have any PC or Laptop.
@richardhead2.049
@richardhead2.049 3 жыл бұрын
Thanks for doing this.
@lrmarquez80
@lrmarquez80 3 жыл бұрын
Thanks David! This has been the toughest and most important part of my Pen-tester journey. I believe its important to understand what exactly the code is tying to do in order to be a great penetration tester. Learning how to integrate all the libraries that python has to offer has been my biggest challenge
@ABDR._.
@ABDR._. 3 жыл бұрын
David Bombal is Amazing and Legendary Like Always ! Thank You so Much Mr.David ! 👏👏👏👏👏👏👍👍
@davidbombal
@davidbombal 3 жыл бұрын
Thank you and you're welcome :)
@shaunnasworkshop
@shaunnasworkshop 2 жыл бұрын
This is the first example of a port scanner I've found that works as advertised. The comments you placed in it make me thoroughly understand how it is working. Thank you so much for this.
@iTsurvivZ
@iTsurvivZ 3 жыл бұрын
I love how much u go into detail when ur writing youre code and it makes it so much easier to understand
@DoktorIcksTV
@DoktorIcksTV 3 жыл бұрын
I absolutely agree. Even as a beginner in Python, I basically understood everything.
@jamesgouveia5267
@jamesgouveia5267 3 жыл бұрын
David thank you for the tutorials! As an aspiring Cybersecurity professional, these are invaluable!
@davidb_thetruth
@davidb_thetruth 3 жыл бұрын
Great job as always David, I too love when people put in comments in their code to help newbies like myself learn how and (the big one) WHY, it does what you (hopefully) want it to. Thanks again.
@educastellini
@educastellini 3 жыл бұрын
-Great content Professor David ... !!! -Python is practically a Swiss army knife, server for Pentest, Devnet, and many others. -I started to study for Python seriously by taking the very advanced Python courses on Udemy because I think about making a different version of the Quokka project but instead of using Flask use Django, and even the preparation for Python certification I think in doing, now the Devnet or the Python certification to PCAP that when you finish the course at the Cisco academy it comes out at half the value which is still going to be 150 dollars which is almost the value of the Brazilian minimum wage so I still can't do it without a job in the area. -Now I need to say one fact: -My wife studied nursing and thought about doing Cook in college, but I introduced her to Python and she is already in her second course and is learning Web now, and in the morning in Bed when I put this video she understood the codes and asked me about IP addressing , it was magical. -Thank you professor David ... !!!
@ayanchakraborty76
@ayanchakraborty76 3 жыл бұрын
Never seen such working and well explained programming in this (nmap and sockets) topic... Thanks david...... Big fan of yours ❤️❤️
@deepak.k5501
@deepak.k5501 3 жыл бұрын
You are the man David, unlike others you are explaining what, why and how it works which is much needed to understand.
@davidbombal
@davidbombal 3 жыл бұрын
Thank you Deepak. I really appreciate that :)
@fredtaylor260
@fredtaylor260 3 жыл бұрын
Love your work David, you've really inspired me to get back into programming :) so inspirational
@davidbombal
@davidbombal 3 жыл бұрын
Thank you Fred. Programming can be a lot of fun :)
@atiface5057
@atiface5057 3 жыл бұрын
Thunkz alot. Sir david. Me I'm IT student from somali actually I learned more detail from this channel. Thunkz alot. Teacher
@brendanroach3237
@brendanroach3237 3 жыл бұрын
I'm a cyber security student and I wish this video came out last year when I had to create a port scanner for a project but I used Scapy. Great video David !!
@davidbombal
@davidbombal 3 жыл бұрын
Thank you for watching!
@MalMilligan
@MalMilligan 3 жыл бұрын
Brilliant. I'm cracking the tab on your Udemy CCNA class tonight... ty !
@tisbutascratch9961
@tisbutascratch9961 3 жыл бұрын
This man is giving out quality knowledge for free! What a legend! P.S. shout out to other legends like Networkchuck and of course, Man, The myth, The legend, Professor Messer!
@ramnikTDM
@ramnikTDM 3 жыл бұрын
Sir My dream is become a CyberSecurity Engineer but I am not having that much money for the Expensive courses but have the passion for it. Sir you are my Inspiration.
@davidbombal
@davidbombal 3 жыл бұрын
Never give up. Lots of free content available online these days.
@eternal_stoic_
@eternal_stoic_ 2 жыл бұрын
thanks so much profesor David you teach in such a manner that makes me want to keep learning. THANKS
@Jenko022
@Jenko022 3 жыл бұрын
This content is fantastic and very well explained. I am so looking forward to following these tutorials into the advanced stages. Excellent work Sir.
@davidbombal
@davidbombal 3 жыл бұрын
Thank you!
@wcman3842
@wcman3842 2 жыл бұрын
thank you so much for this!! could barely find any scripts that worked on google, let stand with comments and explanations.
@davidbombal
@davidbombal 2 жыл бұрын
You're welcome!
@EverybodyIsOnSteroids
@EverybodyIsOnSteroids 3 жыл бұрын
very nice David! and the prepared script with all the comments... its an early christmas present 😀 you are awesome! keep on going
@hareinjayasekara8740
@hareinjayasekara8740 3 жыл бұрын
This is really cool, these scripts can be useful at times when the NSE of Nmap are not much needed..
@Biotoxic510
@Biotoxic510 3 жыл бұрын
You are my inspiration! No words! just THANK YOU SO MUCH!!! Keep it up!!!
@Z3kyTw0
@Z3kyTw0 3 жыл бұрын
Incredible info in these videos David. Superb as always !
@jprince2453
@jprince2453 3 жыл бұрын
Thx for the video i didn't know it have a library call nmap all these time i been using socket , thread and scapy this video is a good mine keep it up
@ABDR._.
@ABDR._. 3 жыл бұрын
This is Very Cool Mr.David Bombal ! 👏👏👏👏👏👏👏👏👍👍👍🔥🔥
@davidbombal
@davidbombal 3 жыл бұрын
Thank you
@aravbudhiraja
@aravbudhiraja 3 жыл бұрын
A feature u cud add to the socket port scanner is to check the port and determine the default service. U cud add something like if port==21: print(f"Port {port} is open, this could be FTP") and a bunch of elifs after that.
@jacobkatzev1936
@jacobkatzev1936 3 жыл бұрын
Ive recently started learning python thanks you so much for the help David!
@younisahmed8618
@younisahmed8618 3 жыл бұрын
Big fan from France 🇫🇷
@davidbombal
@davidbombal 3 жыл бұрын
Thank you Younis!
@Firoz900
@Firoz900 3 жыл бұрын
David Bombal...my inspiration. Thank you dear.
@ashwinkannan4652
@ashwinkannan4652 3 жыл бұрын
Amazing video for beginners
@davidbombal
@davidbombal 3 жыл бұрын
Thank you for watching!
@gstud210
@gstud210 3 жыл бұрын
I need more videos like this! Keep up the good work!
@VideoGigs
@VideoGigs 3 жыл бұрын
Great video!!! Adding your comments to the scripts is awesome to., If you don’t mind, I want to add to the python nmap script the ability to store results in a self-contained database. Also thinking on adding the ability to load/create scan policies too. My goal is to add this to my home network on a raspberry pi and use it as a network discovery tool. I will use a corn job to run the script multiple times a day. The Pi will also have a 5 inch LCD to display a dashboard of current hosts on the network and if they are authorised hosts or not. I plan to capture MACs, IP’s and Ports. If anyone is interested, I can share my project when its finished. Thanks again David for the script. It’s given me a-lot of ideas :-)
@dencam
@dencam 3 жыл бұрын
Saluti Engineer David, Always enjoy watching your videos.
@prach2
@prach2 3 жыл бұрын
nmap is good tool. I am using nmap in my job almost everyday to scan some particular ports on servers. As you were talking about red and blue team 😀 My job is kind of like being the blue team 🤔
@universalponcho
@universalponcho 2 жыл бұрын
This video has been super useful
@rafy-ivanmorales3077
@rafy-ivanmorales3077 2 жыл бұрын
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
@Angel_Santiago27
@Angel_Santiago27 3 жыл бұрын
I really enjoy this video, thank you for help us to improve our skills with python!
@davidbombal
@davidbombal 3 жыл бұрын
Thank you!
@dsd7738
@dsd7738 3 жыл бұрын
You are a legend as always
@abrarmulla1196
@abrarmulla1196 3 жыл бұрын
i love vids like this.
@davidbombal
@davidbombal 3 жыл бұрын
Happy to hear that Abrar!
@gamingunlimited9609
@gamingunlimited9609 3 жыл бұрын
Just looking for it for a week & finally got it. ❤️
@davidbombal
@davidbombal 3 жыл бұрын
Really happy to hear that! :)
@md.mazharulislam3493
@md.mazharulislam3493 3 жыл бұрын
Thank you so much for your amazing and powerful content.
@davidbombal
@davidbombal 3 жыл бұрын
Thank you! And you are welcome!
@shellgenius
@shellgenius 3 жыл бұрын
Sir we need more videos of python pls upload a video we are glad
@kr4k3nn
@kr4k3nn 3 жыл бұрын
This intro is dope
@ellmatic
@ellmatic 3 жыл бұрын
Big fan from Netherlands 🇳🇱
@davidbombal
@davidbombal 3 жыл бұрын
Welcome Netherlands!!!
@ianleo3030
@ianleo3030 Жыл бұрын
look i have just used threading and i have made it faster checking all of the ports in approximately 100 seconds and it is much better because it waits for a second not a half so the results can be even more accurate it works
@Paasj
@Paasj 3 жыл бұрын
I am very interested in this David.. And automathation (however how's we write that) is something I need to focus on. Thank you for helping tons!! Rock on!!!!
@davidbombal
@davidbombal 3 жыл бұрын
Really happy to hear that! And thank you for your support. I appreciate it :)
@rafy-ivanmorales3077
@rafy-ivanmorales3077 2 жыл бұрын
Rafy-Ivan Morales 0 seconds ago I'm a new student trying to learn, so I can become a programmer with python I see this video tutorial, it is very good. I would like to ask for your advice if you can and guide me on how I will add this 3 in a Python script, I have: 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 the same file. Thank you and Merry Christmas.
@edoardogribaldo2870
@edoardogribaldo2870 3 жыл бұрын
I'm without words! Thank u Davidddd!!!
@user-oo7sz8vn2g
@user-oo7sz8vn2g 3 жыл бұрын
Good Lesson, Sang!
@thomasfields2082
@thomasfields2082 3 жыл бұрын
So much better than the 10 year old book im trying to learn from.
@jrsstars4093
@jrsstars4093 3 жыл бұрын
New intro is awesome!
@davidbombal
@davidbombal 3 жыл бұрын
Thank you :)
@rajesha8626
@rajesha8626 3 жыл бұрын
You always delight me,with your content !!! Thank you
@davidbombal
@davidbombal 3 жыл бұрын
Thank you!
@sergioeduard4422
@sergioeduard4422 3 жыл бұрын
Do you have a video on how to build a CV especially for the people with no experience, or could you please consider this subject in one of the following videos?
@AdeshMG
@AdeshMG 3 жыл бұрын
Thanks a lot David. Still new @ python.. Got me more excited
@davidbombal
@davidbombal 3 жыл бұрын
Really happy to hear that Adesh. So many cool things we can do with Python :)
@AB-kn2kj
@AB-kn2kj Жыл бұрын
Awesome explanation
@iknasiuskon
@iknasiuskon 3 жыл бұрын
thanks for the information, it is very useful for me, but is it possible if each video is accompanied by Indonesian subtitles because many people want to learn but have difficulty speaking English
@vitolim
@vitolim 3 жыл бұрын
Very helpful and interesting. Thank you so much !
@yttechnical7665
@yttechnical7665 3 жыл бұрын
I'm your big fan sir
@kevinquinn4714
@kevinquinn4714 3 жыл бұрын
Another great video, thank you David.
@davidbombal
@davidbombal 3 жыл бұрын
Thank you Kevin
@jasvinderkaurdeve8057
@jasvinderkaurdeve8057 2 жыл бұрын
Sir, How can I improve my logic for coding! , or How can I make my logical thinking strong so that I am able to structure data as well as not reduce static programming.
@puchomuc
@puchomuc 2 жыл бұрын
Is the only downside of using the nmap module that you need to have it installed, or is there another advantage to using socket over nmap?
@zoomtv4692
@zoomtv4692 3 жыл бұрын
Thank u bro we need more for python hacker and surce code and remote please.
@KaivalyaGurav
@KaivalyaGurav 3 жыл бұрын
Python is universal language ❤️
@davidbombal
@davidbombal 3 жыл бұрын
Agreed - it is fantastic
@godofsyco4615
@godofsyco4615 3 жыл бұрын
Its working 200%
@jonnav3107
@jonnav3107 3 жыл бұрын
I'm confused... Why do we have to stream the socket? I works even if you don't specify a TCP/UDP connection, and it also recognizes URLs and IPs without an IP module?!
@alejandrocarmonaligeon
@alejandrocarmonaligeon 3 жыл бұрын
Great video. I liked it a lot!!
@_SanjayBiswas
@_SanjayBiswas 3 жыл бұрын
Sir, Please can you tell me Which textbook is best for learning python as a beginner? I am also with W3school.
@vitusyu9583
@vitusyu9583 3 жыл бұрын
Thanks David! that's very useful, for me to learn new stuff. Sorry to ask, by not going through your video series, what virtualization software you are using on your Windows laptop ?
@juliusrowe9374
@juliusrowe9374 3 жыл бұрын
Great content David!
@s.aravindh6227
@s.aravindh6227 3 жыл бұрын
Super vedio 👍👍
@davidbombal
@davidbombal 3 жыл бұрын
Thank you
@ChrisVernonBaran
@ChrisVernonBaran 3 жыл бұрын
Thanks for this sir!
@davidbombal
@davidbombal 3 жыл бұрын
You're welcome!
@johnsam3240
@johnsam3240 3 жыл бұрын
Lovely Davi Bomba
@KeasLC
@KeasLC 2 жыл бұрын
Thank you for the detailed video it really helped me a lot. If you wanted to add a geolocation or traceroute to this script how would you go about it? Any help on a direction would be much appreciated
@rogereales
@rogereales Жыл бұрын
Great content
@user-zj3wp9zf3z
@user-zj3wp9zf3z 4 ай бұрын
Pls I need ur reply. Can i use that website of urs for practice
@m_darkwell
@m_darkwell 3 жыл бұрын
Thanks for the video keep up the great content 👍👍👍
@davidbombal
@davidbombal 3 жыл бұрын
Thank you
@vampire09ist
@vampire09ist 3 жыл бұрын
So is this useful? I don't understand the differences basically
@griffinschreiber6867
@griffinschreiber6867 11 ай бұрын
Excuse me, I am only asking because I couldn't find this information anywhere else, but what type of scan is the nmap script actually doing? (i.e, SYN half-open, TCP full, FIN, X-MAS etc.) I would be very grateful for any help.
@carryminatiarmy7696
@carryminatiarmy7696 3 жыл бұрын
Big fan form india
@davidbombal
@davidbombal 3 жыл бұрын
Welcome India!!
@mmcdjofficial
@mmcdjofficial 3 жыл бұрын
Nice this is awesome!
@davidbombal
@davidbombal 3 жыл бұрын
Thank you!
@wimnanoe5887
@wimnanoe5887 3 жыл бұрын
Thank you again David
@godofsyco4615
@godofsyco4615 3 жыл бұрын
Love u Its work in termux alsoo
@zabihullahghouri7194
@zabihullahghouri7194 3 жыл бұрын
Sir plz upload a video on how to watch someone from video surveillance on nmap !
@nawid1687
@nawid1687 3 жыл бұрын
sir bombal version of Nmap!! Hell yeah! I'll try to make one too! Thanks!
@davidbombal
@davidbombal 3 жыл бұрын
Go for it Nawid! These are very simple scripts and can definitely be improved :)
@nawid1687
@nawid1687 3 жыл бұрын
@@davidbombal oh yeah, you've also helped me create a MAC changer aswell as a keylogger, i love the programming vids! keep them up! Best channel on youtube in terms of hacking and computer science!
@ianleo3030
@ianleo3030 Жыл бұрын
could threading be used to make this port scanner thing faster ?????
@dean6125
@dean6125 3 жыл бұрын
High level and useful but find python syntax weird (used to C like languages really).
@user-zf6cg6nj5w
@user-zf6cg6nj5w 3 жыл бұрын
thank you David
@godman1117
@godman1117 3 жыл бұрын
Now I’m curious, is your port scanner better then mine?
@utensilapparatus8692
@utensilapparatus8692 3 жыл бұрын
nice and clean
@aniketkasturi5156
@aniketkasturi5156 2 жыл бұрын
Im getting this error - module 'nmap' has no attribute 'PortScanner' , im using python 3.9.0, installed all the required libraries.
@Heavenig
@Heavenig 3 жыл бұрын
Who got the same issue? Sir David, am very confused here, I tried locating my python 3.9.4 after downloading it. On CMD i typed cd Downloads Then on typing on (cd python) it says can't locate the specific directories. I really don't know why, cause my downloaded python is on my download folder and no where else. Please I need Help
@Leonidas-mx7lx
@Leonidas-mx7lx 3 жыл бұрын
how you write your name like that? What s the program
@mohammedharish7776
@mohammedharish7776 3 жыл бұрын
Put video about PoE it's important to know (CCNA)
@bewolf88
@bewolf88 3 жыл бұрын
hi david, first of all thank you for your job here. i have a question: your nmap script generate an error on my kali thats says: "import nmap , module not found error" i was thinking may because nmap was not intalled, but if i try to install nmap i recive an output that say me nmap is alredy installed on newest version, or if i write a pip-install it says that requirement is alredy satisfied.. how i can found a way for run your script? thanks
@sako3xx
@sako3xx 2 жыл бұрын
pretty cool. now im going to hack into my own internet.
@pcoulson7996
@pcoulson7996 2 жыл бұрын
just installing python 3.10.1, and I don't have the option to check any of the two boxes, @ 2:12 . So I can't add to path.. Any advice, Please.
@aniketsharma7333
@aniketsharma7333 3 жыл бұрын
Python ❤️🥳
@davidbombal
@davidbombal 3 жыл бұрын
Agreed. Python is great :)
@shubhamkumar-xz9je
@shubhamkumar-xz9je 3 жыл бұрын
sir make more python tools like dirbuster ,arp spoof or mitm
@edicsonsanchez2641
@edicsonsanchez2641 3 жыл бұрын
Espectacular, mis respetos
@CmdrStukov
@CmdrStukov 3 жыл бұрын
Brilliant.
Hacking: Too easy?
12:12
David Bombal
Рет қаралды 54 М.
3 Levels of WiFi Hacking
22:12
NetworkChuck
Рет қаралды 1,8 МЛН
ОБЯЗАТЕЛЬНО СОВЕРШАЙТЕ ДОБРО!❤❤❤
00:45
Smart Sigma Kid #funny #sigma #comedy
00:40
CRAZY GREAPA
Рет қаралды 37 МЛН
World’s Largest Jello Pool
01:00
Mark Rober
Рет қаралды 129 МЛН
Comfortable 🤣 #comedy #funny
00:34
Micky Makeover
Рет қаралды 16 МЛН
Nmap Tutorial to find Network Vulnerabilities
17:09
NetworkChuck
Рет қаралды 2,7 МЛН
Ex-NSA hacker tells us how to get into hacking!
51:52
David Bombal
Рет қаралды 1,9 МЛН
Python Sockets Simply Explained
39:33
NeuralNine
Рет қаралды 160 М.
Hacking cell phones like Mr Robot
31:31
David Bombal
Рет қаралды 859 М.
Where People Go When They Want to Hack You
34:40
CyberNews
Рет қаралды 1,5 МЛН
Hacking Windows TrustedInstaller (GOD MODE)
31:07
John Hammond
Рет қаралды 526 М.
WiFi hacking like Mr Robot (with OTW)
36:35
David Bombal
Рет қаралды 249 М.
Strange File in Downloads Folder? Gootloader Malware Analysis
30:20
John Hammond
Рет қаралды 718 М.
ОБЯЗАТЕЛЬНО СОВЕРШАЙТЕ ДОБРО!❤❤❤
00:45