Skip to content

Commit

Permalink
update help for interactive_shell to tell users to use custom shells
Browse files Browse the repository at this point in the history
  • Loading branch information
jm33-m0 committed Dec 21, 2024
1 parent 1e6342f commit 2817f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/data/def.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ var ModuleComments = map[string]string{
ModPERSISTENCE: "Get persistence via built-in methods",
ModPROXY: "Start a socks proxy on target host, and use it locally on C2 side, so you can access network resources on agent side",
ModPORT_FWD: "Port mapping from agent to CC (or vice versa), via HTTP2 (or other) tunnel",
ModSHELL: "Run custom bash on target, a perfect reverse shell",
ModSHELL: "Bring your own shell program to run on target, or run the existing shell program (not recommended)",
ModVACCINE: "Vaccine helps you install additional tools on target system",
ModINJECTOR: "Inject shellcode/loader.so into a running process",
ModGET_ROOT: "Try some built-in LPE exploits",
Expand Down

0 comments on commit 2817f8b

Please sign in to comment.