Jack Polimer <packetjack@private> writes: > I want to create a check for ssh, but I don't think it > is possible using NASL. Which kind of check? > If I "send" on socket 22 and then > "recv_line(socket:22,length:1024);" I will get > back a bunch of encrypted stuff that is not useable by > NASL, yes? recv_line probably does not make sense on binary (encrypted) data. > If that is the case, is there any way to tie NASL into > expect to push and pull data? Expect will also get a bunch of encrypted data. I don't see how it could help. > Any suggestions? Apart from implementing the SSH protocol in NASL, no. Maybe you could say more about what you want to do. _______________________________________________ Plugins-writers mailing list Plugins-writers@private http://mail.nessus.org/mailman/listinfo/plugins-writers
This archive was generated by hypermail 2b30 : Tue Apr 06 2004 - 06:42:51 PDT