1
C - C++ / Re: My Simple PortScanner [*nix]
« on: September 12, 2012, 06:17:16 pm »
Hi
I'm start learning C / C++
I tried this program
But it's super duper slow why ?
./output localhost
waiting almost 1 minut and Port 1 is closed
i changed 3 things
#include <unistd.h> // because i was cannot compile. close function does not declared
unsigned int port;
for (port=1; port<=65535; ++port)
I'm start learning C / C++
I tried this program
But it's super duper slow why ?
./output localhost
waiting almost 1 minut and Port 1 is closed
i changed 3 things
#include <unistd.h> // because i was cannot compile. close function does not declared
unsigned int port;
for (port=1; port<=65535; ++port)