telnet.IsTelnetResponse
IsTelnetResponse is the response from the IsTelnet function. this is returned by IsTelnet function.
Example
const telnet = require('nuclei/telnet'); const isTelnet = telnet.IsTelnet('acme.com', 23); log(toJSON(isTelnet));
• Optional Banner: string
Optional
string
telnet.ts:32
• Optional IsTelnet: boolean
boolean
telnet.ts:30
Was this page helpful?