Skip to main content

A CLI tool for scanning directories for vulnerabilities

Project description

World Serpant Search

1709693527726

World Serpant Search is a CLI 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).

1709722154357

Installation

To install World Serpant Search, you can use pip:

pip install world-serpant-search

Usage

After installation, you can run the CLI by executing the following command:

serpant

This will display the available commands and usage instructions.

Commands

  • scan: Scan a local directory for vulnerabilities.

    serpant scan <directory>
    
  • xss: Scan a local directory for XSS vulnerabilities.

    serpant xss <directory>
    
  • abypass: Scan a directory for authentication bypass vulnerabilities.

    serpant abypass <directory>
    
  • nvd: Check package vulnerabilities using the National Vulnerability Database (NVD).

    serpant nvd <package>
    

Examples

Scan a local directory for vulnerabilities:

serpant scan /path/to/directory

Scan a local directory for XSS vulnerabilities:

serpant xss /path/to/directory

Scan a directory for authentication bypass vulnerabilities:

serpant abypass /path/to/directory

Check package vulnerabilities using the National Vulnerability Database (NVD):

serpant nvd package-name

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.1.4.tar.gz (10.0 kB view hashes)

Uploaded Source

Built Distribution

serpant-1.1.4-py3-none-any.whl (12.7 kB view hashes)

Uploaded Python 3

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