Linux server.thearyasamaj.org 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
Apache
: 103.90.241.146 | : 216.73.216.222
Cant Read [ /etc/named.conf ]
5.6.40
ftpuser@mantra.thearyasamaj.org
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 /
awstats /
lib /
[ HOME SHELL ]
Name
Size
Permission
Action
blacklist.txt
57.34
KB
-rw-r--r--
browsers.pm
22.1
KB
-rw-r--r--
browsers_phone.pm
40.83
KB
-rw-r--r--
domains.pm
5.85
KB
-rw-r--r--
mime.pm
6.5
KB
-rw-r--r--
operating_systems.pm
26.91
KB
-rw-r--r--
referer_spam.pm
1.1
KB
-rw-r--r--
robots.pm
76.36
KB
-rw-r--r--
search_engines.pm
328.77
KB
-rw-r--r--
status_http.pm
4.02
KB
-rw-r--r--
status_smtp.pm
6.77
KB
-rw-r--r--
worms.pm
2.19
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : mime.pm
# AWSTATS MIME DATABASE #------------------------------------------------------- # If you want to add MIME types, # you must add an entry in MimeHashLib and assign it to a family #------------------------------------------------------- #package AWSMIME; # MimeHashFamily # This is a hash table of mime groupings and descriptions. # Report icons will appear if file name is the same as a family, # e.g. if you have a "text.png" icon in the icon/mime directory, # the report will load the icon # Format: 'family', 'descriptive text', #--------------------------------------------------------------- %MimeHashFamily = ( 'text', 'Text file', 'page', 'HTML or XML static page', 'script', 'Dynamic HTML page or Script file', 'pl', 'Dynamic Perl Script file', 'php', 'Dynamic PHP Script file', 'image', 'Image', 'document', 'Document', 'package', 'Package', 'archive', 'Archive', 'audio', 'Audio file', 'video', 'Video file', 'jscript', 'JavaScript file', 'json', 'JavaScript Object Notation file', 'vbs', 'Visual Basic script', 'conf', 'Config file', 'css', 'Cascading Style Sheet file', 'xsl', 'Extensible Stylesheet Language file', 'runtime', 'Binary runtime', 'library', 'Binary library', 'swf', 'Adobe Flash Animation', 'flv', 'Adobe Flash Video', 'dtd', 'Document Type Definition', 'csv', 'Comma Separated Value file', 'jnlp', 'Java Web Start launch file', 'lit', 'Microsoft Reader e-book', 'svg', 'Scalable Vector Graphics', 'ai', 'Adobe Illustrator file', 'phshop', 'Adobe Photoshop image file', 'ttf', 'TrueType scalable font file', 'fon', 'Font file', 'pdf', 'Adobe Acrobat file', 'dotnet', 'Dot Net Dynamic Script or File', 'mdb', 'MS Database Object', 'crystal', 'Crystal Reports data or file', 'ooffice', 'Open Office Document', 'libreoffice', 'LibreOffice Document', 'encrypt', 'Encrypted document', 'gpx', 'GPS Exchange Format file', 'diskimage', 'Disc and media file extensions', 'vm', 'Virtual Machine image', 'torrent', 'BitTorrent File', 'gis', 'GIS File', 'ebook', 'Ebook File' ); # MimeHashLib # This is a hash of arrays where the key is a specific file extension # and the array is a list of family and file type, e.g. 'd' for download # If a file does not have a type defined, it is counted as a page. Each # mime entry can have only one type # Format: 'extension', ['family', 'type'], # Valid Types: # i - image # d - download # p - page #--------------------------------------------------------------- %MimeHashLib=( # Text file 'txt',['text','d'], 'log',['text','d'], # HTML Static page 'chm',['page',''], 'html',['page',''], 'htm',['page',''], 'mht',['page',''], 'wml',['page',''], 'wmlp',['page',''], 'xhtml',['page',''], 'xml',['page',''], 'vak',['page',''], 'sgm',['page',''], 'sgml',['page',''], # HTML Dynamic pages or script 'asp',['script',''], 'aspx',['dotnet',''], 'ashx',['dotnet',''], 'asmx',['dotnet',''], 'axd', ['dotnet',''], 'cfm',['script',''], 'class',['script',''], 'js',['jscript',''], 'jsp',['script',''], 'cgi',['script',''], 'ksh',['script',''], 'php',['php',''], 'phps',['php',''], 'php3',['php',''], 'php4',['php',''], 'pl',['pl',''], 'py',['script',''], 'rss',['rss',''], 'atom',['rss',''], 'sh',['script',''], 'shtml',['script',''], 'tcl',['script',''], 'xsp',['script',''], 'vbs',['vbs',''], # Image 'gif',['image','i'], 'png',['image','i'], 'bmp',['image','i'], 'jpg',['image','i'], 'jpeg',['image','i'], 'cdr',['image','d'], 'ico',['image','i'], 'svg',['image','i'], 'svgz',['image','i'], 'webp',['image','i'], 'heic',['image','i'], 'tif',['image','i'], 'tiff',['image','i'], # Document 'ai',['document','d'], 'doc',['document','d'], 'docx',['document','d'], 'wmz',['document','d'], 'rtf',['document','d'], 'mso',['document','d'], 'pdf',['pdf','d'], 'frl',['pdf','d'], 'xls',['document','d'], 'xlsx',['document','d'], 'ppt',['document','d'], 'pptx',['document','d'], 'pps',['document','d'], 'psd',['document','d'], 'sxw',['ooffice','d'], 'sxc',['ooffice','d'], 'sxi',['ooffice','d'], 'sxd',['ooffice','d'], 'sxm',['ooffice','d'], 'sxg',['ooffice','d'], 'odb',['libreoffice','d'], 'odf',['libreoffice','d'], 'odg',['libreoffice','d'], 'odm',['libreoffice','d'], 'odp',['libreoffice','d'], 'ods',['libreoffice','d'], 'odt',['libreoffice','d'], 'oth',['libreoffice','d'], 'otg',['libreoffice','d'], 'otp',['libreoffice','d'], 'ots',['libreoffice','d'], 'ott',['libreoffice','d'], 'oxt',['libreoffice','d'], 'csv',['csv','d'], 'xsl',['xsl','d'], 'lit',['lit','d'], 'mdb',['mdb','d'], 'rpt',['crystal','d'], 'epub',['ebook','d'], 'mobi',['ebook','d'], 'azw',['ebook','d'], 'azw3',['ebook','d'], # GIS files 'gpx',['gis','d'], 'kml',['gis','d'], 'kmz',['gis','d'], # Package 'rpm',[($LogType eq 'S'?'audio':'package'),'d'], 'deb',['package','d'], 'msi',['package','d'], 'pkg',['package','d'], 'apk',['package','d'], # Archive '7z',['archive','d'], 'ace',['archive','d'], 'bz2',['archive','d'], 'cab',['archive','d'], 'dmg',['archive','d'], 'emz',['archive','d'], 'gz',['archive','d'], 'jar',['archive','d'], 'lzma',['archive','d'], 'rar',['archive','d'], 'tar',['archive','d'], 'tgz',['archive','d'], 'tbz2',['archive','d'], 'xz',['archive','d'], 'z',['archive','d'], 'zip',['archive','d'], # Audio 'aac',['audio','d'], 'flac',['audio','d'], 'mp3',['audio','d'], 'oga',['audio','d'], 'ogg',['audio','d'], 'wav',['audio','d'], 'wma',['audio','d'], 'm4a',['audio','d'], 'm3u',['audio','d'], 'asf',['audio','d'], # Video 'avi',['video','d'], 'divx',['video','d'], 'mp4',['video','d'], 'm4v',['video','d'], 'mpeg',['video','d'], 'mkv',['video','d'], 'mpg',['video','d'], 'ogv',['video','d'], 'ogx',['video','d'], 'rm',['video','d'], 'swf',['flash',''], 'flv',['flash','d'], 'f4v',['flash','d'], 'wmv',['video','d'], 'wmf',['video','d'], 'mov',['video','d'], 'qt',['video','d'], 'webm',['video','d'], # Config 'cf',['conf',''], 'conf',['conf',''], 'css',['css',''], 'ini',['conf',''], 'dtd',['dtd',''], 'json',['json',''], # Program 'exe',['runtime',''], 'jnlp',['jnlp',''], 'dll',['library',''], 'bin',['library',''], # Font 'ttf',['ttf',''], 'fon',['fon',''], 'eot',['fon',''], 'woff',['fon',''], 'woff2',['fon',''], # Encrypted files 'pgp',['encrypt',''], 'gpg',['encrypt',''], # Disc and media file extensions 'bin',['diskimage','d'], 'dmg',['diskimage','d'], 'iso',['diskimage','d'], 'toast',['diskimage','d'], 'vcd',['diskimage','d'], # Virtual Machine images 'qcow2',['vm','d'], 'raw',['vm','d'], 'ovf',['vm','d'], 'ova',['vm','d'], 'vmdk',['vm','d'], 'vdi',['vm','d'], 'vhdx',['vm','d'], 'vpc',['vm','d'], ); 1;
Close