Skip to content

Ga14ctic/webscanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

WebScanner

Webscanner is a penetration testing tool designed for web security assessments. It allows you to gather valuable information about a target website, including server version, PHP version, and performs a thorough nmap scan to unveil potential vulnerabilities.

Features

  • Server Version Detection: Identify the server software and version running on the target website.
  • PHP Version Detection: Discover the PHP version used by the target website for in-depth analysis.
  • Comprehensive Nmap Scan: Perform a detailed nmap scan to uncover potential security loopholes.

Usage

python website_scanner.py -s example.com -sv -p -a

Available Flags

-s or --site: Specify the target website URL. -sv or --server: Get server version information. -p or --php: Get PHP version information. -a or --all: Get all available information, including nmap scan results.

Installation

  1. Clone the repository
git clone https://github.com/Ga14ctic/webscanner
  1. Install required python libraries
pip install -r requirements.txt
  1. Install nmap
sudo apt-get install nmap

Disclaimer

WebScanner is intended for legal and ethical use only. Unauthorized use of this tool is strictly prohibited. Use it responsibly and only on websites you have explicit permission to test.

Contributing

We welcome contributions! If you find a bug or have an idea for an improvement, please open an issue or submit a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages