Welcome To Our Shell

Mister Spy & Souheyl Bypass Shell

Current Path : /proc/thread-self/root/usr/share/apport/package-hooks/

Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Upload File :
Current File : //proc/thread-self/root/usr/share/apport/package-hooks/source_bluez.py

#!/usr/bin/python
# -*- coding: utf-8 -*-
'''apport package hook for bluez

(c) 2010 Free Software Foundation
Author:
Baptiste Mille-Mathias <baptistem@src.gnome.org>

'''
from apport.hookutils import *
import re

def add_info(report, ui):
    report['syslog'] = recent_syslog(re.compile(r'bluetooth', re.IGNORECASE))
    attach_hardware(report)
    if command_available('hciconfig'):
        report['hciconfig'] = command_output('hciconfig')
    if command_available('rfkill'):
        report['rfkill'] = command_output(['rfkill','list'])
    if command_available('getfacl'):
        report['getfacl'] = command_output(['getfacl','/dev/rfkill'])

    interesting_modules = ('btusb', 'rfcomm', 'sco', 'bnep', 'l2cap', 'bluetooth')
    interesting_modules_loaded = []

    for line in open('/proc/modules'):
        module = line.split()[0]
        if module in interesting_modules:
            interesting_modules_loaded.append(module)

    if interesting_modules_loaded:
        report['InterestingModules'] = ' '.join(interesting_modules_loaded)


bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped) Email: contact@elmoujehidin.net