SYMBOL INDEX (41 symbols across 4 files) FILE: examples/on-count_whatismyip.py function check_pymultitor (line 11) | def check_pymultitor(address='127.0.0.1', port=8080): function execute_pymultitor (line 20) | def execute_pymultitor(): FILE: examples/on-regex_credential_stuffing.py function check_pymultitor (line 12) | def check_pymultitor(address='127.0.0.1', port=8080): function execute_pymultitor (line 21) | def execute_pymultitor(): function iter_credentials (line 35) | def iter_credentials(size=0): function auth (line 43) | def auth(username, password, session=requests.Session()): function callback (line 56) | def callback(res): FILE: examples/on-string_bruteforce.py function check_pymultitor (line 11) | def check_pymultitor(address='127.0.0.1', port=8080): function execute_pymultitor (line 20) | def execute_pymultitor(): function iter_passwords (line 34) | def iter_passwords(): function auth (line 40) | def auth(username, password, session=requests.Session()): FILE: pymultitor.py function is_windows (line 34) | def is_windows(): function monkey_patch (line 38) | def monkey_patch(): class Tor (line 65) | class Tor(object): method __init__ (line 66) | def __init__(self, cmd="tor", config=None, timeout=DEFAULT_INIT_TIMEOU... method __del__ (line 81) | def __del__(self): method __enter__ (line 84) | def __enter__(self): method __exit__ (line 87) | def __exit__(self, exc_type, exc_val, exc_tb): method run (line 90) | def run(self): method shutdown (line 119) | def shutdown(self): method newnym_available (line 134) | def newnym_available(self): method newnym_wait (line 137) | def newnym_wait(self): method newnym (line 140) | def newnym(self): method print_bootstrapped_line (line 149) | def print_bootstrapped_line(self, line): method free_port (line 158) | def free_port(): class MultiTor (line 171) | class MultiTor(object): method __init__ (line 172) | def __init__(self, size=2, cmd="tor", config=None, timeout=DEFAULT_INI... method parse_config (line 183) | def parse_config(self, config=None): method run (line 210) | def run(self): method proxy (line 234) | def proxy(self): method new_identity (line 238) | def new_identity(self): method shutdown (line 248) | def shutdown(self): class PyMultiTor (line 253) | class PyMultiTor(object): method __init__ (line 254) | def __init__(self): method load (line 271) | def load(loader): method configure (line 348) | def configure(self, updates): method create_response (line 393) | def create_response(self, request): method request (line 416) | def request(self, flow): function main (line 491) | def main(args=None): function status (line 625) | def status() -> Response: function identity (line 639) | def identity() -> Response: