You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
2
-
rsGen v2.0 - Reverse Shell Command Genrator.
2
+
rsGen - Reverse Shell Command Genrator.
3
3
=
4
4
5
5
rsGen is an automated reverse shell command genrator, built by Windows Batch and Jscript. The main functions include native command generation and variant command generation. In version 2.0, I added an anonymous reverse shell receiving function "-ngrok" and "-pgrok".
@@ -22,9 +22,7 @@
22
22
-listen Start port listening locally to receive shell that bounce back.Start port listening locally
23
23
to receive a shell that bounces back, Function equivalent to the netcat (call powercat.ps1).
24
24
25
-
-ngrok Start ngrok TCP Tunnel(Contains -pub, -listen options).Notice:I added a ngrok authtoken. Since
26
-
it is a free plan, it may not be available to multiple people. You can go to ngrok.com to apply
27
-
for your own authtoken, and then modify your authtoken in the include/config.yaml file
start"Expose a TCP based service running on port !rs_listen_port!"cmd /c %cd%\include\ngrok.exe tcp !rs_listen_port! -config=%cd%\include\ngrok.yml 2>nul
306
-
307
309
setrs_ngrok=
308
310
setrs_n=0
309
311
FOR /L %%iin (1,1,30) do (
@@ -334,6 +336,19 @@ if exist "%cd%\include\ngrok.exe" (
0 commit comments