Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - rucciva

Pages: [1]
1
Hacking and Security / Re: networking with c++ ?
« on: January 31, 2012, 03:30:06 pm »
if you plant to learn network programming, i think you should understand a little (deep is better) about networking, TCP/IP protocol suite 4th edition by Behrouz A. Forouzan is good one for this,,

i haven't learn c++ for network programming, but now i'm learning network programming using python with this book, Foundation of Python Network Programming by Brandon Rhodes and John Goerzen

hope it's help

2
Hacking and Security / Re: Ultimate Host discovery
« on: January 25, 2012, 02:56:08 pm »
If nMap shows all ports as closed, then either the host doesn't have anything open or the firewall is very tight. Usually it would at least have port 80 open even if it doesn't run a HTTP service. If it's a windows machine on stock or very little config, it will have ports 143 and 455 (or something) open.
-PN option is only helpful if the host responds that it's offline even though it isn't, it will not bypass the port filters.
How to bypass the firewall completely - I have no idea :D


so are you saying although the firewall blocked the port, nmap will result in the port is being closed and by other means, the host is up???

3
Hacking and Security / Re: Ultimate Host discovery
« on: January 25, 2012, 04:04:01 am »
if the target using firewall with stateful configuration and block all 1000 highest port, would the result show the target is not up,,,,
CMIIW

4
Hacking and Security / Ultimate Host discovery
« on: January 24, 2012, 10:50:07 am »
hi everyone, i'm just wondering about this,,
is there any host discovery technique that will work even when the target disable all kind of icmp and uses statefull firewall configuration ???

5
if you just want to find the ip adress, you can use many tools like wireshark, nmap, hping2 etc,,

for example if you want to use nmap,, u can use this command
$ nmap -sP <your ip address>/24

Pages: [1]