Python Tutorial - || Create a SIMPLE port scanner || Code Walk-through || Hacking/Info-Sec ||

preview_player
Показать описание
Welcome everyone! This is a Python tutorial on creating your own Python port scanner like Nmap, but simpler. This is a code walk-through were i explain everything that I'm doing, so that you can learn python! Python tutorials, GitHub code, and subreddit links below.

*** If you would like to leave a tip you can do so below, thanks **
Bitcoin: 1EHmioBmujNAyVs5A6Uo1nfto9JZhGBDLd

[*] Hit that SUBSCRIBE button.
[*] Hit that NOTIFICATION button.
[*] Leave a COMMENT and a LIKE, SHARE the video, and LEARN something new.

I appreciate all the feedback on my content, you guys are great! :) If you have any questions or need help with anything, don't hesitate to ask.

Hashtag...
#Python#portscanner#portscanningtutorialcreateyourownportscannernmappython#nmap#
Lets learn everyone! :)

NOTE_;
This is for educational purposes and is not malicious in anyway. As always this channel is mainly a coding channel to teach people how to code and what a fantastic skill it is to learn and also how to better protect themselves. My videos are purely ethical and breaking apart how these programs work and how to better protect. This channel does not condone illegal activity and nor does it show anyone how to commit malicious acts or even present enough information for persons to be able to. This channel has taught many children, and adults in schools/colleges/universitys. I have been asked to present talks at conferences and to be published as my teachings are very good and professional.
Рекомендации по теме
Комментарии
Автор

wow great video 🔥🔥 please upload great contact like this more

SplitUnknown
Автор

Thank you, it is good just to have a basic idea what about in order to develop a complete security tool should I learn socket library?

alexman
Автор

hey, please code a OS Finger Printer too !

hyperlight
Автор

The error that I get is r = s.recv(1024) not working, do you know why?

heech
Автор

Man U just go on and on and on and on... please can you give a simple port scan code...guess this is for experts like ur selfs....

TheSibyjohn
Автор

I get an error node name nor servname provided, or not known

oneeyewlly
Автор

Hello, great post i just am not able to get the port scanner to work, ,,, here is all the code i have done Anything that I am missing can you tell?

'''Port scanner FOR ports ending in 000 eg, 1000, 2000, 3000 etc -
until finds hidden service port'''


'''imports'''
import socket

s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
s.settimeout(2)

port = 1000
for portx in range(1, 100):
try:
s.connect(('ad.samsclass.info', port))
r = s.recv(1024)
if 'Congradulation' in r.decode('utf8'):
print('[1] HIDDEN SERVICE FOUND: %s ~ %s' % (port, r.decode('utf8')))
s.close()
break
else:
print('%s ~ %s' % (port, r.decode('utf8')))
s.close()
except socket.error as err:
print('%s ~ %s' % (port, err))

port += 1000

MykeShyTowne
Автор

Great vids keep it up :D

Please try make a vid on how to crack a website login :p

zeta
Автор

*** If you would like to leave a tip you can do so below, thanks ***

www
join shbcf.ru