Skip to content

Commit

Permalink
TEMP: Add SMB, SSH, WMI, MSSQL pages/screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyamalviya committed Aug 2, 2024
1 parent e9c9ef0 commit 6d037d5
Show file tree
Hide file tree
Showing 7 changed files with 73 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/content/features/exploiters/mssql.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: "MSSQL Exploiter"
draft: false
description: "Brute-forces MSSQL and takes advantage of insecure configuration"
tags: ["exploiter", "mssql"]
pre: "<i class='fa fa-database'></i> "
---

## MSSQL



---

Attempts a brute-force attack against Microsoft SQL using known credentials
and takes advantage of insecure configuration to execute commands on the
server.

Disable the `xp_cmdshell` option.

The machine is vulnerable to an MSSQL exploit.
This attack was possible because the target machine used an outdated MSSQL
server configuration, allowing the usage of the `xp_cmdshell` command. To
learn more about how to disable this feature, read
[Microsoft's documentation](https://docs.microsoft.com/en-us/sql/database-engine/configure-windows/xp-cmdshell-server-configuration-option?view=sql-server-2017).
16 changes: 16 additions & 0 deletions docs/content/features/exploiters/smb.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: "SMB Exploiter"
draft: false
description: "Exploits SMB"
tags: ["exploiter", "smb"]
pre: "<i class='fa fa-folder-open'></i> "
---

## SMB

## Exploitation

## Mitigation

## See also
- [SMB exploiter reference documentation](/reference/exploiters/smb)
16 changes: 16 additions & 0 deletions docs/content/features/exploiters/ssh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: "SSH Exploiter"
draft: false
description: "Exploits SSH"
tags: ["exploiter", "ssh"]
pre: "<i class='fa fa-terminal'></i> "
---

## SSH

## Exploitation

## Mitigation

## See also
- [SSH exploiter reference documentation](/reference/exploiters/ssh)
16 changes: 16 additions & 0 deletions docs/content/features/exploiters/wmi.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: "WMI Exploiter"
draft: false
description: "Exploits WMI"
tags: ["exploiter", "wmi"]
pre: "<i class='fa fa-toolbox'></i> "
---

## WMI

## Exploitation

## Mitigation

## See also
- [WMI exploiter reference documentation](/reference/exploiters/wmi)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6d037d5

Please sign in to comment.