添加依赖
<dependency>
<groupId>website.automate</groupId>
<artifactId>shell</artifactId>
<version>1.0.0</version>
</dependency>
implementation 'website.automate:shell:1.0.0'
website.automate:shell:1.0.0
<dependency org="website.automate" name="shell" rev="1.0.0" />
libraryDependencies += "website.automate" % "shell" % "1.0.0"
@Grab(group='website.automate', module='shell', version='1.0.0')
[website.automate/shell "1.0.0"]
'website.automate:shell:jar:1.0.0'
资源下载
| 资源类型 | Central |
|---|---|
| jar 包 | shell-1.0.0.jar |
| 源码包 | shell-1.0.0-sources.jar |
版本列表 (1)
相关教程
二进制漏洞利用:缓冲区溢出到 ROP 链
分析栈结构,构造恶意输入劫持程序执行流获取 Shell。
Zsh 与 Oh My Zsh:打造炫酷高效 Shell 环境
安装配置 Zsh 和 Oh My Zsh 框架,利用插件和主题打造个性化、高效命令行体验。
PowerShell 脚本基础:Windows 自动化管理
掌握 PowerShell 命令、管道、对象操作,实现 Windows 环境下的系统管理与任务自动化。
Shell 脚本编程入门:Linux 自动化基础
从变量、判断、循环到函数,学习编写 Shell 脚本实现日常运维自动化任务。
Linux 命令行艺术:文件、进程与文本处理
掌握 Linux 核心命令、管道和重定向,编写自动化 Shell 脚本处理系统管理任务,熟练运用 sed、awk 进行文本加工。