使用的 hexo 搭建博客,主题是 icarus
使用的 hexo 搭建博客,主题是 icarus
1 | 配置文件存放目录: /etc/nginx |
1 | 配置文件: /etc/httpd/conf/http.conf |
1 | 日志位置: |
1 | C:\Users\[user]\AppData\Local\Packages\KaliLinux.54290C8133FEE_ey8k8hqnwqnmg\LocalState\rootfs |
服务端:
1 | wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubi/doubi/master/ssr.sh && chmod +x ssr.sh && bash ssr.sh |
客户端:
1 | https://github.com/shadowsocksrr/shadowsocksr |
端口与对应服务及常见漏洞
正则表达式(Regular Expression,缩写为 regex 或者 regexp)是一组特殊文本,可以用来从文本中找出满足你想要的格式的部分。From learn regex the easy way
1 | "the" => the fat cat sat on the mat. |
表示使用正则表达式 “the”(第一行) 可以匹配到字符串 “the fat cat sat on the mat” 中的 “the”(第二行)
基本操作
metasploit 渗透测试指南 小笔记