|
-
Apr 6th, 2013, 09:44 PM
#1
Thread Starter
PowerPoster
Security Question
If wrong forum please move
I have a Gateway program (written in Java by some company) which allows me to login to a business sever(not mine nor in anyway controlled by me).
Once logged in I receive data from this server into a VB Classic program (mine).
I can monitor the transmission between my program and the server using Wireshark, but the transmission is encrypted.
Since my program resides in one directory and the gateway in another directory, is there anyway to:"
1) Actually secure my system (client) from the server (e,g, client side cursor, or browsing my directories, or downloading info from my system) ??
2) Identify when or if any of these actions may (are) occurring?
-
Apr 7th, 2013, 07:48 AM
#2
Re: Security Question
DW
Good question.
I don't have an answer, but hope to learn something here.
Spoo
-
Apr 7th, 2013, 04:18 PM
#3
New Member
Re: Security Question
if you are communicating with the server using a protocol like http or odbc then your ports will only allow this traffic which precludes browsing your folders unless you setup an ftp server or were sharing through mapped drives, in which case you can control the access?
-
Apr 7th, 2013, 05:33 PM
#4
Thread Starter
PowerPoster
Re: Security Question
martinc65:
Thanks for responding.
For sake of argument, say the Java program which is run (by me) to start the Gateway program and link to the server contains (which I'm sure it does) a library of functions.
Could not one (or more) of these functions be called and executed from the server using http?
-
Apr 10th, 2013, 10:21 PM
#5
Thread Starter
PowerPoster
Re: Security Question
Bump: Looking for more input.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|