75 skills found · Page 3 of 3
chromeheartbeat / Advanced Port OS ScannerAn advanced Python-based port scanner that supports: ✅ TCP Connect scan (0–65535) ✅ SYN scan (stealth, Nmap-style -sS) ✅ UDP scan with protocol-specific probes (DNS, SNMP, NTP) ✅ OS fingerprinting (based on TTL & TCP Window Size) ✅ Banner grabbing for UDP services ✅ Multithreading for speed ✅ Results logging to scan_results.txt
mach1el / PmapingPython port scanner tool
DeepKariaX / Network Scanner FlaskA Web Based Network (Port) Scanner built with python (flask) and a manual is provided to use this tool.
gsvprharsha / Port ScannerA port scanner written in python.
green-dino / HollowCottontailScannerPython-based port scanner that allows users to scan a target host for open ports.
a-mashhoor / P0rtPr0wlerPure Python UDP/TCP Port scanner using only built-in modules
abderrahimhb20 / Cybrahimi ScanAdvanced Port Scanner Tool A powerful, colorful Python port scanner for network security analysis. Features real-time progress tracking, service detection, customizable port ranges, and beautiful ASCII art interface. Perfect for ethical hackers and security professionals. Easy to use, cross-platform compatible. Educational purposes only.
JeetRami / Mangekyou Scanner# Mangekyou-Scanner Requirements: 1. Python 3 2. socket module (If inbuilt is not in your machine) 3. sys module (If inbuilt is not in your machine) 4. time (If inbuilt is not in your machine) 5. datetime (If inbuilt is not in your machine) 6. threading (If inbuilt is not in your machine) How to run the script: 1.First of all navigate to the directory in which the script is eg. cd /Downloads/ 2.Unzip the folder 3.Go into unzip directory of Mangekyou-Scanner eg. cd /Downloads/Mangekyou-Sanner 4.Start the script eg. ./Mangekyou-Scanner.py Description about Script: When you run the script you see 3 options: 1. Simple Port Scan 2. Ultimate Mode: Port Scan + Banner Grabbing (Normal Speed Scan) [Recommended] 3. Advanced Mode: Port Scan + Banner Grabbing (Fast speed Scan) [Not Recommended] 1st option just scan for open port. 2nd option show open port and give information of that open port. 3rd option do same like 2nd option but in 3rd option speed increase of scanning ports but i not recommended to use it because some time server blocks your ip because of using 3rd option advanced mode and you get error of 'Timed out' i suggest to use ULtimate mode. When you select any option from above 3 option then script ask you that you want to scan select port numbers or scan all ports if you want to scan selected ports then write ports number otherwise click enter to scan all default ports. Please be patient if you select all defaults ports for scan. Credits: I like to thanks violent python book, null bytes, hackingvision and furas.pl who help me in this script Information of People who help me: 1. Violent Python Cookbook Penetration Engineers 2. Hacking vision: website: www.hackingvision.com I suggest to all once visit the hacking vision website. That website is best for pentester and programmers. I learn many things from that website 3. Null bytes: website: www.null-byte.wonderhowto.com I suggest to all once visit the hacking vision website. That website is best for pentester and programmers. 4. furas.pl website: www.blog.furas.pl website is in work and furas.pl help me alot in this script he is nice programmer and he is working on his blog at now he going to start tutorial of programming i will suggest you to visit his blog. Once time again i thanks to 4 of you to help me.
DharminJoshi / DevKay Network Toolkit🔧 DevKay Network Toolkit is a Python-based utility suite for network enthusiasts and developers. It offers tools like IP lookup, subnet calculator, port scanner, and more — all in a simple, user-friendly interface to streamline your networking tasks and diagnostics.
yeabsira-mihret / Port ScannerSimple Python port scanner that checks open ports on a host over a user defined range.
Shiva108 / PyportscannerNetwork / Port scanner written in python 3.5 with banner grab
0MeMo07 / Nmap Port Scannera port scanner using nmap with python
mohammed-taha-roshan / Port Scanner In PythonI have done it using Socket programming and using TCP connect as it was slow by scanning each port i used threading for faster output
Zahin-Tajwar / Port ScanA pretty advanced port scanner program written in python.
jefferson-calmon / Python Scanner De Portas TCP IPUm Scanner de portas TCP/IP escrito em Python
zirmard / Basic Python Vulnerability Scanner Port Basic Web Check Scans ports 20-1024 and prints banners (if any). Checks the website’s HTTP headers for outdated software exposure. Gives you a simple start for building more checks (e.g., checking against CVE databases).
SuperKogito / Port ScannerA light weight port scanner with a small gui using python 3 and tkinter.
keniel123 / PortScannerPort Scanner implemented in python
nyholmniklas / ScanopyPython Port Scanner with Tkinter GUI
davidmerrick / Python Port ScannerA port scanner written in Python to hone my skills with sockets and threads. Would eventually like to make this do protocol analysis.