kaledaljebur/security-automation-scripts
GitHub: kaledaljebur/security-automation-scripts
面向网络安全学生的安全自动化脚本集合,提供 Bash、Python 和 PowerShell 三种语言的日志分析、网络扫描、应急响应和系统安全检查示例。
Stars: 0 | Forks: 0
# security-automation-scripts




用于网络安全自动化和学习的 Bash、Python 和 PowerShell 脚本集合。
## 教育用途
本仓库专为学习使用 Bash、Python 和 PowerShell 等脚本语言进行安全自动化的网络安全学生而设计。
## 仓库结构
- [Bash 脚本](./bash/README.md)
- [Python 脚本](./python/README.md)
- [PowerShell 脚本](./powershell/README.md)
## 环境要求
- Linux、macOS 或 Windows
- 已安装 Git
- 根据所使用的脚本,需要 Bash / Python / PowerShell
## 克隆仓库
在已安装 Git 的任何系统上(此处以 Kali 为例),运行以下命令:
```
┌──(kaled㉿kali)-[~]
└─$ cd Desktop
┌──(kaled㉿kali)-[~/Desktop]
└─$ git clone https://github.com/kaledaljebur/security-automation-scripts.git
Cloning into 'security-automation-scripts'...
remote: Enumerating objects: 72, done.
remote: Counting objects: 100% (72/72), done.
remote: Compressing objects: 100% (52/52), done.
remote: Total 72 (delta 13), reused 70 (delta 11), pack-reused 0 (from 0)
Receiving objects: 100% (72/72), 10.15 KiB | 10.15 MiB/s, done.
Resolving deltas: 100% (13/13), done.
┌──(kaled㉿kali)-[~/Desktop]
└─$ cd security-automation-scripts
┌──(kaled㉿kali)-[~/Desktop/security-automation-scripts]
└─$ sudo bash ./bash/1.sh
```
### 更新至最新版本
如果 GitHub 仓库中添加或更新了新脚本,你可以使用 `git pull` 下载最新版本:
```
┌──(kaled㉿kali)-[~/Desktop/security-automation-scripts]
└─$ git pull
Already up to date.
```
### 修复更新可能出现的错误
如果在运行 `git pull` 时看到以下错误,通常意味着你在本地修改了部分已下载的脚本。
Git 在运行 `git pull` 时不会覆盖这些更改。
你有两个选择:
1. 创建一个新的空文件夹并重新克隆仓库:
`git clone https://github.com/...`
2. 放弃本地更改并拉取更新:
`git restore .`
`git pull`
错误示例:
```
┌──(kaled㉿kali)-[~/Desktop/security-automation-scripts/bash]
└─$ git pull
Updating 0237ad5..cdbdcef
error: Your local changes to the following files would be overwritten by merge:
bash/1.sh
Please commit your changes or stash them before you merge.
Aborting
```
标签:AI合规, Bash, Burp Suite 替代, BurpSuite集成, DNS解析, HTTP工具, IPv6, PowerShell, Python, 云存储安全, 后渗透, 安全脚本, 库, 应急响应, 应用安全, 开源项目, 插件系统, 教育资料, 无后门, 无线安全, 系统安全检查, 网络安全, 网络安全审计, 网络安全教程, 网络安全研究, 网络扫描, 脚本编程, 自动化运维, 逆向工具, 隐私保护