Affected by GO-2024-2989
and 1 other vulnerabilities
GO-2024-2989 : projectdiscovery/nuclei allows unsigned code template execution through workflows in github.com/projectdiscovery/nuclei
GO-2024-3114 : Nuclei Template Signature Verification Bypass in github.com/projectdiscovery/nuclei
Discover Packages
github.com/projectdiscovery/nuclei/v3
pkg
js
libs
telnet
package
Version:
v3.2.3
Opens a new window with list of versions in this module.
Published: Apr 3, 2024
License: MIT, Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
Documentation
¶
Warning - This is generated code
type IsTelnetResponse struct {
IsTelnet bool
Banner string
}
IsTelnetResponse is the response from the IsTelnet function.
this is returned by IsTelnet function.
@example
```javascript
const telnet = require('nuclei/telnet');
const isTelnet = telnet.IsTelnet('acme.com', 23);
log(toJSON(isTelnet));
```
IsTelnet checks if a host is running a Telnet server.
@example
```javascript
const telnet = require('nuclei/telnet');
const isTelnet = telnet.IsTelnet('acme.com', 23);
log(toJSON(isTelnet));
```
Source Files
¶
Click to show internal directories.
Click to hide internal directories.