Hey c++ forums,
I have made an scanner called Jedi Scanner v.1.0 .
Features:
__________________________________________________________________________________
1. The program is created using win32 application in Microsoft visual studio ultimate 2010.
2. Program is very simple to use just enter host. The Scan is very fast the IP address are very fast to be shown.
3.The name is cool
__________________________________________________________________________________
1) What does the program do? I assume it scans, but what does it scan? What purpose does it have / why is it useful?
2) How can we 'enjoy' it when you don't provide any way for us to try it out?
3) With a name like "cyberwarfare", even if it were available for download, it seems very sketchy and I would not want to blindly run it without seeing the source.
I have put some other difines and varibles because i need to add more things to make it is better
what it does ?
The scan tell the client about the ip address
@ResidentBiscuit: ¿your point? think of it as an alternative, besides in this way you could modify it to your needs.
Edit: or you mean system call as in `function provided by the kernel'
Very good practice, actually. Find the null terminator, and set it to null a second time to make absolutely certain it *stays* null, dammit!
And malloc'ing an array of char*'s is much better than just an array of chars...on most modern systems, you'll get 8 times as much space, a very welcome bonus!
or you mean system call as in `function provided by the kerne
That's what I meant by system call. I didn't mean actually calling system() from the program.
yes but nslookup type commands are very good but sometimes dangerous anyway i like programming so i done it the challeging way
I'm not aware of a situation where nslookup would be dangerous unless your system is compromised. But yea if this for practice then it's great. Couple small things I noticed, but looks good. I just thought this was something you were trying to get people to use widely.