PDA

View Full Version : any knowledge of netsupport?



~~smart~fool~~
10-11-2006, 06:29 PM
whenever i seem to do something i want on school computers they see with netsupport....

been thinking, could you make it so all they see on the control is an image of the desktop while you are actualy doing stuff on the comp? i know im dreaming but could it be possible?

~~smart~fool~~
10-25-2006, 02:57 PM
can anyone help me?

Ezekiel
10-25-2006, 04:33 PM
can anyone help me?

Find out what Windows API function Netsupport uses to get images of the screen, then find a way of intercepting these API calls to replace the result with the 'fixed' screen.

This is only possible if you have advanced programming skills in a good language like C/C++ (over * years) and equally as much knowledge of the win*2 API. So for you, it's time to forget about h4xing the school monitoring system.

Moonbat
10-25-2006, 06:42 PM
Have you tried logging two computers with your login, because at my school, if you are logged in twice, they only take pics of the first login. They only monitor computers based on who is logged in (So they don't have millions of pictures of a login screen, the admin got rid of sleep mode for some reason). So when I already log in on the first computer, I'm counted as logged in, so they don't ***** the second time I log in.

~~smart~fool~~
10-27-2006, 05:14 PM
lol ok but i dont see how programming would help me .. anyway..

i have the program myself could you help me find the commands it uses

Ezekiel
10-28-2006, 04:09 AM
lol ok but i dont see how programming would help me .. anyway..

i have the program myself could you help me find the commands it uses

Probably not, it would take too much effort.

Did you try Moonbat's method?

~~smart~fool~~
10-28-2006, 06:01 PM
sry moonbat but thanks anyway...

there are no spare computers and they all use same logon anyway

tocksarcle
10-28-2006, 09:37 PM
lol ok but i dont see how programming would help me .. anyway..

i have the program myself could you help me find the commands it uses

One thing to do would be to find some sort of open-source tool which does the same thing, and look at the source to see what function calls it uses, which will most likely be the same one netsupport uses. Then you can try to write a program to intercept these function calls and keep sending the "Idle Desktop" image.

Ezekiel
10-29-2006, 05:25 PM
One thing to do would be to find some sort of open-source tool which does the same thing, and look at the source to see what function calls it uses, which will most likely be the same one netsupport uses. Then you can try to write a program to intercept these function calls and keep sending the "Idle Desktop" image.

Or you could just disassemble the executable and look at any call commands in the code to determine the DLL it uses and what function is uses; then find a way of intercepting calls to that DLL, possibly by replacing it with your own and redirecting any un-needed function calls out to the renamed DLL.

But I don't want to say any more because I know i'll get landed the job of doing this... I know nothing.

Moonbat
10-29-2006, 05:49 PM
I don't think he can do all that DLL stuff if he's being monitored on screen... also I doubt he's gonna have that kind of access.