Skip to main content

A python CLI and wrapper for the WAFLABS API - https://waflabs.com/api/

Project description

Latest Version

waflabs is a Python wrapper and CLI tool for the WAFLABS REST API.

Installation

$ pip install waflabs

CLI usage

$ waflabs --testmywaf

To see all options run: $ waflabs –help

Module usage

from waflabs import waflabsapi
waflabs = waflabsapi.WAFLabsApi(access_id="1234", acess_key="abcd")

test_target = {"url": "https://waflabs.com/testme/",
        "block_code": 406,
        "waf": "modsecurity}

print(waflabs.testmywaf(test_target))

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

waflabs-1.0.1-py2.py3-none-any.whl (7.5 kB 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