Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | __init__ |
def | add_password |
def | find_user_password |
def | reduce_uri |
def | is_suburi |
Data Fields | |
passwd | |
Definition at line 514 of file urllib2.py.
def add_password | ( | self, | |
realm, | |||
uri, | |||
user, | |||
passwd | |||
) |
Definition at line 518 of file urllib2.py.
References HTTPPasswordMgr.passwd, ftpwrapper.passwd, HTTPPasswordMgr.reduce_uri(), and log_faction_ships.tuple.
def find_user_password | ( | self, | |
realm, | |||
authuri | |||
) |
Definition at line 527 of file urllib2.py.
References HTTPPasswordMgr.is_suburi(), and HTTPPasswordMgr.reduce_uri().
def is_suburi | ( | self, | |
base, | |||
test | |||
) |
Check if test is below base in a URI tree Both args must be URIs in reduced form.
Definition at line 544 of file urllib2.py.
References posixpath.commonprefix().
def reduce_uri | ( | self, | |
uri | |||
) |
Accept netloc or URI and extract only the netloc and path
Definition at line 536 of file urllib2.py.
References urlparse.urlparse().
passwd |
Definition at line 516 of file urllib2.py.