Hello Everyone
There are two Question that have been killing me and I could not find an answer to it so far. Here it goes.
Is it possible to create a program (it can be a console or a windows application) in C# or any programming language for that matter, that can hack a server or a personal computer, by hacking I mean being able to access any file or document (for example : My document folder or the desktop folder) or control (for example IIS or SQL server if it exist on the server) and while doing that I do not want to have to use any tracker or network listener build by a third party to listen to password or username. just the code build with C#.( and please Gent and lady let not mention the trojan horse ).
The person will have to use brute force attack as they call it to enter and retrieve the resources they want without anyone noticing their data been compromise. And of course we will assume the hacker in question does not have a password or user name that the have obtain through spoofing.
Second question: Think about what microsoft does, They can access the user computer and download update or do anything they want as long as the user give them authorization in order to fix their computer(remote access I guess). If I want to be able to do the same thing. but this time without the user authorization and like I have said earlier no spoofing or listening to network traffic. what are the thing I will need in C# in order to first find the computer on the internet that is on the same or a different network, Second acquire the necessary credential to access the laptop or server, and third run amok and get all the info I want or need
if it is possible and you answer yes please give me the reasons why you answer yes and the .Net reference you will use in order to do it.
If you do say no tell me the reason why you think it is impossible
If you think my question is unreasonable, feel free to skip and avoid any comment.