8 Topics

Member Avatar for
Member Avatar for kjklls

i'm having a problem when i try to telnet my netgear router (JWNR2000v2) i could ping it but when i try to telnet it using puTTy, it says that the connection is closed by the remote host. i tried using telnetEnable.exe but i don't know if its working or not. …

Member Avatar for JorgeM
0
732
Member Avatar for jeansantos

I need a script that connects to a device on my network and export a list of data... #!/usr/local/bin/expect -f spawn telnet hostname expect -exact "Username:" send -- "username\r" expect -exact "Password:" send -- "password\r" expect "#" send -- "command\r" interact expect "#" send -- "logout\r"` I get some desired …

Member Avatar for masijade
0
411
Member Avatar for green-script

hi i have two laptops : 1) windows 7 >> connected to wireless network + enabled ftp client + enabled telnet client 2) linux: opensuse >> connected to wireless network too - how to transfer files from windows7 to opensuse using FTP ? - how to remote access to opensuse …

Member Avatar for Nutster
0
805
Member Avatar for Taximus

Hello everyone. I want to share with you a story about ***amasing student***. I knew one girl, she had Windows XP installed on her computer. One day her PC didn't work and she worried about that. She tried to turn it on, it turned and then it didn't show anything. …

Member Avatar for mike_2000_17
0
229
Member Avatar for SamarthWiz

Hi I keep on getting data altered when I receive it example: [CODE] SAM:~ SamarthAgarwal$ telnet 192.168.1.39 8888 Trying 192.168.1.39... Connected to 192.168.1.39. Escape character is '^]'. --Welcome To HACKNET-- Username: Admin Password: pass --INCORRECT IDENTIFICATION--Connection closed by foreign host. SAM:~ SamarthAgarwal$ [/CODE] the data on the server side: [CODE] …

Member Avatar for nezachem
0
1K
Member Avatar for rom.

I'm just starting out in C/C++, and I want to make a simple socket server script. It will be compiled on mac/linux and executed from terminal. Just want a simple script that will: - allow multiple clients to connect to the server on a specified port (they will be using …

Member Avatar for rom.
0
389
Member Avatar for _neo_

Is there a way to get current date and time from remote windows machine on linux? On remote windows machine ssh not enabled, there are no powershell. Can we achieve result via telnet or smbclient?

Member Avatar for _neo_
0
1K
Member Avatar for Labdabeta

I have the following working fine from the command line: [CODE] telnet (my email smtp) 25 helo mail from:(my email address) rcpt to:(my email address) DATA SUBJECT:(my subject) (my message) . [/CODE] This is sending me an email. My problem is that I need to emulate all of this from …

Member Avatar for Labdabeta
0
170

The End.