GitHub
github.com › psantana5 › vuln-scanner
GitHub - psantana5/vuln-scanner: A python script that checks for many vulnerabilities, such as XSS, SQL Injection, CSRF, etc. · GitHub
A python script that checks for many vulnerabilities, such as XSS, SQL Injection, CSRF, etc. - psantana5/vuln-scanner
Starred by 33 users
Forked by 8 users
Languages Python
GitHub
github.com › wapiti-scanner › wapiti
GitHub - wapiti-scanner/wapiti: Web vulnerability scanner written in Python3 · GitHub
Web vulnerability scanner written in Python3. Contribute to wapiti-scanner/wapiti development by creating an account on GitHub.
Starred by 1.7K users
Forked by 250 users
Languages Python 85.3% | HTML 6.0% | PHP 3.1% | JavaScript 2.4% | Shell 1.4% | CSS 0.9%
Videos
27:22
Build a Network & Vulnerability Scanner in Python | Ethical Hacking ...
05:14
Build a Python Vulnerability Scanner | Search CVE - YouTube
10:23
Python for Cybersecurity: Building a Vulnerability Scanner - YouTube
17:35
Python -Vulnerability Scanner Libraries - Safety (Dependent Libraries ...
14:15
Vulnerability Scanner | Building Hacking Tools Using Python - YouTube
23:41
[4K] Cybersecurity Programming: Build SQL Injection Scanner with ...
Wapiti-scanner
wapiti-scanner.github.io
Wapiti : a Free and Open-Source web-application vulnerability scanner in Python
Download Wapiti Current stable version: 3.2.8 Release date: 2025-10-25 · Love this project ? Please consider making a donation
GitHub
github.com › topics › vulnerability-scanners
vulnerability-scanners · GitHub Topics · GitHub
Automated Penetration Testing Framework - Open-Source Vulnerability Scanner - Vulnerability Management · python security automation scanner bruteforce owasp penetration-testing pentesting recon cve vulnerability-management vulnerability-scanners network-security information-gathering portscanner security-tools vulnerability-scanner penetration-testing-framework hacking-tools pentesting-tools
GitHub
github.com › idrisawad › Vulnerability_Scanner
GitHub - idrisawad/Vulnerability_Scanner: This script is a powerful and efficient tool for identifying vulnerabilities in web applications. Its multi-threading, fingerprinting, exploit verification, WAF bypass and logging features make it a valuable addition to any security tester's toolkit.
python vulnerability_scanner.py -t https://example1.com https://example2.com -th 20 This command will scan the target URLs "https://example1.com" and "https://example2.com" using 20 threads
Author idrisawad
GitHub
github.com › skavngr › rapidscan
GitHub - skavngr/rapidscan: :new: The Multi-Tool Web Vulnerability Scanner. · GitHub
Download and use it if you still haven't upgraded to Python 3. Kindly note that the v1.1 (Python2.7) will not be enhanced further. It is quite a fuss for a pentester to perform binge-tool-scanning (running security scanning tools one after the other) sans automation. Unless you are a pro at automating stuff, it is a herculean task to perform binge-scan for each and every engagement. The ultimate goal of this program is to solve this problem through automation; viz. running multiple scanning tools to discover vulnerabilities, effectively judge false-positives, collectively correlate results and saves precious time; all these under one roof.
Starred by 2.1K users
Forked by 433 users
Languages Python 98.4% | Dockerfile 1.6%
Mohamed Ezzat
mohamedaezzat.github.io › posts › vulnerabilityscanner
Writing a vulnerability scanner using python | Mohamed Ezzat
December 13, 2020 - So, we are going to convert the ... vulnerable services that can be exploited. Here is a port scanner class as depicted below. what we just did is defining the class name “class portscan()” at the first, also we defined two lists “banners” and “open_ports” that we will use to store the discovered open ports and banners. Then we defined the “init()” function that a reserved function in python with two ...
GitHub
github.com › ClaudiasLibrary › network_vuln_scanner
GitHub - ClaudiasLibrary/network_vuln_scanner: Network Vulnerability Scanner. This tool will scan a network or a set of IP addresses to identify open ports, potential vulnerabilities, and possible attack surfaces. · GitHub
This Python-based Network Vulnerability Scanner is a tool designed for security professionals, network administrators, and ethical hackers.
Author ClaudiasLibrary
GitHub
github.com › ohaswin › pyscan
GitHub - ohaswin/pyscan: python dependency vulnerability scanner, written in Rust.
Starred by 208 users
Forked by 7 users
Languages Rust 98.9% | Python 1.1% | Rust 98.9% | Python 1.1%
GitHub
github.com › topics › security-scanner
security-scanner · GitHub Topics · GitHub
python security penetration-testing infosec security-scanner security-tools default-creds ... A modular vulnerability scanner with automatic report generation capabilities.
GitHub
github.com › topics › web-vulnerability-scanner
web-vulnerability-scanner · GitHub Topics · GitHub
A web vulnerability scanner python script.
GitHub
github.com › changyy › py-cve-vulnerability-scanner
GitHub - changyy/py-cve-vulnerability-scanner: A Python tool that scans software dependencies for known vulnerabilities using NIST's National Vulnerability Database (NVD)
A Python tool that scans software dependencies for known vulnerabilities using NIST's National Vulnerability Database (NVD) - changyy/py-cve-vulnerability-scanner
Author changyy
GitHub
github.com › Adilmunawar › Vulnerability-Scanner
GitHub - Adilmunawar/Vulnerability-Scanner: Python-based scanner for web and network vulnerabilities.
This powerful Python-based vulnerability scanner is designed to detect and assess security vulnerabilities in web applications, networks, and APIs.
Author Adilmunawar
GitHub
github.com › davidfortytwo › AI-Vuln-Scanner
GitHub - davidfortytwo/AI-Vuln-Scanner · GitHub
AI-Vuln-Scanner is a Python-based, AI-integrated vulnerability scanner that combines the power of Nmap (via python3-nmap), multiple leading AI models (OpenAI, Anthropic Claude, Replit AI, and AnythingLLM), and modern reporting.
Starred by 29 users
Forked by 9 users
Languages Python
GitHub
github.com › topics › vulnerability-detection
vulnerability-detection · GitHub Topics · GitHub
scanner enumeration penetration-testing ... security-scanning ... Safety checks Python dependencies for known security vulnerabilities and suggests the proper remediations for vulnerabilities detected....
GitHub
github.com › fagun18 › web-vulnerability
GitHub - fagun18/web-vulnerability: Web Vulnerability Scanning and Exploitation Script
Starred by 26 users
Forked by 7 users
Languages Python 100.0% | Python 100.0%
GitHub
github.com › hhucn › webvulnscan
GitHub - hhucn/webvulnscan: automated web application vulnerability scanner
$ git clone https://github.com/hhucn/webvulnscan.git $ cd webvulnscan $ python -m webvulnscan http://example.target/ As the name suggests, webvulnscan is (or wants to be someday) a security scanner for Web Applications with the intent of automatic ...
Starred by 41 users
Forked by 27 users
Languages Python 100.0% | Python 100.0%
GitHub
github.com › alonz22 › CVE-SCANNER
GitHub - alonz22/CVE-SCANNER: Python tool to scan CVE's in Linux · GitHub
Keeping track of vulnerabilities across various packages and distributions was time-consuming and error-prone. To address this issue, I created CVE-SCANNER, a simple Python tool that automates the process of scanning installed packages for CVEs ...
Starred by 3 users
Forked by 3 users
Languages Python