|
Solution Search:
|
Software Quality Resources
Session hijacking
Session hijacking is clearly defined in this practical article. The author proposes the tracking of IP addresses as a countermeasure to this exploit...
More...
Jun 29, 2006
session hijacking
Session hijacking, also known as TCP session hijacking, is a method of taking over a Web user session by surreptitiously obtaining the session ID and masquerading as the...
More...
session prediction
sites. If a cracker obtains session ID data, he can conduct an attack, such as session hijacking or session replay.
Session prediction and hijacking typically occur while a legitimate user is interacting with an affected Web site. The legitimate user... More... Mar 7, 2006
Top 10 security vulnerabilities in .NET configuration files
than others. Some of the vulnerabilities listed can lead to exploits such as session hijacking, so those working with .NET would be wise to take notice. Screenshots, code examples and detailed advice are all included...
More...
Oct 17, 2006
session ID
prediction), and then masquerade as authorized users in a form of attack known as session hijacking. A session ID is a unique number that a Web site's server assigns to identify a specific user for the duration of that user's visit (session...
More...
Jan 12, 2006
Related Tips
Real World Web Security Problems and Solutions - input validation
form submissions. There are numerous ways to do this with session management, WAFs, and so on. In the interest of simplicity, this is something that's most easily...
More...
Jun 19, 2009
Solving problems with session-based test management
For teams looking to do exploratory testing, session-based test management (SBTM) can provide a framework for helping you provide visibility into...
More...
May 27, 2009
Using SBTM for exploratory testing coverage problems
Session-based test management (SBTM) can give test managers greater control in exploratory testing. In...
More...
May 7, 2009
|