Skip to main content

A CLI tool for scanning directories for vulnerabilities

Project description

World Serpant Search

Alt Text

World Serpant Search is a command-line tool for vulnerability detection. It allows you to scan directories for various types of vulnerabilities, including XSS vulnerabilities, authentication bypass vulnerabilities, and package vulnerabilities using the National Vulnerability Database (NVD).

Flow Chart

Installation

To install World Serpant Search, you can use pip:

pip install serpant

Usage and Examples

To use the CLI, follow the instructions below:

  1. Install the CLI using pip:

    pip install serpant
    
  2. Run the CLI using the following command:

    serpant
    
  3. Use the available commands to perform vulnerability scans. For example:

    serpant scan /path/to/directory
    
  4. For scan local repo:

    serpant scan /path/to/directory
    
  5. For SQL injection detection:

    serpant sqlinjection /path/to/directory
    
  6. For search authentication bypass in local repo:

    serpant abypass /path/to/directory
    
  7. For detect xss vulnerabilities repo:

    serpant xss /path/to/directory
    
  8. For search vulnerabilities in national vulnerability databae:

    serpant nvd package name
    
  9. For check sensitive data exposure in local repo:

    serpant sensetive /path/to/directory
    
  10. For check unsecure deserialization:

    serpant deserialization /path/to/directory
    
  11. For detect access control vulnerabilities:

serpant accesscontrol /path/to/directory

Model Logic Explanation

CommandLineInterface

The CommandLineInterface class represents the command-line interface for the CLI tool. It provides methods for initializing the CLI, printing the banner, and running the interface.

  • __new__(cls): This method ensures that only one instance of the CommandLineInterface class is created using the Singleton design pattern.
  • __init__(self): Initializes the command-line interface and prints the banner.
  • _print_banner(self): Prints the banner when the CLI initializes.
  • run(self): Runs the command-line interface by parsing arguments and executing corresponding commands.

ScannerController

The ScannerController class is responsible for controlling scanning operations and interacting with the underlying data and business logic.

  • scan_local_directory(self, directory): Scans a local directory for vulnerabilities.
  • scan_xss_directory(self, directory): Scans a local directory for XSS vulnerabilities.
  • scan_authentication_bypass_directory(self, directory): Scans a directory for authentication bypass vulnerabilities.
  • scan_package_vulnerabilities_nvd(self, package): Checks package vulnerabilities using the National Vulnerability Database (NVD).
  • check_sensitive_files_exposure(self, directory): Checks for sensitive file exposure in a directory.
  • detect_insecure_deserialization(self, directory): Detects insecure deserialization vulnerabilities.
  • detect_access_control_vulnerabilities(self, directory): Detects access control vulnerabilities.

Business Logic

Local Repository Scan

Implement a feature to scan a local directory or project for common vulnerabilities such as exposed secrets, hardcoded credentials, or sensitive data.

Remote Repository Scan

Extend the application to support scanning remote repositories by providing a URL. This could involve fetching the repository contents and analyzing them for vulnerabilities.

SQL Injection Detection

Implement a feature to detect SQL injection vulnerabilities in code files or database configurations.

Cross-Site Scripting (XSS) Detection

Develop functionality to detect cross-site scripting vulnerabilities in web applications or scripts.

Sensitive Data Exposure Detection

Implement a feature to identify instances where sensitive data such as API keys, passwords, or personal information is exposed in the codebase.

Dependency Vulnerability Check

Integrate with package vulnerability databases (e.g., NVD) to check for known vulnerabilities in project dependencies.

Authentication Bypass Detection

Implement checks to identify potential authentication bypass vulnerabilities in the application.

Insecure Deserialization Detection

Develop functionality to detect insecure deserialization vulnerabilities in the codebase.

Sensitive File Exposure Check

Implement checks to identify sensitive files (e.g., configuration files, log files) that may be exposed to unauthorized access.

Access Control Vulnerability Check

Develop checks to identify access control vulnerabilities, such as insecure direct object references or missing authorization checks.

License

This project is licensed under the MIT License. See the LICENSE file for details.

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

serpant-1.2.0.tar.gz (11.3 kB view details)

Uploaded Source

Built Distribution

serpant-1.2.0-py3-none-any.whl (14.0 kB view details)

Uploaded Python 3

File details

Details for the file serpant-1.2.0.tar.gz.

File metadata

  • Download URL: serpant-1.2.0.tar.gz
  • Upload date:
  • Size: 11.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.4

File hashes

Hashes for serpant-1.2.0.tar.gz
Algorithm Hash digest
SHA256 d051e973adaa9eb77a810d0666e3e32c891a34d2f6ce3f738ae822ba517b11d2
MD5 965e036c1b597e9fb46e7fde66d9c9f5
BLAKE2b-256 6552c606a3db5e2502fa289c0cc2fccc9f8c10c332eb045dac4bada7dbd6ba07

See more details on using hashes here.

File details

Details for the file serpant-1.2.0-py3-none-any.whl.

File metadata

  • Download URL: serpant-1.2.0-py3-none-any.whl
  • Upload date:
  • Size: 14.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.4

File hashes

Hashes for serpant-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 35a36ab781a7830c479a6011611f6abdbca417b7aa3df641b44face604596e40
MD5 539be9df58f7d6540ac8c8832db1faa3
BLAKE2b-256 3335cfe04ba0ce57070fa2c25a07088d00dcd204ea6c6d788ac95de391bb45ac

See more details on using hashes here.

Supported by

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