Every programmer on this site is M A L I C I O U S
i have a theory that the website locks any posts with objectionable words hence the spelling out ?? yes or no whatever
here is the link to my original post:
http://www.vbforums.com/showthread.p...threadid=90741
but reply here seeing that, that one isn't working and EISECURE take this:
ok... ok... Well if you wanted to make a peer to peer prog... It would take along time to search all the ip addresses, when you could have a server, with a static ip address, oh so i see you don't want your ip address inside the program... why not because it's a trojan i bet .. another thing there is nothing justified by logging keystrokes there is no reason whatsoever that you would need that. Execpt when stealing passwords
but anyway combat that eiSecure, when did you decide to be someone
you guys why does every one hate me
Here is my original post I'm simply tring to bring something to the peoples attention. Stop bugging me whoever that was who said report this to a moderator. Because you can read this over. There is nothing bad about or even objectionable in it. Also if you HATE this thread not responding to it is better because then it slowly slips off the main forum page but i was forced to rspnd now
--- I knew that title would sukker you in!
Sometimes I think that people who ask questions on this site are making an evil creation. Questions like:
how do i have my program scan for other instances of itself on the internet ?
-can easily be used to make a program like: SubSeven, BackOrfice, NetBus....
how can I make my program start at windows startup?
-can easily make a keylogger, or a trojan horse, etc startup
how can i send email through vb?
-can easily make a program that spoofs the origen of email addresses
How can i get my program to detect keystrokes?
- helps to make keyloggers
the list goes on and on...
Now I'm not saying everyone is making illigitament programs; however doesn't this seem odd... please respond if you have any thoughts or comments
i no i aint spellin whell
Re: Every programmer on this site is M A L I C I O U S
Quote:
Originally posted by vb5prog
i have a theory that the website locks any posts with objectionable words hence the spelling out ?? yes or no whatever
here is the link to my original post:
http://www.vbforums.com/showthread.p...threadid=90741
but reply here seeing that, that one isn't working and EISECURE take this:
ok... ok... Well if you wanted to make a peer to peer prog... It would take along time to search all the ip addresses, when you could have a server, with a static ip address, oh so i see you don't want your ip address inside the program... why not because it's a trojan i bet .. another thing there is nothing justified by logging keystrokes there is no reason whatsoever that you would need that. Execpt when stealing passwords
but anyway combat that eiSecure, when did you decide to be someone
Okay, first the P2P thing. There are many types of P2P, one type involving a server, and one type involving direct IP searches.
If you look at Morpheus, for example, it does not search ALL the IP addresses. It justs querys the SuperNodes. This allows for faster searching, but avoids the server architecture.
Secondly, I agree, logging passwords should not be done, but detecing keystrokes is okay. For example, lets say you have a field like Windows Explorer's rename dialog. If you type in something like "{", it DETECTS your keystroke, and ACTS to make sure you don't do that, because it's not allowed.
Logging keystrokes should not be done, unless you're in a corporate environment and you're auditing stuff.