plink + sshuttle : Network Pivoting Techniques

This commit is contained in:
Swissky
2019-06-09 18:13:15 +02:00
parent adcea1a913
commit e8cd11f88f
3 changed files with 58 additions and 3 deletions

View File

@@ -2,6 +2,19 @@
Uploaded files may pose a significant risk if not handled correctly. A remote attacker could send a multipart/form-data POST request with a specially-crafted filename or mime type and execute arbitrary code.
## Summary
* [Tools](#tools)
* [Exploits](#exploits)
* [PHP Extension](#php-extension)
* [Other extensions](#other-extensions)
* [Upload tricks](#upload-tricks)
* [Picture upload with LFI](#picture-upload-with-lfi)
* [Configuration Files](#configuration-files)
* [CVE - Image Tragik](#cve---image-tragik)
* [References](#references)
## Tools
- [Fuxploider](https://github.com/almandin/fuxploider)
@@ -30,6 +43,15 @@ Double extensions
.png.php
```
### Other extensions
```powershell
asp : .asp, .aspx
perl: .pl, .pm, .cgi, .lib
jsp : .jsp, .jspx, .jsw, .jsv, .jspf
Coldfusion: .cfm, .cfml, .cfc, .dbm
```
### Upload tricks
- Null byte (eg: shell.php%00.gif, shell.php%00.png), works well against `pathinfo()`