Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.13
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
python3-serial /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
at_protocol.py
4.82
KB
-rw-r--r--
port_publisher.py
19.68
KB
-rwxr-xr-x
port_publisher.sh
1.03
KB
-rwxr-xr-x
rfc2217_server.py
6
KB
-rwxr-xr-x
setup-miniterm-py2exe.py
794
B
-rw-r--r--
setup-rfc2217_server-py2exe.py
780
B
-rw-r--r--
setup-wxTerminal-py2exe.py
1
KB
-rw-r--r--
tcp_serial_redirect.py
7.33
KB
-rwxr-xr-x
wxSerialConfigDialog.py
12.89
KB
-rwxr-xr-x
wxSerialConfigDialog.wxg
13.29
KB
-rw-r--r--
wxTerminal.py
14.18
KB
-rwxr-xr-x
wxTerminal.wxg
6.74
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : setup-rfc2217_server-py2exe.py
# setup script for py2exe to create the rfc2217_server.exe # # (C) 2001-2015 Chris Liechti <cliechti@gmx.net> # # SPDX-License-Identifier: BSD-3-Clause from distutils.core import setup import sys import py2exe sys.path.insert(0, '..') sys.argv.extend("py2exe --bundle 1".split()) setup( name='rfc2217_server', zipfile=None, options={"py2exe": { 'dll_excludes': [], 'includes': [ 'serial.urlhandler.protocol_hwgrep', 'serial.urlhandler.protocol_rfc2217', 'serial.urlhandler.protocol_socket', 'serial.urlhandler.protocol_loop'], 'dist_dir': 'bin', 'excludes': ['serialjava', 'serialposix', 'serialcli'], 'compressed': 1, }, }, console=[ "rfc2217_server.py", ], )
Close