Skip to content

Job handler update.#705

Merged
IPMegladon merged 3 commits intosensepost:masterfrom
IPMegladon:job-handler
May 5, 2025
Merged

Job handler update.#705
IPMegladon merged 3 commits intosensepost:masterfrom
IPMegladon:job-handler

Conversation

@IPMegladon
Copy link
Collaborator

  • Created combined job handler between python + agent.
  • Fixed agent scripts not returning function handles to jobs, which was causing job kill not to work.
  • Added startup -S script as a job so it can be unloaded.
  • Fixed import script.js with job handling so script can be unloaded later.
  • Fixed crashes caused by new InvocationListener(), as InvocationListener cannot be initialised.
    -> Suspect this is the culprit behind a few of the gh issues.
  • Migrated job interface to a class and internalised some logic to avoid duplicated code.
  • Fixed jobs kill autocomplete.

@IPMegladon IPMegladon merged commit 8f51649 into sensepost:master May 5, 2025
3 checks passed
@IPMegladon IPMegladon deleted the job-handler branch January 30, 2026 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment