__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
import socket
from _typeshed import Incomplete
PROXY_TYPE_SOCKS4: int
PROXY_TYPE_SOCKS5: int
PROXY_TYPE_HTTP: int
PROXY_TYPE_HTTP_NO_TUNNEL: int
class ProxyError(Exception): ...
class GeneralProxyError(ProxyError): ...
class Socks5AuthError(ProxyError): ...
class Socks5Error(ProxyError): ...
class Socks4Error(ProxyError): ...
class HTTPError(ProxyError): ...
def setdefaultproxy(
proxytype: Incomplete | None = None,
addr: Incomplete | None = None,
port: Incomplete | None = None,
rdns: bool = True,
username: Incomplete | None = None,
password: Incomplete | None = None,
) -> None: ...
def wrapmodule(module) -> None: ...
class socksocket(socket.socket):
def __init__(self, family=..., type=..., proto: int = 0, _sock: Incomplete | None = None) -> None: ...
def sendall(self, content, *args): ...
def setproxy(
self,
proxytype: Incomplete | None = None,
addr: Incomplete | None = None,
port: Incomplete | None = None,
rdns: bool = True,
username: Incomplete | None = None,
password: Incomplete | None = None,
headers: Incomplete | None = None,
) -> None: ...
def getproxysockname(self): ...
def getproxypeername(self): ...
def getpeername(self): ...
def connect(self, destpair) -> None: ...
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| __init__.pyi | File | 6 KB | 0644 |
|
| auth.pyi | File | 253 B | 0644 |
|
| certs.pyi | File | 170 B | 0644 |
|
| error.pyi | File | 715 B | 0644 |
|
| iri2uri.pyi | File | 182 B | 0644 |
|
| py.typed | File | 0 B | 0644 |
|
| socks.pyi | File | 1.29 KB | 0644 |
|