Skip to content

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).

License

Notifications You must be signed in to change notification settings

Latrodect/wss-repo-vulnerability-search-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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).

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages