Linux jobworks 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:53:05 UTC 2026 x86_64
Apache/2.4.58 (Ubuntu)
Server IP : 10.0.1.5 & Your IP : 216.73.217.52
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
python3 /
dist-packages /
pexpect /
Delete
Unzip
Name
Size
Permission
Date
Action
__pycache__
[ DIR ]
drwxr-xr-x
2025-08-05 17:14
ANSI.py
11.89
KB
-rw-r--r--
2025-08-05 17:14
FSM.py
13.1
KB
-rw-r--r--
2025-08-05 17:14
__init__.py
3.99
KB
-rw-r--r--
2025-08-05 17:14
_async.py
907
B
-rw-r--r--
2025-08-05 17:14
_async_pre_await.py
3.38
KB
-rw-r--r--
2025-08-05 17:14
_async_w_await.py
3.71
KB
-rw-r--r--
2025-08-05 17:14
bashrc.sh
419
B
-rw-r--r--
2025-08-05 17:14
exceptions.py
1.04
KB
-rw-r--r--
2025-08-05 17:14
expect.py
13.5
KB
-rw-r--r--
2025-08-05 17:14
fdpexpect.py
5.85
KB
-rw-r--r--
2025-08-05 17:14
popen_spawn.py
6.01
KB
-rw-r--r--
2025-08-05 17:14
pty_spawn.py
36.51
KB
-rw-r--r--
2025-08-05 17:14
pxssh.py
23.87
KB
-rw-r--r--
2025-08-05 17:14
replwrap.py
5.81
KB
-rw-r--r--
2025-08-05 17:14
run.py
6.47
KB
-rw-r--r--
2025-08-05 17:14
screen.py
13.38
KB
-rw-r--r--
2025-08-05 17:14
socket_pexpect.py
4.7
KB
-rw-r--r--
2025-08-05 17:14
spawnbase.py
21.18
KB
-rw-r--r--
2025-08-05 17:14
utils.py
5.88
KB
-rw-r--r--
2025-08-05 17:14
Save
Rename
# Different platforms have different names for the systemwide bashrc if [[ -f /etc/bashrc ]]; then source /etc/bashrc fi if [[ -f /etc/bash.bashrc ]]; then source /etc/bash.bashrc fi if [[ -f ~/.bashrc ]]; then source ~/.bashrc fi # Reset PS1 so pexpect can find it PS1="$" # Unset PROMPT_COMMAND, so that it can't change PS1 to something unexpected. unset PROMPT_COMMAND bind 'set enable-bracketed-paste off'