Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.144.114.63
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
etc /
polkit-1 /
rules.d /
Delete
Unzip
Name
Size
Permission
Date
Action
49-polkit-pkla-compat.rules
974
B
-rw-r--r--
2019-05-11 15:24
50-default.rules
326
B
-rw-r--r--
2017-09-04 19:52
Save
Rename
polkit.addAdminRule(function(action, subject) { //polkit.log('Starting pkla-admin-identities\n'); // Let exception, if any, propagate to the JS authority var res = polkit.spawn(['/usr/bin/pkla-admin-identities']); //polkit.log('Got "' + res.replace(/\n/g, '\\n') + '"\n'); if (res == '') return null; var identities = res.split('\n'); //polkit.log('Identities: ' + identities.join(',') + '\n'); if (identities[identities.length - 1] == '') identities.pop() //polkit.log('Returning: ' + identities.join(',') + '\n'); return identities; }); polkit.addRule(function(action, subject) { var params = ['/usr/bin/pkla-check-authorization', subject.user, subject.local ? 'true' : 'false', subject.active ? 'true' : 'false', action.id]; //polkit.log('Starting ' + params.join(' ') + '\n'); var res = polkit.spawn(params); //polkit.log('Got "' + res.replace(/\n/g, '\\n') + '"\n'); if (res == '') return null; return res.replace(/\n$/, ''); });