-
Notifications
You must be signed in to change notification settings - Fork 794
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TEMP: Add SMB, SSH, WMI, MSSQL pages/screenshots
- Loading branch information
1 parent
e9c9ef0
commit 6d037d5
Showing
7 changed files
with
73 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Binary file added
BIN
+280 KB
docs/static/images/island/configuration-page/smb-exploiter-configuration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+278 KB
docs/static/images/island/configuration-page/ssh-exploiter-configuration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+279 KB
docs/static/images/island/configuration-page/wmi-exploiter-configuration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.