View Single Post
Old Nov 3rd, 2005, 4:49 PM   #10
iignotus
Professional Programmer
 
iignotus's Avatar
 
Join Date: Apr 2005
Location: Nowhere Special
Posts: 466
Rep Power: 4 iignotus is on a distinguished road
Send a message via AIM to iignotus
Quote:
Originally Posted by Mocker
is it just http that isnt accepting connections or is it the ip
I couldn't really tell you, as he doesn't have any other services running that I can test out (ssh, finger, etc.) A network scan showed that his computer filtered all of his ports, but he downloaded a firewall gui to iptables (firestarter) and opened port 80 for everyone specifically; however, even after that, the ports were still shown filtered from the outside.

Like I said, he can access the actual website off his computer through localhost, so httpd is definately running. This leads me to the conclusion that it's in the network layer, but that's where I get confused
__________________
% rc4 hexkey < input > output
#define S ,t=s[i],s[i]=s[j],s[j]=t /* rc4 hexkey <file */
unsigned char k[256],s[256],i,j,t;main(c,v,e)char**v;{++v;while(++i)s[ 
i]=i;for(c=0;*(*v)++;k[c++]=e)sscanf((*v)++-1,"%2x",&e);while(j+=s[i]
+k[i%c]S,++i);for(j=0;c=~getchar();putchar(~c^s[t+=s[i]]))j+=s[++i]S;}
iignotus is offline   Reply With Quote