battlestar
12-15-2004, 03:38 AM
im quite a newbie on security issues, but im aware of user's and admin's concerns when it comes to web security.
one concern is preventing a user from typing in or pasting on the address bar a previously entered and VALID login id and password combination, and being granted access to the pages inside.
(i.e.: "http://10.0.129.122:9000/cgi-bin/www_login.ksh?x_coord=roselyn&y_coord=Sales&yy_coord=&action.x=0&action.y=0")
roselyn is the login and Sales is the password. with my setup, an unauthorized user could just paste that URL and viola, instant access to the pages.
is there any way in JavaScript in which the values would not appear on the address bar when being submitted, thus not being saved in the History pages or autocomplete? but the values would still be passed to the corresponding file/script (i.e. to "/cgi-bin/www_login.ksh").
here's the form sequence--> action goes to "/cgi-bin/www_login.ksh". then that .ksh runs login.cgi.
i dont want to disturb the .ksh and .cgi files anymore so im now trying to look for a solution using JavaScript and HTML.
thanks in advance!
:D
one concern is preventing a user from typing in or pasting on the address bar a previously entered and VALID login id and password combination, and being granted access to the pages inside.
(i.e.: "http://10.0.129.122:9000/cgi-bin/www_login.ksh?x_coord=roselyn&y_coord=Sales&yy_coord=&action.x=0&action.y=0")
roselyn is the login and Sales is the password. with my setup, an unauthorized user could just paste that URL and viola, instant access to the pages.
is there any way in JavaScript in which the values would not appear on the address bar when being submitted, thus not being saved in the History pages or autocomplete? but the values would still be passed to the corresponding file/script (i.e. to "/cgi-bin/www_login.ksh").
here's the form sequence--> action goes to "/cgi-bin/www_login.ksh". then that .ksh runs login.cgi.
i dont want to disturb the .ksh and .cgi files anymore so im now trying to look for a solution using JavaScript and HTML.
thanks in advance!
:D