Skip to main content

CyberSecurityTool is a comprehensive Python package designed for performing essential cybersecurity scans. It includes features like subdomain enumeration, broken link checking, SQL injection testing, XSS detection, CSRF testing, and network vulnerability scanning. Built with ease of use and efficiency in mind, CyberSecurityTool empowers developers and security professionals to enhance their web application's security and identify vulnerabilities with minimal effort.

Project description

CyberSecurityTool

CyberSecurityTool is a comprehensive Python package designed for performing essential cybersecurity scans. It includes tools for subdomain enumeration, broken link checking, SQL injection testing, XSS detection, CSRF testing, and network vulnerability scanning. Built with ease of use and efficiency in mind, CyberSecurityTool empowers developers and security professionals to enhance their web application's security and identify vulnerabilities with minimal effort.

Features

  • Subdomain Enumeration: Identify valid subdomains for a given domain using a wordlist.
  • Broken Link Checker: Scan webpages for broken or unreachable links.
  • SQL Injection Tester: Detect potential SQL injection vulnerabilities.
  • XSS Tester: Identify cross-site scripting (XSS) vulnerabilities in web applications.
  • CSRF Tester: Test for Cross-Site Request Forgery (CSRF) vulnerabilities.
  • Network Vulnerability Scanner: Scan for open network ports on a given host.

Installation

You can install CyberSecurityTool using pip:

pip install CyberSecurityTool

How To Use

Subdomain Enumeration

from CyberSecurityTools import SubdomainEnumerator

# Subdomain Enumeration
subdomain_enum = SubdomainEnumerator(base_domain="example.com")
subdomains = subdomain_enum.enumerate(wordlist_path="wordlist.txt")
print(subdomains)

Broken Link Checker

from CyberSecurityTools import BrokenLinkChecker

# Broken Link Checker
broken_link_checker = BrokenLinkChecker()
broken_links = broken_link_checker.check(url="http://testphp.vulnweb.com")
print(f"Broken Links Found: {broken_links}")

SQL Injection Tester

from CyberSecurityTools import SQLInjectionTester

# SQL Injection Testing
sql_tester = SQLInjectionTester()
vulnerable = sql_tester.test(url="http://testphp.vulnweb.com/listproducts.php", param="cat")
print(f"SQL Injection Vulnerability Found: {vulnerable}")

XSS Tester

from CyberSecurityTools import XSSTester

# XSS Testing
xss_tester = XSSTester()
vulnerable = xss_tester.test(url="http://testphp.vulnweb.com/comment.php", param="name")
print(f"XSS Vulnerability Found: {vulnerable}")

CSRF Tester

from CyberSecurityTools import CSRFTester

# CSRF Testing
csrf_tester = CSRFTester()
vulnerable = csrf_tester.test(form_url="http://testphp.vulnweb.com/login.php", form_data={"username": "test", "password": "pass"})
print(f"CSRF Vulnerability Found: {vulnerable}")

Network Vulnerability Scanner

from CyberSecurityTools import NetworkVulnerabilityScanner

# Network Vulnerability Scanning
network_scanner = NetworkVulnerabilityScanner(target="192.168.1.1")
open_ports = network_scanner.scan()
print(f"Open Ports: {open_ports}")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cybersecuritytools-0.4.tar.gz (8.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

CyberSecurityTools-0.4-py3-none-any.whl (11.1 kB view details)

Uploaded Python 3

File details

Details for the file cybersecuritytools-0.4.tar.gz.

File metadata

  • Download URL: cybersecuritytools-0.4.tar.gz
  • Upload date:
  • Size: 8.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for cybersecuritytools-0.4.tar.gz
Algorithm Hash digest
SHA256 a659f4550794c14468422cc384c9865c1e4e6949c2f31aff3c2fc20780cf5ae7
MD5 af842ee47619cd561619531fc5908692
BLAKE2b-256 0d30fcf648ccaced39a26902c5c25638c9acf3733b452221976f859617eca9dd

See more details on using hashes here.

File details

Details for the file CyberSecurityTools-0.4-py3-none-any.whl.

File metadata

File hashes

Hashes for CyberSecurityTools-0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 9ab97ad54b5adeb07e6e72471ab3177a0a3994be8d8e1d8e61aad4054df6b080
MD5 4572042ad04470b15fb148c38c53b9da
BLAKE2b-256 b2553fdf2f25031d14e159e9a8a86a7547d251345ebf706eb6312f6710a958ac

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page