Click here to Skip to main content
15,897,273 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
i need something to learn how to create udp port scanner if i have start ip = 0.0.0.0 and end ip = 255.255.255.255 or inip = 0.0.0.0/8 so it self extract ip and looking for ip on port =80 and save each ip in new variable for next operation or save it in file.txt and please if you can give me example code for that and please try to explain every thing also .....thanks all ... iam tired on google search and just found how to make udp server and Clint server ... and all video make me think i am stupid ...hhh ... by the way also i need to know how to get information about that ip server information
Posted
Updated 18-Aug-15 0:13am
v3
Comments
Afzaal Ahmad Zeeshan 18-Aug-15 6:21am    
I would recommend that you first of all learn C++ language.
Shawky Morgan 18-Aug-15 6:31am    
i already get basics and i made my first calculator and i also read about socket and i still searching for more information thanks for reply

Don't even think about it.
the range of IP addresses you mention cover all of the valid IPV4 addresses, so you would be trying to scan almost every address on the internet - which would take some considerable time, probably longer than your PC will last... :laugh:

And if you can't understand the videos explaining how to do that, it's probably because you are trying to run before you can walk: as Afzaal says, learn C++ thoroughly first before you try to move to complicated applications.

We aren't a code writing service: we are willing to help with specific problems, but nobody here wants to write a complete application and explain it just for you.
 
Share this answer
 
Comments
Shawky Morgan 20-Nov-15 2:11am    
thanks alot
OriginalGriff 20-Nov-15 2:20am    
You're welcome!
 
Share this answer
 
Comments
Shawky Morgan 20-Nov-15 2:12am    
thanks alot
thanks for all i just crazy beginner
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900