Skip to content
Snippets Groups Projects
Commit 6d2806a4 authored by deuce's avatar deuce
Browse files

Support logging in to my BBS as *anybody*

parent ef5aa646
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ function RLoginConnection(address, port, recvfunc)
this.sock=new Socket();
this.sock.connect(address,port);
this.write("\x00admin\x00deuce\x00ZuulTerm/115200\x00");
this.write("\x00\x00\x00ZuulTerm/115200\x00");
if(this.sock.read(1,1,10000)!='\x00')
alert("No RLogin ack!");
this.sock.asyncRead(this);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment