Root Challenge for EM
ok i got my windows box of all things to work so i suppose the challenge is on. I won't participate(obvious) but the only thing you need is this:
71.36.3.206
it's set up DMZ so you should have no problems connecting but if you do just tell me and I'll try to fix it.
ANY TYPE OF ATTACK IS WELCOME––Enjoy
*note: don't destroy the files. Have fun.
DeafCode wrote: ok i got my windows box of all things to work so i suppose the challenge is on. I won't participate(obvious) but the only thing you need is this:
71.36.3.206
it's set up DMZ so you should have no problems connecting but if you do just tell me and I'll try to fix it.
ANY TYPE OF ATTACK IS WELCOME––Enjoy
*note: don't destroy the files. Have fun.
Sounds like it should be fun playing with. Though by any attack – you really mean any attack other then a DOS… cause that kinda ruins the fun for others :)
stdio wrote: [quote]DeafCode wrote: ok i got my windows box of all things to work so i suppose the challenge is on. I won't participate(obvious) but the only thing you need is this:
71.36.3.206
it's set up DMZ so you should have no problems connecting but if you do just tell me and I'll try to fix it.
ANY TYPE OF ATTACK IS WELCOME––Enjoy
*note: don't destroy the files. Have fun.
Sounds like it should be fun playing with. Though by any attack – you really mean any attack other then a DOS… cause that kinda ruins the fun for others :)[/quote]
By "ANY ATTACK" i mean anything you can thing up. If you can code something to work with another service to brute it, do so.
EDIT: When i first read DOS i thought you meant MS-DOS. But yeah if denial of service is your way, then do it.
nmap -sW -p 21,23,25 71.36.3.206
Starting Nmap 4.68 ( http://nmap.org ) at 2008-08-16 20:04 Central Standard Time Interesting ports on 71-36-3-206.chyn.qwest.net (71.36.3.206): PORT STATE SERVICE 21/tcp open ftp 23/tcp open telnet 25/tcp open smtp
Nmap done: 1 IP address (1 host up) scanned in 0.156 seconds
Yeah Sorry I had to leave the computer, at work.. I did find the ports as open, but telnet refusing connections.
However, you can connect via ftp/smtp. I dont know why telnet is refusing connections. Though I dont think you have an ftp server running at the moment as when you connect its closed by the remote host instantaneously. Perhaps putting a service on there to exploit.
Im not the worlds greatest with rooting by anymeans, so I wouldnt know how to bypass the telnet filtering. Perhaps others can though.
Couldn't access a single service, Nmap (Zenmap) came up with this:
Starting Nmap 4.11 ( http://www.insecure.org/nmap ) at 2008-08-17 16:00 Veuropa, normaltid DNS resolution of 1 IPs took 0.27s. Initiating SYN Stealth Scan against 71-36-3-206.chyn.qwest.net (71.36.3.206) [1680 ports] at 16:00 SYN Stealth Scan Timing: About 16.79% done; ETC: 16:03 (0:02:30 remaining) The SYN Stealth Scan took 174.77s to scan 1680 total ports. Warning: OS detection will be MUCH less reliable because we did not find at least 1 open and 1 closed TCP port Host 71-36-3-206.chyn.qwest.net (71.36.3.206) appears to be up … good. All 1680 scanned ports on 71-36-3-206.chyn.qwest.net (71.36.3.206) are filtered Too many fingerprints match this host to give specific OS details TCP/IP fingerprint: SInfo(V=4.11%P=i686-pc-windows-windows%D=8/17%Tm=48A82FC7%O=-1%C=-1) T5(Resp=N) T6(Resp=N) T7(Resp=N) PU(Resp=N)
Nmap finished: 1 IP address (1 host up) scanned in 194.640 seconds Raw packets sent: 3384 (150.888KB) | Rcvd: 0 (0B)
I used this command: nmap -T Aggressive -A -P0 -v 71.36.3.206
Tell me, did i do anything wrong or is the services really down?
@root op the scan you did was only a syn scan (surprised you didn't find port 25 open).
http://nmap.org/book/man-port-scanning-techniques.html
some return other ports open, My guess is the router firewall is preventing that particular scan. Though try netcat to the smtp server and you should be able to get through, though i havent been able to do much with it.