Spring Cloud Function 是基于Spring Boot 的函数计算框架,它抽象出所有传输细节和基础架构,允许开发人员保留所有熟悉的工具和流程,并专注于业务逻辑。 批量检测脚本:python Spel_RCE_POC.py url.txt 反弹shell脚本:python Spel_RCE_Bash_EXP.py url lhost lport 受影响版本:3.0.0.RELEASE <= Spring Cloud Function <= 3.2.2
2022-04-06 00:15:51 4KB spring cloud spring 后端
1
CKAD exercise and answer
2022-04-04 23:52:46 446KB CKAD kubernetes
1
津 在 Termux 上获得 root shell,同时能够以 root 身份运行 Termux 命令。 或者使用来自普通 linux 发行版的众所周知的sudo运行一次性命令。 tsu A su interface wrapper for Termux Usage: tsu tsu [ -s SHELL ] [-p | -a] [USER] tsu --dbg [ -s SHELL ] [-p | -a] [-E] [USER] tsu -h | --help | --version Options: --dbg Enable debug output -s < shell> Use an alternate specified shell. -p
2022-04-02 07:15:12 9KB Shell
1
Termux根软件包 该存储库包含仅对root用户有用的软件包。 贡献 可以在阅读有关如何打开拉取请求以帮助保持软件包最新的信息。 建立一个包裹 要构建一个软件包,首先克隆termux-root-packages并把cd克隆到新目录中 git clone https://github.com/termux/termux-root-packages cd termux-root-packages 如果要使用docker容器运行来构建软件包 ./start-builder.sh ./build-package.sh name-of-package 如果尚未将docker配置为以用户身份运行,则可能必须以root用户身份运行命令。 要在Docker容器之外进行构建,您可以运行 git submodule update --init ./termux-packages/build-pack
2022-04-02 07:12:12 176KB Shell
1
Termux-ADB 在Termux中安装ADB和FastBoot工具! 仅适用于配备ARM或ARM64处理器的设备! 如何安装 静默安装: 在Termux中复制并粘贴以下命令以静默安装工具: apt update > /dev/null 2>&1 && apt --assume-yes install wget > /dev/null 2>&1 && wget https://github.com/MasterDevX/Termux-ADB/raw/master/InstallTools.sh -q && bash InstallTools.sh 常用安装: 将以下命令复制并粘贴到Termux中以安装带有日志输出的工具: apt update && apt install wget && wget https://github.com/MasterDevX/Termux-ADB/ra
2022-04-02 06:51:08 1.13MB adb fastboot termux Shell
1
地理信息 geoip是一个简单的服务器/客户端工具,用于获取给定 IP 地址的国家/地区信息。 目前,它仅支持 IPv4。 用法 您需要在查询之前启动服务器。 $ ./geoip start 请稍等片刻,因为加载所有数据需要一些时间。 在我的 Gentoo Linux 系统(i7 3.5GHz)上,加载数据库需要 13 秒。 服务器启动后,可以这样查询IP地址: $ ./geoip 117.21.191.207 China 如果要停止服务器,请运行geoip stop 。 $ ./geoip stop 更新和构建 从下载 CSV 数据库( GeoIPCountryCSV.zip )并解压,然后将数据库重命名为data 。 最后,只做make 。 杂项 配套脚本badass-ssh.sh将为您提供对您的服务器的 SSH 尝试失败的摘要。 每行的形式为“
2022-04-02 01:27:46 1.49MB Ruby
1
encpass.sh:在shell脚本中使用加密密码的轻型解决方案
2022-03-31 22:44:30 107KB shell encryption passwords ShellShell
1
最近学shell脚本,跟据http://blog.chinaunix.net/uid-26833883-id-3153839.html写了下。
2022-03-30 20:12:51 8KB shell 脚本 俄罗斯方块
1
Shell教程入门 3 1、shell脚本 3 2、shell脚本实践 4 Shell变量 4 1、使用变量 5 2、只读变量 5 3、删除变量 5 4、变量类型 6 5、shell字符串 6 6、Shell数组 7 7、Shell注释 9 Shell传递参数 9 1、实例 9 Shell数组 11 Shell运算符 12 1、算术运算符 13 2、关系运算符 14 3、布尔运算符 15 4、逻辑运算符 15 5、字符串运算符 16 6、文件测试运算符 16 Shell echo命令 17 Shell printf命令 19 Shell text命令 22 Shell 流程控制 22 1、if else 23 2、for循环 24 3、while语句 24 4、无限循环 24 5、until循环 25 6、case 25 7、跳出循环 26 8、esac 27 Shell函数 27 Shell 输入/输出重定向 30 1、输出重定向 31 2、输入重定向 31 3、重定向深入讲解 31 4、Here Document 32 5、/dev/null文件 33 Shell文件包含 33
2022-03-30 19:18:22 85KB shell linux shell脚本 脚本
1
linux系统下,模糊匹配,可批量删除redis的key,修改ip即可使用。试用场景:redis内存爆满、redis不能定时清理数据等。
2022-03-30 17:30:35 647B redis shell
1