会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
NwN
管理
随笔 - 39
文章 - 0
评论 - 8
阅读 -
20479
2025年6月11日
Ares安装报错(依赖问题)处理
摘要: https://github.com/bee-san/Ares 先clone源码,然后编辑Cargo.toml文件,在 [dependencies] 中添加 half # ... 其他依赖 ... # 请保持此列表按字母顺序排列 [dependencies] ansi_term = "0.12.1"
阅读全文
posted @ 2025-06-11 08:49 NwN
阅读(3)
评论(0)
推荐(0)
2024年8月21日
Linux使用配置
摘要: man手册中文版设置 GNOME插件 https://github.com/tomflannaghan/proxy-switcher https://extensions.gnome.org/extension/4839/clipboard-history/ https://extensions.g
阅读全文
posted @ 2024-08-21 17:24 NwN
阅读(10)
评论(0)
推荐(0)
2024年4月13日
tryhackme openvpn alias
摘要: # 省的输入密码了,但是有一定安全风险 sudo chmod +s /usr/sbin/openvpn # alias alias thm='pgrep openvpn && echo "\nOpenVPN is already running\n" || (openvpn --config ~/D
阅读全文
posted @ 2024-04-13 17:44 NwN
阅读(3)
评论(0)
推荐(0)
2024年4月12日
Gnome固定缩放比例
摘要: # 设置缩放比例为2倍 gsettings set org.gnome.desktop.interface scaling-factor 2
阅读全文
posted @ 2024-04-12 19:58 NwN
阅读(132)
评论(0)
推荐(0)
2024年3月7日
kali 换源
摘要: deb https://mirrors.tuna.tsinghua.edu.cn/kali kali-rolling main non-free contrib non-free-firmware # deb-src https://mirrors.tuna.tsinghua.edu.cn/kali
阅读全文
posted @ 2024-03-07 22:17 NwN
阅读(12)
评论(0)
推荐(0)
2024年2月9日
Beaver triples/乘法三元组/乘法加密
摘要: 本文由 Bing AI/New Bing/Sydney 根据这篇文章总结得出。 首先,我们假设有两个参与方S1和S2,他们分别持有秘密值x和y的加法分享值x1和x2,y1和y2。也就是说,x = x1 + x2,y = y1 + y2。他们想要计算x和y的乘积,但是不想暴露自己的分享值。 为了实现这
阅读全文
posted @ 2024-02-09 12:38 NwN
阅读(690)
评论(2)
推荐(0)
2023年6月6日
GNOME 卸载nvidia官方闭源驱动
摘要: 系统信息 ```shell Kali GNOME 44.1 X11 ``` Ctrl+Alt+F3进入无桌面终端,然后关掉桌面 ```shell sudo service gdm3 stop ``` 卸载驱动 ```shell sudo nvidia-uninstall ```
阅读全文
posted @ 2023-06-06 16:18 NwN
阅读(39)
评论(0)
推荐(0)
2023年3月14日
Android安装burp suite证书
摘要: 需要root权限 从Android Q(10)开始,App默认只信任系统证书,除非另行配置,否则不信任用户安装的证书。 以下方法是将burp suite证书安装到系统证书的文件夹中,即安装为系统证书。 导出证书后进行格式转换 openssl x509 -inform DER -in PortSwig
阅读全文
posted @ 2023-03-14 17:21 NwN
阅读(1316)
评论(0)
推荐(0)
2023年3月13日
Linux中证书导入
摘要: openssl x509 -inform der -in burpsuite.der -out burp.crt sudo cp burp.crt /usr/local/share/ca-certificates sudo update-ca-certificates
阅读全文
posted @ 2023-03-13 10:07 NwN
阅读(81)
评论(0)
推荐(0)
2023年1月26日
通过xpath提取url
摘要: 检查-元素/查看器 右击元素获得xpath,例如 /html/body/div[1]/div[1]/div[5]/div/div/div[3]/ul/li[1]/a /html/body/div[1]/div[1]/div[5]/div/div/div[3]/ul/li[2]/a /html/bod
阅读全文
posted @ 2023-01-26 18:36 NwN
阅读(407)
评论(0)
推荐(0)
下一页
随笔分类
CTF Show(7)
PHP(1)
php题(2)
RCE(1)
sqli总结(2)
tricks(2)
xss(1)
反序列化题目(3)
工具/环境配置(14)
培训课件(2)
深度学习 & 隐私保护(1)
文件上传(1)
信息搜集(1)
点击右上角即可分享