https://github.com/bscpaz/cybersecurity
Mitre Att&ck, Portswigger, hackthebox topics
https://github.com/bscpaz/cybersecurity
cybersecurity hackthebox mitre-attack portswigger
Last synced: 5 months ago
JSON representation
Mitre Att&ck, Portswigger, hackthebox topics
- Host: GitHub
- URL: https://github.com/bscpaz/cybersecurity
- Owner: bscpaz
- Created: 2022-10-19T01:50:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-10T17:07:32.000Z (about 3 years ago)
- Last Synced: 2025-07-22T08:41:08.365Z (11 months ago)
- Topics: cybersecurity, hackthebox, mitre-attack, portswigger
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Cybersecurity
This page is about Mitre Att&ck, Portswigger, hackthebox topics
### SQLMap
SQLMap is an open-source tool primarily used to test the security of web applications that have vulnerabilities related to SQL injection. The main purpose of SQLMap is to automate the process of detecting and exploiting security flaws in databases through SQL injection.
When executing SQLMap, you provide a URL or a file containing a suspicious payload, and the tool performs a series of tests to determine if the web application is vulnerable to SQL injection. SQLMap attempts to identify and exploit these vulnerabilities to extract sensitive information from the database, such as table names, columns, records, and even user credentials.
The tool offers various options and advanced features, allowing you to customize the tests according to your needs. It supports various types of databases, including MySQL, Oracle, PostgreSQL, Microsoft SQL Server, among others.