SQL

0001-01-01

Structured Query Language (SQL) is a domain-specific language used to manage data, especially witin a relational database.

Read More

SQL injection

0001-01-01

SQL injection is a security vulnerability that allows an attacker to interfere with SQL queries by adding (injecting) their own code to the query.

Read More

SQL query

0001-01-01

An SQL query is a request made by a client to an SQL database.

Read More

SQLCipher

0001-01-01

SQLCipher is a fork of the sqlite database that adds AES-256 encryption

https://github.com/sqlcipher/sqlcipher

https://www.zetetic.net/sqlcipher/

Read More

sqlmap

0001-01-01

sqlmap is vulnerability scanner software specializing in working with SQL injection vulnerabilities.

https://sqlmap.org/

Read More

sqlmap User-Agent

0001-01-01

sqlmap can be fingerprited via the default User-Agent containing the string “sqlmap”

Read More

square root

0001-01-01

In mathematics, a square root is a number which produces a result when multipled by itself.

See also: radical

Read More

ssdeep

0001-01-01

ssdeep is a fuzzy hashing tool and library that uses Context-Triggered Piecewise Hashing (CTPH) to compare the similarity of files.

Read More

ssh

0001-01-01

Read More

SSH access restriction

0001-01-01

A common defensive measure is to limit access to SSH services, limiting potential exposure to attack. This is often done with firewalls, VPNs, and ...

Read More