Page 1 of 1

SpyMon - new version :)

Posted: Mon Apr 11, 2005 12:07 am
by DoubleDutch
I've just updated SpyMon (written in PureBasic of course)...

For those of you who don't know, its a Server/Client system to watch you kids/partner/employees to make sure that they are not up to no good on the internet.

go to http://www.SpyMon.com for a free trial. :)

Here are some shrunken screenshots (they are more on the website):

Image
This shows that you can grab the screen, the window or the webcam ;)

Image
This shows grabbing keys as they are typed, including special keys like CTRL, etc.

Image
This shows running DOS commands on the DataSneak client computer.

-Anthony

Re: SpyMon - new version :)

Posted: Mon Apr 11, 2005 1:41 am
by NoahPhense
nice ...

- np

Posted: Mon Apr 11, 2005 2:27 am
by DoubleDutch
NoahPhense: Thanks :)

I really must also thank "thefool" for testing things out and great ideas for future enhancements etc...

-Anthony

Posted: Mon Apr 11, 2005 2:49 am
by NoahPhense
DoubleDutch wrote:NoahPhense: Thanks :)

I really must also thank "thefool" for testing things out and great ideas for future enhancements etc...

-Anthony
Yeah, he tests good.. and he knows a lot more than people give him
credit for..

Again, nice app.

- np

Posted: Mon Apr 11, 2005 11:18 am
by thefool
@DoubleDoutch:
Its still nice :D
this app is really getting along well!

@Noah:
Thanks for the kind comments :)

@all:
i must encurage you to try this app! it works very well
and it really is some quality software.

Posted: Mon Apr 11, 2005 6:21 pm
by DoubleDutch
thefool: Thank very much for the nice comments and I welcome the input/ideas :)

Posted: Mon Apr 11, 2005 8:40 pm
by Paul
Select "DataSneek" icon and then press "Discover" button.
App locks up solid. Need task manager to kill it.

Posted: Mon Apr 11, 2005 9:00 pm
by Droopy
Very good

Posted: Mon Apr 11, 2005 9:46 pm
by DoubleDutch
Thats where it goes to the net and tries to discover your ip address...

I will put that routine in its own thread as it can take some time - if it times out it goes to the next site in line...

it checks them in this order:

Code: Select all

            Data.s "checkip.dyndns.org","Current IP Address:"
            Data.s "whatismyip.com","your ip is "
            Data.s "www.showmyip.com/gb","internet connection "
            Data.s "www.whatismyipaddress.com","Your IP Address:</B><BR>"
            Data.s "dynupdate.no-ip.com/ip.php",""
            Data.s "www.checkip.org","<font color=green>"
dyndns must have been down? unusual...

ill rotate the order for now till its in a thread...

Thanks :)

-Anthony

Posted: Mon Apr 11, 2005 11:11 pm
by DoubleDutch
Yet another update, nothing special just menus...

Paul: Just also done a quick fix by rotating the names of ther servers I search for the IP address, could you try the latest version and see if it still locks when discovering the IP address? Thanks :)