!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: nginx/1.23.4. PHP/5.6.40-65+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux foro-restaurado-2 5.15.0-1040-oracle #46-Ubuntu SMP Fri Jul 14 21:47:21 UTC 2023
aarch64
 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/lib/python3/dist-packages/jeepney/tests/   drwxr-xr-x
Free 83.4 GB of 96.73 GB (86.23%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     test_bindgen.py (1.07 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
from io import StringIO
import os.path

from jeepney.low_level import MessageType, HeaderFields
from jeepney.bindgen import code_from_xml

sample_file = os.path.join(os.path.dirname(__file__), 'secrets_introspect.xml')

def test_bindgen():
    with open(sample_file) as f:
        xml = f.read()
    sio = StringIO()
    n_interfaces = code_from_xml(xml, path='/org/freedesktop/secrets',
                                 bus_name='org.freedesktop.secrets',
                                 fh=sio)
    # 5 interfaces defined, but we ignore Properties, Introspectable, Peer
    assert n_interfaces == 2

    # Run the generated code, defining the message generator classes.
    binding_ns = {}
    exec(sio.getvalue(), binding_ns)
    Service = binding_ns['Service']

    # Check basic functionality of the Service class
    assert Service.interface == 'org.freedesktop.Secret.Service'
    msg = Service().SearchItems({"service": "foo", "user": "bar"})
    assert msg.header.message_type is MessageType.method_call
    assert msg.header.fields[HeaderFields.destination] == 'org.freedesktop.secrets'

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by HackingTool | HackingTool | Generation time: 0.0047 ]--