摘要: sudo systemctl stop apparmor.service sudo systemctl disable apparmor.service sudo ufw disable # Uninstall all conflicting packages. sudo apt remove -y 阅读全文
posted @ 2024-08-13 17:13 f0rsaken 阅读(9) 评论(0) 推荐(0) 编辑
摘要: # 将 SELinux 设置为宽容模式 sudo setenforce Permissive sudo vi /etc/selinux/config SELINUX=permissive # 关闭系统防火墙服务 sudo systemctl stop firewalld.service sudo s 阅读全文
posted @ 2024-06-07 16:21 f0rsaken 阅读(33) 评论(0) 推荐(0) 编辑
摘要: sudo yum install -y yum-utils sudo yum-builddep -y python3 sudo yum install -y epel-release sudo yum install -y openssl11 openssl11-devel curl -O http 阅读全文
posted @ 2023-01-11 12:50 f0rsaken 阅读(82) 评论(0) 推荐(0) 编辑
摘要: ```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 仅显示支持的密码 阅读全文
posted @ 2022-02-08 16:43 f0rsaken 阅读(364) 评论(0) 推荐(0) 编辑
摘要: 在基于 Intel 的 Mac 上,您可以在启动时使用 Command-R 来重新安装最新安装的 macOS 的当前版本。 Command Line Tools (CLT) for Xcode xcode-select --install Ubuntu 22.04 LTS 关闭 AppArmor 和 阅读全文
posted @ 2021-04-02 17:49 f0rsaken 阅读(161) 评论(0) 推荐(0) 编辑
摘要: Acunetix Web Vulnerability Scanner - Test websites http://www.vulnweb.com/ Altoro Mutual https://demo.testfire.net/ Burp Suite Release Notes https://p 阅读全文
posted @ 2021-04-02 17:46 f0rsaken 阅读(690) 评论(0) 推荐(0) 编辑
摘要: 检查 General Log 输出目标 SHOW GLOBAL VARIABLES LIKE 'log_output'; # Type: Set # Default Value: FILE # Valid Values: TABLE, FILE, NONE # 值 TABLE 将输出目标设置为 my 阅读全文
posted @ 2021-04-02 17:45 f0rsaken 阅读(237) 评论(0) 推荐(0) 编辑
摘要: # 以root权限执行以下操作 # 添加用户 useradd vbird # 为用户设置密码 passwd vbird # Changing password for user vbird. # New password: ****** # Retype new password: ****** # 阅读全文
posted @ 2021-04-02 17:42 f0rsaken 阅读(167) 评论(0) 推荐(0) 编辑
摘要: sudo setenforce Permissive sudo vi /etc/selinux/config SELINUX=permissive sudo systemctl stop firewalld.service sudo systemctl disable firewalld.servi 阅读全文
posted @ 2021-04-02 17:41 f0rsaken 阅读(125) 评论(0) 推荐(0) 编辑
摘要: ```bash Usage: xsstrike.py [-h] [-u TARGET] [--data PARAMDATA] [-e ENCODE] [--fuzzer] [--update] [--timeout TIMEOUT] [--proxy] [--crawl] [--json] [--p 阅读全文
posted @ 2021-04-02 16:52 f0rsaken 阅读(65) 评论(0) 推荐(0) 编辑