All Projects → Symbo1 → Wsltools

Symbo1 / Wsltools

Licence: mit
Web Scan Lazy Tools - Python Package

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Wsltools

Vuls
Agent-less vulnerability scanner for Linux, FreeBSD, Container, WordPress, Programming language libraries, Network devices
Stars: ✭ 8,844 (+2970.83%)
Mutual labels:  security-tools, security-audit, security-scanner, security-automation
Super
Secure, Unified, Powerful and Extensible Rust Android Analyzer
Stars: ✭ 340 (+18.06%)
Mutual labels:  security-tools, security-audit, security-scanner, security-automation
Taipan
Web application vulnerability scanner
Stars: ✭ 359 (+24.65%)
Mutual labels:  security-tools, security-audit, security-scanner, security-automation
Lynis
Lynis - Security auditing tool for Linux, macOS, and UNIX-based systems. Assists with compliance testing (HIPAA/ISO27001/PCI DSS) and system hardening. Agentless, and installation optional.
Stars: ✭ 9,137 (+3072.57%)
Mutual labels:  security-tools, security-audit, security-scanner
docker-wallarm-node
⚡️ Docker official image for Wallarm Node. API security platform agent.
Stars: ✭ 18 (-93.75%)
Mutual labels:  security-audit, security-scanner, security-automation
Golang Tls
Simple Golang HTTPS/TLS Examples
Stars: ✭ 857 (+197.57%)
Mutual labels:  security-tools, security-audit, security-scanner
Yasuo
A ruby script that scans for vulnerable & exploitable 3rd-party web applications on a network
Stars: ✭ 517 (+79.51%)
Mutual labels:  security-tools, security-scanner, security-automation
Nosqli
NoSql Injection CLI tool, for finding vulnerable websites using MongoDB.
Stars: ✭ 120 (-58.33%)
Mutual labels:  security-tools, security-scanner, security-automation
Purify
All-in-one tool for managing vulnerability reports from AppSec pipelines
Stars: ✭ 72 (-75%)
Mutual labels:  security-tools, security-audit, security-automation
Sherlock
This script is designed to help expedite a web application assessment by automating some of the assessment steps (e.g., running nmap, sublist3r, metasploit, etc.)
Stars: ✭ 36 (-87.5%)
Mutual labels:  security-audit, security-scanner, security-automation
Patrowlengines
PatrOwl - Open Source, Free and Scalable Security Operations Orchestration Platform
Stars: ✭ 162 (-43.75%)
Mutual labels:  security-tools, security-scanner, security-automation
Ossa
Open-Source Security Architecture | 开源安全架构
Stars: ✭ 796 (+176.39%)
Mutual labels:  security-tools, security-audit, security-scanner
Inql
InQL - A Burp Extension for GraphQL Security Testing
Stars: ✭ 715 (+148.26%)
Mutual labels:  security-tools, security-audit, security-scanner
Kube Scan
kube-scan: Octarine k8s cluster risk assessment tool
Stars: ✭ 566 (+96.53%)
Mutual labels:  security-tools, security-audit, security-scanner
Nebulousad
NebulousAD automated credential auditing tool.
Stars: ✭ 158 (-45.14%)
Mutual labels:  security-tools, security-audit, security-automation
Minesweeper
A Burpsuite plugin (BApp) to aid in the detection of scripts being loaded from over 23000 malicious cryptocurrency mining domains (cryptojacking).
Stars: ✭ 162 (-43.75%)
Mutual labels:  security-tools, security-audit, security-scanner
Patrowldocs
PatrOwl - Open Source, Free and Scalable Security Operations Orchestration Platform
Stars: ✭ 105 (-63.54%)
Mutual labels:  security-tools, security-scanner, security-automation
Cobra
Source Code Security Audit (源代码安全审计)
Stars: ✭ 2,802 (+872.92%)
Mutual labels:  security-tools, security-audit, security-scanner
Fwanalyzer
a tool to analyze filesystem images for security
Stars: ✭ 382 (+32.64%)
Mutual labels:  security-tools, security-audit, security-automation
Burpa
Burp-Automator: A Burp Suite Automation Tool with Slack Integration. It can be used with Jenkins and Selenium to automate Dynamic Application Security Testing (DAST).
Stars: ✭ 427 (+48.26%)
Mutual labels:  security-tools, security-scanner, security-automation

wsltools - Web Scan Lazy Tools

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


Installation:

>>> pip install wsltools

Basic Use:

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:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].