===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
##############################################
mu-editor-1.1.0~alpha2+dfsg1/mu/locale/zh_CN/LC_MESSAGES/mu.po-12539-"\n"
mu-editor-1.1.0~alpha2+dfsg1/mu/locale/zh_CN/LC_MESSAGES/mu.po:12540:"First the hostname returned by gethostbyaddr() is checked, then\n"
mu-editor-1.1.0~alpha2+dfsg1/mu/locale/zh_CN/LC_MESSAGES/mu.po-12541-"possibly existing aliases. In case no FQDN is available, hostname\n"
##############################################
mu-editor-1.1.0~alpha2+dfsg1/mu/locale/zh_CN/LC_MESSAGES/mu.po-12546-msgid ""
mu-editor-1.1.0~alpha2+dfsg1/mu/locale/zh_CN/LC_MESSAGES/mu.po:12547:"socket.gethostbyaddr() \n"
mu-editor-1.1.0~alpha2+dfsg1/mu/locale/zh_CN/LC_MESSAGES/mu.po:12548:"gethostbyaddr(host) -> (name, aliaslist, addresslist)\n"
mu-editor-1.1.0~alpha2+dfsg1/mu/locale/zh_CN/LC_MESSAGES/mu.po-12549-"\n"
##############################################
mu-editor-1.1.0~alpha2+dfsg1/mu/modes/api/flask.py-550-    _('Request.referrer() \nThe Referer[sic] request-header field allows the client to specify,\nfor the server’s benefit, the address (URI) of the resource from which\nthe Request-URI was obtained (the “referrer”, although the header\nfield is misspelled).\n'),
mu-editor-1.1.0~alpha2+dfsg1/mu/modes/api/flask.py:551:    _('Request.remote_addr() \nThe remote address of the client.\n'),
mu-editor-1.1.0~alpha2+dfsg1/mu/modes/api/flask.py:552:    _('Request.remote_addr() \nThe remote address of the client.\n'),
mu-editor-1.1.0~alpha2+dfsg1/mu/modes/api/flask.py-553-    _('Request.remote_user() \nIf the server supports user authentication, and the script is\nprotected, this attribute contains the username the user has\nauthenticated as.\n'),
##############################################
mu-editor-1.1.0~alpha2+dfsg1/mu/modes/api/python3.py-421-    _('socket.getdefaulttimeout() \ngetdefaulttimeout() -> timeout\n\nReturns the default timeout in seconds (float) for new socket objects.\nA value of None indicates that new socket objects have no timeout.\nWhen the socket module is first imported, the default is None.'),
mu-editor-1.1.0~alpha2+dfsg1/mu/modes/api/python3.py:422:    _("socket.getfqdn(name='') \nGet fully qualified domain name from name.\n\nAn empty argument is interpreted as meaning the local host.\n\nFirst the hostname returned by gethostbyaddr() is checked, then\npossibly existing aliases. In case no FQDN is available, hostname\nfrom gethostname() is returned."),
mu-editor-1.1.0~alpha2+dfsg1/mu/modes/api/python3.py:423:    _('socket.gethostbyaddr() \ngethostbyaddr(host) -> (name, aliaslist, addresslist)\n\nReturn the true host name, a list of aliases, and a list of IP addresses,\nfor a host.  The host argument is a string giving a host name or IP number.'),
mu-editor-1.1.0~alpha2+dfsg1/mu/modes/api/python3.py-424-    _("socket.gethostbyname() \ngethostbyname(host) -> address\n\nReturn the IP address (a string of the form '255.255.255.255') for a host."),
##############################################
mu-editor-1.1.0~alpha2+dfsg1/utils/python_api.json-2116-    ],
mu-editor-1.1.0~alpha2+dfsg1/utils/python_api.json:2117:    "description": "Get fully qualified domain name from name.\n\nAn empty argument is interpreted as meaning the local host.\n\nFirst the hostname returned by gethostbyaddr() is checked, then\npossibly existing aliases. In case no FQDN is available, hostname\nfrom gethostname() is returned."
mu-editor-1.1.0~alpha2+dfsg1/utils/python_api.json-2118-  },
##############################################
mu-editor-1.1.0~alpha2+dfsg1/utils/python_api.json-2121-    "args": null,
mu-editor-1.1.0~alpha2+dfsg1/utils/python_api.json:2122:    "description": "gethostbyaddr(host) -> (name, aliaslist, addresslist)\n\nReturn the true host name, a list of aliases, and a list of IP addresses,\nfor a host.  The host argument is a string giving a host name or IP number."
mu-editor-1.1.0~alpha2+dfsg1/utils/python_api.json-2123-  },