GitPedia

Wsltools

Web Scan Lazy Tools - Python Package

From Symbo1·Updated April 17, 2026·View on GitHub·

> **wsltools** is an elegant and simple Web Scan auxiliary library for Python. The project is written primarily in Python, distributed under the MIT License license, first published in 2020. Key topics include: crawling-framework, package, python-package, scanner-web, security.

Latest release: v0.2.4
June 30, 2020View Changelog →

wsltools - Web Scan Lazy Tools




wsltools is an elegant and simple Web Scan auxiliary library for Python.


Installation:

>>> pip install wsltools

Basic Use:

python
In[0]: from wsltools import * In[1]: payloads = ['-Symbo1-'] In[2]: url = 'https://www.example.com/path/index;params?a=1&b=2&c=3#fragment' In[3]: urlclean.mixPayload(url, payloads, ['path', 'query', 'params']) Out[3]: ['https://www.example.com/-Symbo1-/index;params?a=1&b=2&c=3#fragment', 'https://www.example.com/path/index;-Symbo1-?a=1&b=2&c=3#fragment', 'https://www.example.com/path/index;params?a=-Symbo1-&b=3&c=2#fragment', 'https://www.example.com/path/index;params?a=1&b=-Symbo1-&b=2#fragment', 'https://www.example.com/path/index;params?a=1&b=3&c=-Symbo1-#fragment']

Documents:

https://wsltools.readthedocs.io/

User Guide Tree:

Contributors

Showing top 1 contributor by commit count.

View all contributors on GitHub →

This article is auto-generated from Symbo1/wsltools via the GitHub API.Last fetched: 6/28/2026