Please enable JavaScript.
Coggle requires JavaScript to display documents.
CREST - 4 (Web Testing (Common SSL Vulnerabilities (Heartbleed (Buffer…
CREST - 4
Web Testing
LDAP Injection
-
result in the execution of arbitrary commands such as granting permissions to unauthorized queries, and content modification inside the LDAP tree
-
-
-
-
Web Technologies
-
Web Application Servers
-
Ruby on Rails
server-side web application framework written in Ruby under the MIT License. Rails is a model–view–controller (MVC) framework, providing default structures for a database, a web service, and web pages.
Web APIs
CGI
standard protocol for web servers to execute programs that execute like console applications (also called command-line interface programs) running on a server that generates web pages dynamically
ISAPI Filters
DLL files that can be used to modify and enhance the functionality provided by IIS. ISAPI filters always run on an IIS server, filtering every request until they find one they need to process. The ability to examine and modify both incoming and outgoing streams of data makes ISAPI filters powerful and flexible.
Apache Modules
The modules allow for Apache to perform additional functions, such as natively rewriting URLs to support SSL encryption.
-
Database
-
Oracle RDBMS
-
Getting Patch Level
-
-
cd $ORACLE_HOME/OPatch
pwd
/oracle/app/product/10.2.0/db_1/OPatch
-
-