https://github.com/midoks/shell
Various operation and maintenance scripts
https://github.com/midoks/shell
Last synced: 4 months ago
JSON representation
Various operation and maintenance scripts
- Host: GitHub
- URL: https://github.com/midoks/shell
- Owner: midoks
- License: mit
- Created: 2025-03-19T03:33:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-27T09:22:05.000Z (over 1 year ago)
- Last Synced: 2025-03-27T10:26:18.033Z (over 1 year ago)
- Language: Shell
- Size: 208 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shell
各种操作和维护脚本
### tcp_syn_flood (tcp洪水防护)
- 安装
```
bash <(curl -fsSL https://raw.githubusercontent.com/midoks/shell/refs/heads/main/tcp_syn_flood/install.sh)
```
- 卸载
```
bash <(curl -fsSL https://raw.githubusercontent.com/midoks/shell/refs/heads/main/tcp_syn_flood/uninstall.sh)
```
- 命令
```
mtsf look|l -> 查看SYN_RECV连接
mtsf run|r -> 执行防护命令
mtsf info|i -> 查看tcp相关信息
mtsf opt|o -> 简单的配置优化
mtsf update|u -> 更新到最新版
mtsf cron_add -> 添加到计划任务
mtsf cron_del -> 从计划任务删除
mtsf -> 显示所有命令
```