Skip to content

Commit 29a67e2

Browse files
authored
removed logging (#8736)
1 parent 10faba6 commit 29a67e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

javascript/enumeration/obsolete-ssh-version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ javascript:
1717
var m = require("nuclei/ssh");
1818
var c = m.SSHClient();
1919
var response = c.ConnectSSHInfoMode(Host, Port);
20-
log(to_json(response));
20+
to_json(response);
2121
2222
args:
2323
Host: "{{Host}}"

javascript/enumeration/ssh-sha1-hmac-algo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ javascript:
2020
let m = require("nuclei/ssh");
2121
let c = m.SSHClient();
2222
let response = c.ConnectSSHInfoMode(Host, Port);
23-
log(to_json(response));
23+
to_json(response);
2424
2525
args:
2626
Host: "{{Host}}"

0 commit comments

Comments
 (0)