@ice3man543/interactsh-node
Version:
Node.js client for Interactsh - A tool for detecting out-of-band interactions
18 lines (17 loc) • 546 B
text/typescript
// Library exports for interactsh-node
export {
register,
deregister,
poll,
pollAndProcess,
processData,
generateUrl,
decryptAESKey,
getParamConfig
} from './lib/index.js'
export type { ConfigData } from './lib/types/configData.js'
export type { StoredData } from './lib/types/storedData.js'
export type { Interaction } from './lib/types/interaction.js'
export type { Data } from './lib/types/data/index.js'
export type { Protocol } from './lib/types/protocol/index.js'
export type { ID } from './lib/types/id.js'