Skip to content

feat(beacon_agent): add PowerShell and BAT payload formats#322

Open
danieloz147 wants to merge 1 commit into
Adaptix-Framework:mainfrom
danieloz147:feature/powershell-bat-agent-format
Open

feat(beacon_agent): add PowerShell and BAT payload formats#322
danieloz147 wants to merge 1 commit into
Adaptix-Framework:mainfrom
danieloz147:feature/powershell-bat-agent-format

Conversation

@danieloz147
Copy link
Copy Markdown

  • Add pl_powershell.go: generates PS1 shellcode loader via P/Invoke
  • Add pl_bat.go: generates BAT that base64-decodes and runs PS1 loader
  • Update ax_config.axs: add PowerShell and BAT to format dropdown
  • Update Makefile: include new .go files in build
  • Update pl_main.go: handle PowerShell/BAT in BuildPayload, add safety check
  • Update ts_agent_builder.go: surface actual error message on build failure

- Add pl_powershell.go: generates PS1 shellcode loader via P/Invoke
- Add pl_bat.go: generates BAT that base64-decodes and runs PS1 loader
- Update ax_config.axs: add PowerShell and BAT to format dropdown
- Update Makefile: include new .go files in build
- Update pl_main.go: handle PowerShell/BAT in BuildPayload, add safety check
- Update ts_agent_builder.go: surface actual error message on build failure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant