mirror of https://github.com/daffainfo/nuclei.git
11 lines
199 B
JavaScript
11 lines
199 B
JavaScript
|
exports = {
|
||
|
// General
|
||
|
dump_json: dump_json,
|
||
|
to_json: to_json,
|
||
|
to_array: to_array,
|
||
|
hex_to_ascii: hex_to_ascii,
|
||
|
|
||
|
// Active Directory
|
||
|
getDomainControllerName: getDomainControllerName,
|
||
|
};
|