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_nautilus.py

import os, apport.packaging
from apport.hookutils import *

def add_info(report):
	# the crash is not in nautilus code so reassign
	if "Stacktrace" in report and "/usr/lib/nautilus" in report["Stacktrace"]:
		for words in report["Stacktrace"].split():
			if words.startswith("/usr/lib/nautilus"):
				report.add_package_info(apport.packaging.get_file_package(words))
				return

	# collect informations on the /usr/lib/nautilus components 
	plugin_packages = set()
	for dirpath, dirnames, filenames in os.walk("/usr/lib/nautilus"):
		for filename in filenames:
			path = os.path.join(dirpath, filename)
			package = apport.packaging.get_file_package(path)
			if package == 'nautilus':
				continue

			plugin_packages.add(package)

	report["usr_lib_nautilus"] = package_versions(*sorted(plugin_packages))
	attach_gsettings_package(report, 'nautilus-data')


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