py311-bps_restpy
9.0.2_1BreakingPoint REST API Python Wraper
Module for interfacing to BreakingPoint appliance. Let's you connect to their appliances for simulating real-world legitimate traffic, DDoS, exploits, malware, and fuzzing. # Login to BPS box bps = BPS(bps_system, bpsuser, bpspass) bps.login() print("Load a canned test: ") bps.testmodel.load(canned_test_name) print("Reserve Ports") for p in port_list: bps.topology.reserve([{'slot': slot_number, 'port': p, 'group': 2}]) print("Run test and Get Stats:") test_id_json = bps.testmodel.run(modelname=canned_test_name, group=2) testid = str( test_id_json["runid"] ) run_id = 'TEST-' + testid print("Test Run Id: %s"%run_id)
Origin: devel/py-bps-restpy
Category: devel
Size: 1.28MiB
License: MIT
Maintainer: dvl@FreeBSD.org
Dependencies: 2 packages
Required by: 0 packages
Website: pypi.org/project/bps-restpy
$
pkg install py311-bps_restpyDependencies (2)
More in devel
ruby33-gems3.7.2
Package management framework for the Ruby languagegettext-runtime0.26
GNU gettext runtime libraries and programsglib2.84.4,2
Some useful routines of C programming (current stable version)desktop-file-utils0.28
Couple of command line utilities for working with desktop entriesqt6-base6.10.1_1
Qt base (core, gui, widgets, network,...)qt5-core5.15.18p109
Qt core non-graphical module (KDE patched)rubygem-aws-sigv41.12.1
Amazon Web Services Signature Version 4 signing libraryphp84-pear1.10.17
PEAR framework for PHPrubygem-aws-sdk-core3.240.0
AWS SDK for Ruby - Corephp82-pear1.10.17
PEAR framework for PHP