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 - jeefo12

Pages: [1]
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)

Pages: [1]