Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Web Scan Lazy Tools - Python Package

License

NotificationsYou must be signed in to change notification settings

Symbo1/wsltools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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


Installation:

>>> pip install wsltools

Basic Use:

In[0]:fromwsltoolsimport*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:


[8]ページ先頭

©2009-2025 Movatter.jp