E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
powershel
nishang脚本的使用
下载地址:https://github.com/samratashok/nishang下载就没什么好说的了,最好使用git下载,压缩包可能会出现问题(反正我压缩包整了好久,没整好),nishang脚本需要
powershel
爬上云朵摘星星
·
2024-02-09 20:24
测试工具
windows安装运行Apache James(基于spring的版本)
closer.lua/james/server/3.8.0/james-server-app-3.8.0-app.zip设置签名解压,并切换到james-server-spring-app-3.8.0目录下,在
powershel
SangBigYe
·
2024-01-11 07:12
james
james
apache
win-bat批处理命令
基本知识cmd与
powershel
命令和关键字不区分大小写,变量名区分大小写DOS是磁盘操作系统;命令提示符是DOS系统的界面中输入DOS命令的提示位置;cmd是系统运行其自带DOS的命令PID是processid
散漫的大学生
·
2024-01-07 07:33
winbat
linux
运维
服务器
【ATT&CK]】分析攻击手法制定红队演练流程
Windows服务器版本各版本的差异与功能不同已知弱点(如CVE)也需要注意版本第一步:了解基本指令的操作分析ATT&CK®针对Windows相关的Techniques,可以发现APT组织皆以Cmd或
Powershel
码农丁丁
·
2023-11-23 15:02
网络安全
网络安全
ATTCK
linux远程执行
powershel
,powershell 远程执行命令(不用手动输入密码)
$user="domain\usrename"$password=ConvertTo-SecureString-String"password"-AsPlainText-Force$credential=New-Object-TypeName"System.Management.Automation.PSCredential"-ArgumentList$user,$password$session
拯救大兵张嘎
·
2023-11-12 08:47
chrome 安装vue-devtools拓展插件
我的直接是”vue-devtools“2、进入vue-devtools3、按住shift键,然后鼠标右键开发
powershel
layx
·
2023-11-12 06:26
个人笔记
VUE
vue.js
chrome
前端
git报错:Please make sure you have the correct access rights and the repository exists
1.重新在git设置一下身份的名字和邮箱cmd|
powershel
艾码仕
·
2023-11-12 02:48
git
github
git
为什么别人的vscode终端那么好看!!?
win10软件版本:oh-my-posh3一、准备工作在MicsoftStore里面下载WindowsTerminalwindowsterminal,一款更好看的电脑终端:在MicsoftStore里面下载
PowerShel
食杳
·
2023-10-30 03:13
vscode
ide
编辑器
win10 powershell无法激活conda v4.9环境
WindowsPowerShell(管理员)2.2condainitpowershell在打开的powershell中运行condainitpowershell3.允许执行powershell脚本powershell默认禁止执行任何
powershel
水电费嘎嘎
·
2023-10-21 10:33
powershell
python
anaconda
VScode配置powershell为默认shell调试python代码(conda环境)
主要是因为在VScode里进行python调试的时候,发现在只能用cmd,不能用
powershel
。
Knight of Zero
·
2023-10-09 15:44
python
VScode
anaconda
numpy学习大纲
Anaconda学习不要想着在cmd或者
powershel
泰勒朗斯
·
2023-09-21 11:11
AI
numpy
学习
在Windows批处理程序中实现延时功能
powershell-command"Start-Sleep-Milliseconds3000"echoDelaycomplete.不过,通常Win7专业版和旗舰版中都会默认安装了PowerShell,但是标准版和家庭版中就没有安装,因此当你碰到Win7系统里没有
PowerShel
_平凡之路_
·
2023-09-17 06:45
windows
批处理
运维
Win7
Win10
Mathpix替代者|科研人必备公式识别插件|latexocr安装教程
打开命令行终端(Windows用户可使用
PowerShel
项目申报小狂人
·
2023-09-17 04:35
安装教程
Python
python
如何在Windows文件夹的右键菜单中添加“打开PowerShell
如果您确实喜欢PowerShell,则必须打开
PowerShel
青树寒鸦
·
2023-08-12 09:18
windows
Powershel
设置代理
Powershell设置代理Powershell设置代理环境说明设置代理命令Powershell设置代理环境说明终端为Terminal设置代理命令sethttp_proxy=http://127.0.0.1:端口sethttps_proxy=http://127.0.0.1:端口
JUSTfFUN
·
2023-07-18 08:04
#
Windows网络
Windows
Powershell
cmd
windows
PowerShell系列(一):PowerShell介绍和cmd命令行的区别
当然随着微软技术的快速发展,到了目前比较流行的Win10操作系统,默认采用的就是
PowerShel
IT技术分享社区
·
2023-06-09 07:10
PowerShell系列
windows
服务器
运维
微软技术
powershell
windows安装scoop
环境要求Windows7SP1+/WindowsServer2008+
PowerShel
palma_he
·
2023-04-05 12:37
windows
windows
CMake遭遇“mingw32 : 无法将“mingw32”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正确,然后再试一次。”的解决方案
MinGW32\bin”,在Qt中为“你安装的目录\Qt\Qt版本号\Tools\mingw730_32\bin”,将文件夹内的“mingw32-make.exe”复制到CMake编译后的文件夹内,通过
PowerShel
IT不好干
·
2023-01-23 13:45
windows
qt
内网渗透之Windows反弹shell(三)
cscript.exe通过powershell启动bat文件通过powershell启动exe文件Windows反弹shell06Powershell.exe你可以使用命令行选项从另一个工具的命令行运行
PowerShel
不知名白帽
·
2022-07-19 20:35
内网渗透
java
服务器
windows
安全
React学习笔记
文件所在目录,不是bin目录c.yarn在powershell中运行失败的解决方法1、到C:\Windows\System32\WindowsPowerShell\v1.0目录下,右键选择以管理员身份运行
powershel
NingbYarn
·
2020-10-23 10:10
react
reactjs
大前端
javascript
html
使用powershell提权的一些技巧
htmlhttps://raw.githubusercontent.com/PowerShellEmpire/PowerTools/master/PowerUp/PowerUp.ps1然后是一个小技巧:
powershel
weixin_34392435
·
2020-09-12 04:29
win10 office 2019专业增强版激活
zh-cn/ProPlus2019Retail.img下载后解压点击exe文件进行安装激活方法1.新建一个文本,将下面的内容粘贴进去@echooff(cd/d"%~dp0")&&(NETFILE||(
powershel
痞子2号
·
2020-08-22 20:08
office
微软架构师解读Windows Server 2008 R2新特性
WindowsServer2008R2已经发布了有一段时间,相比WindowsServer08,R2并不仅仅是版本号的升级,其中引入了很多新的令人激动的特性,如Hyper-v2.0、IIS7.5、活动目录回收站、增强的
PowerShel
weixin_30548917
·
2020-08-21 22:43
PowerShell-2.解决禁止本地执行脚本
现象直接找到XXX.ps1右键使用PowerShell运行没反应,然后打开
PowerShel
把脚本推进去显示这个:原因是因为脚本执行权限默认是Restricted,这个是禁止执行任何本地脚本。
TK13
·
2020-08-08 00:19
PowerShell
基于PowerShll的免杀思路,过国外主流杀毒
得到一个可访问的raw的地址4)将得到的raw地址,替换下面ps代码中的URL,并将该文件保存为Injecttopowershell.vbsCreateObject("WScript.Shell").Run"
PowerShel
FFE4
·
2020-08-07 23:27
心情杂货铺
生动直观的Gif图告诉你如何安装Python安装第3方库,在线安装离线安装全都搞定
Project--选择ProjectInterpreter通过Terminal安装(Pycharm版本为社区版,版本不同可能存在位置差异,请查行查找)Python目录安装打开安装目录--右键空白处--选择
powershel
骑着乌龟赶猪
·
2020-07-29 07:00
powershell一直占用windows系统cpu 100%解决办法
现象:最近同事的电脑Thinkpade470c说特别卡,经过检查,看到任务管理器中
powershel
把cpu占满了,估计是被个程序调用了。
超凡脫俗
·
2020-07-14 19:30
Windows_系统
Windows PowerShell和命令行的区别
PowerShel
weixin_33847182
·
2020-07-12 08:01
【美化到底】Windows下的Powershell美化
下面就来逐一讲解首先我们需要下载FluentTerminal,这是一个基于UWP和Web技术的终端模拟器,详见官方Github,不一一介绍了使用管理员权限启动
PowerShel
,安装两个包posh-git
Sp4rkW
·
2020-07-10 12:21
随手分类
windows
powershell
美化
优化
windows命令行
windows终端美化记
但是windows的那个黑框cmd实在太丑了,而
powershel
xiangsanliu
·
2020-07-09 09:14
windows
后端
Azure ARM Template 部署虚拟机失败的原因查找
检查当前的powershell版本是否过低使用下面的命令可以查看当前安装的powershell的版本号:Get-Module|WhereName-like'*Azure*'可以从下面这个网站下载和更新
powershel
LaddieXu
·
2020-07-08 23:40
PowerShell学习笔记
PowerShel
JokerGC
·
2020-07-08 21:45
Powershell学习笔记——变量和命令
变量,伟大的变量
Powershel
支持变量,这个功能对用惯了CMD的开发人员来说,那简直就是惊喜——终于可以结束总是把环境变量搞乱的痛苦日子了。
weixin_34381666
·
2020-07-06 01:36
Powershell学习笔记——了解Powershell
在这之前对
Powershel
weixin_33755649
·
2020-07-05 22:27
Win10给右键添加,“在此处打开命令窗口” 方法
目标:在Windwos资源管理器中,点击右键(shift+右键),右键菜单中出现“在此处打开命令窗口(在此处打开
Powershel
)"菜单项,点击菜单项打开”命令窗口(Powershell命令窗)“对话框
GB_Fore
·
2020-07-02 13:23
系统运维-windows
配置 logstash 为 Windows Service
请在
PowerShel
源哥说
·
2020-06-30 11:00
web后端
windows服务器
使用powershell/vbs自动化模拟鼠标点击操作
http://wasp.codeplex.com/下载解压之后放到C:\Windows\System32\WindowsPowerShell\v1.0\Modules\下,如图:之后,在开始->运行处输入
powershel
yzl11
·
2020-06-30 11:12
Vbs
Windows安装Chocolatey和配置kubectl
Chocolatey使用cmd.exe执行以下命令安装Chocolatey:(copycommandtext)@"%SystemRoot%\System32\WindowsPowerShell\v1.0\
powershel
大鹏哥0409
·
2020-06-28 23:56
kubectl
使用powershell/vbs自动化模拟鼠标点击操作
http://wasp.codeplex.com/下载解压之后放到C:\Windows\System32\WindowsPowerShell\v1.0\Modules\下,如图:之后,在开始->运行处输入
powershel
weixin_30359021
·
2020-06-27 18:55
WSL安装和配置(一)
Windows的Linux子系统开关(注意需要重启电脑生效):方法1控制面板-->程序-->点程序和功能中的“启用或关闭Windows功能”**然后勾选“适用于Linux的Windows子系统”方法2在小娜栏搜索
PowerShel
low米
·
2020-06-22 17:11
Ardupilot
环境搭建
powershell代码混淆绕过
1.cmd启动powershell首先看看
powershel
使用cmd.exe启动执行代码的方式:1.1常规方法cmd.exe/c"powershell-cWrite
hu1ge(micr067)
·
2020-06-21 15:00
前端工具篇
中包含了npm(npm是node的包管理工具)2.node安装完成后,在命令行工具中使用npm命令下载nrm1.npminstallnrm-g2.下载完成后,后台可能无法使用,解决方法(1.管理员身份运行
powershel
zero博士
·
2020-02-15 21:00
写一个Spring程序推送到Cloud Foundry,并尝试从外部访问
前提条件:1、电脑已经安装
PowerShel
大墨垂杨
·
2019-12-11 18:00
Windows7安装PowerShell5.1方法(Flutter新版本需要)
查看PowerShell当前版本 在开始菜单--所有程序--附件中找到
PowerShel
学为所用
·
2019-11-23 10:00
Gradle入门之win10安装Gradle
图片.png3、解压到你软件存放的目录,然后进入bin文件复制目录路径图片.png4、添加环境变量,双击path图片.png图片.png5、然后打开命令行窗口,
powershel
3eefbb8f78c6
·
2019-11-16 18:51
关于如何让在离线环境下安装Python的pip第三方扩展包
tar.gzzipwhl tar.gz包离线安装解压cd到setup.py目录下在cmd或者powershell下运行pythonsetup.pyinstall 或者直接cd到存放tar.gz文件的目录在cmd或者
powershel
卿卿鸟
·
2019-09-19 20:03
pip
python
offline
Python
windows下的包管理
windows10下可以直接使用,windows10之前的windows版本就要多装一个WindowsFramework5.0/4.0,oneget在
PowerShel
下使用。
foolgry
·
2018-12-05 17:06
使用C# 开始第一个QQ机器人
开发环境要求.NetFramework4.5.2及以上VisualStudio2017(VS2015update3理论上也能够开发,但开发遇到的问题,需自行解决)powershell5.0及以上设置
Powershel
Newbe36524
·
2018-09-26 08:00
内网安全常用攻击框架与工具简介
利用
Powershel
si1ence_whitehat
·
2018-08-14 12:35
Powershell命令中的 CommonParameters是指什么
view=powershell-5.1&viewFallbackFrom=
powershel
raincity
·
2017-10-09 16:11
powershell
Powershell
上一页
1
2
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他