nil0x42/phpsploit

View on GitHub
src/core/session/settings/VERBOSITY.py

Summary

Maintainability
A
1 hr
Test Coverage
"""
Enable or Disable phpsploit framework verbosity.
"""
import linebuf
import datatypes


linebuf_type = linebuf.RandLineBuffer


def validator(value):
    return datatypes.Boolean(value)


def default_value():
    return False