Skip to main content

Web Scan Lazy Tools

Project description

# wsltools - Web Scan Lazy Tools

![](https://img.shields.io/pypi/v/wsltools.svg) ![](https://img.shields.io/pypi/l/wsltools.svg) ![](https://img.shields.io/pypi/wheel/wsltools.svg) ![](https://img.shields.io/pypi/pyversions/wsltools.svg)

> 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/

![](https://raw.githubusercontent.com/symbo1/wsltools/master/doc.png)

User Guide Tree:

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

wsltools-0.2.4.tar.gz (911.7 kB view hashes)

Uploaded Source

Built Distribution

wsltools-0.2.4-py2.py3-none-any.whl (1.0 MB view hashes)

Uploaded Python 2 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