Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
livewire-vuln-scanner — Simple scanner to detect vulnerable Livewire installations. | Kitploit
Tools/GitHubGitHub/jenderal92/livewire-vuln-scanner
ReconnaissanceVulnerability ScannersWeb Vulnerability ScannersVulnerability AnalysisInformation GatheringWeb Security
GitHubjenderal92/livewire-vuln-scanner

livewire-vuln-scanner

Simple scanner to detect vulnerable Livewire installations.

View Repository
53 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Livewire Passive Vulnerability Scanner

livewire-vuln-scanner

Livewire Passive Vulnerability Scanner is a Python 2.7 tool designed to passively detect Livewire versions used by websites and identify potential vulnerabilities based on version comparison.

This scanner does not exploit any vulnerability. It only analyzes publicly accessible page content (HTML/JavaScript) to determine the detected Livewire version.


Features

  • Passive vulnerability detection (non-intrusive)
  • Multi-threaded scanning for improved performance
  • Real-time saving of vulnerable results
  • Automatic URL normalization (http / https)
  • Simple and clean output (domain-based)
  • Python 2.7 compatible

Detection Logic

A target is considered VULNERABLE if:

root@kitploit:~

Livewire version < 3.6.4

Versions equal to or higher than 3.6.4 are marked as SAFE.


Requirements

  • Python 2.7
  • Required library:
    • requests

Install dependencies:

root@kitploit:~
pip install requests

Usage

  1. Prepare a target list file (e.g. list.txt):

    root@kitploit:~
    example.com
    https://targetsite.com
    sub.domain.com
    
  2. Run the scanner:

    root@kitploit:~
    python livewire_scan.py list.txt
    
  3. Vulnerable targets will be saved to:

    root@kitploit:~
    vuln.txt
    

Output Example

Terminal output:

root@kitploit:~
[+] VULN  : example.com | Livewire 3.5.2
[-] SAFE  : targetsite.com | Livewire 3.6.4
[!] ERROR : timeoutsite.com

Saved file (vuln.txt):

root@kitploit:~
example.com
another-vulnerable-site.com

Disclaimer

This tool is provided for educational and authorized security testing purposes only.

  • Use this tool only on systems you own or have explicit permission to test
  • The author assumes no responsibility for misuse or illegal activities

More Disclaimer You Can see the disclaimer on the cover of Jenderal92. You can check it HERE !!!

Download Tool