摘要:
sudo systemctl stop apparmor.service sudo systemctl disable apparmor.service sudo ufw disable # Uninstall all conflicting packages. sudo apt remove -y 阅读全文
摘要:
# 将 SELinux 设置为宽容模式 sudo setenforce Permissive sudo vi /etc/selinux/config SELINUX=permissive # 关闭系统防火墙服务 sudo systemctl stop firewalld.service sudo s 阅读全文
摘要:
```bash Usage: sslciphercheck.exe -h -p -u -c -i -t -m -s -n 选项: -h, --host=VALUE 主机 -p, --port=VALUE 端口 -u, --url=VALUE URL -s, --supported 仅显示支持的密码 阅读全文
摘要:
在基于 Intel 的 Mac 上,您可以在启动时使用 Command-R 来重新安装最新安装的 macOS 的当前版本。 <img src="data:image/png;base64,******" /> Command Line Tools (CLT) for Xcode xcode-sele 阅读全文
摘要:
Acunetix Web Vulnerability Scanner - Test websites http://www.vulnweb.com/ Altoro Mutual https://demo.testfire.net/ Burp Suite Release Notes https://p 阅读全文
摘要:
检查 General Log 输出目标 SHOW GLOBAL VARIABLES LIKE 'log_output'; # Type: Set # Default Value: FILE # Valid Values: TABLE, FILE, NONE # 值 TABLE 将输出目标设置为 my 阅读全文
摘要:
# 以root权限执行以下操作 # 添加用户 useradd vbird # 为用户设置密码 passwd vbird # Changing password for user vbird. # New password: ****** # Retype new password: ****** # 阅读全文
摘要:
sudo setenforce Permissive sudo vi /etc/selinux/config SELINUX=permissive sudo systemctl stop firewalld.service sudo systemctl disable firewalld.servi 阅读全文
摘要:
```bash Usage: xsstrike.py [-h] [-u TARGET] [--data PARAMDATA] [-e ENCODE] [--fuzzer] [--update] [--timeout TIMEOUT] [--proxy] [--crawl] [--json] [--p 阅读全文
摘要:
WordPress Plugins/Themes 和 PHP 的静态代码分析工具 ```bash Usage: wpbullet.py [-h] [--path PATH] [--enabled ENABLED] [--disabled DISABLED] [--cleanup CLEANUP] [ 阅读全文