See where I'm going? Okay so here's the deal. I'm trying to hack into my own system using linux so I can figure out the weaknesses & resolve them. Only problem is I've never hacked before. I'm reading a book that tells me the basics, so using nmap I scanned my router & found port 443 open. The book tells me once I find an open port, I should telnet into it. I've used telnet, so that's no big deal. I open telnet, type "open 192.168.0.101 443" and here's what I get:
Trying 192.168.0.101...
Connected to 192.168.0.101.
Escape character is '^]'.
But then nothing. No login, no response from the computer at all. I'm at a loss, so I start guessing. I type "ls" and get nothing. I type "list" and get nothing. Then I type "ftp" and it responds
Connection closed by foreign host.
Then it boots me back to the root terminal. My question is this.. once I have the initial connection, WTF do I do to penetrate/exploit?
2007-12-13
10:24:45
·
3 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Security
Further info- It's the router I'm actually trying to get into. I get the same results if I'm trying to hack my laptop or my router. Help?
2007-12-13
10:25:29 ·
update #1
Okay... turns out I wasn't hacking into my router, I was hacking into my Tivo... and Tivo's apparently use linux, so you all know! nmap identified it as a linux OS. Anyway, what I'm trying to do is break into my own network. If I can do that, then I know my network is not secure. I don't want anybody else doing it, so I have to wing it. The problem is, like I mentioned, I don't know how. I need somebody with experience to help.
2007-12-13
11:07:39 ·
update #2