当前位置:网站首页>[red team] att & CK - using bits services to achieve persistence
[red team] att & CK - using bits services to achieve persistence
2022-07-26 02:15:00 【Thousand miles:)】
Technical background
BITS ( Background intelligent delivery service ) It's a Windows Components , It can transfer files asynchronously in the foreground or background , Adjust the transmission speed to ensure that other network applications get a response , And automatically resume file transfer after restarting the computer or re establishing a network connection .
bitsadmin Is a command line tool , Used to create download or upload tasks and monitor their progress . You can execute bitsadmin /? or bitsadmin /HELP Get help list .
common bitsadmin command
bitsadmin /create [type] DisplayName // Create a task
bitsadmin /cancel <Job> // Delete a task
bitsadmin /list /allusers /verbose // List all tasks
bitsadmin /AddFile <Job> <RemoteURL> <LocalName> // To task test Add a download file
bitsadmin /SetNotifyCmdLine <Job> <ProgramName> [ProgramParameters] // Set the command line command that will run when the task completes transmission or when the task enters the state .
bitsadmin /Resume <Job> //** New or suspended tasks in the transmission queue .
bitsadmin /cancel <Job> //边栏推荐
- AttributeError: ‘Document‘ object has no attribute ‘pageCount‘
- 图解B+树的插入过程
- I.MX6UL核心模块使用连载-RS485测试 (十)
- Arm assembly foundation of SOC
- 1. Mx6ul core module serial -iot-6ulx core module brief introduction (I)
- Programming basic environment variable setting of in-house SOC
- What are the functions of cloud notes, and how do browsers add cloud note plug-ins
- 由一个数据增量处理问题看到技术人员的意识差距
- [C language brush leetcode] 735. Planetary collision (m)
- 2022-07-17
猜你喜欢

Dest0g3 520 orientation (under update)

SQLyog数据导入导出图文教程

I.MX6UL核心模块使用连载-TF卡读写测试 (五)

增删改查业务的快速上手

(CVPR 2019) GSPN: Generative Shape Proposal Network for 3D Instance Segmentation in Point Cloud

1. Mx6ul core module uses serial NAND FLASH read / write test (III)

租户问题。

I.MX6UL核心模块使用连载-触摸屏校准 (九)

项目管理:精益管理法

Ti AM335X工控模块使用beaglebone(bbb)的Debian系统
随机推荐
SQL how to return all data when the input query condition is empty
[C language brush leetcode] 1462. curriculum IV (m)
17.反转链表
Arm assembly foundation of SOC
Sword finger offer 28. symmetric binary tree
Quick start of adding, deleting, modifying and checking business
BigDecimal use
Jupiter notebook reported an error: notebook validation failed: non unique cell ID '2a4xx6' detected
Postman报Json序列化错误
Advantages of composition API
租户问题。
【2021】【论文笔记】6G技术愿景——OTFS调制技术
18_请求文件
TI AM335x工控模块网络跟文件系统NFS的实现
商业智能BI全解析,探寻BI本质与发展趋势
[cloud native] 4.1 Devops foundation and Practice
Why does the debugger display the wrong function
记录之目标检测NMS(非极大值抑制)
Make and makefile summary I
1. Mx6ul core module use serial -rs485 test (x)