Loading...
avatar
Articles
35
Tags
3
Categories
2
Home
Archives
Categories
Tags
Whimsical WhirlsChallenge Six Writeup
Search
Home
Archives
Categories
Tags

Challenge Six Writeup

Created2024-12-24|Updated2024-11-17|Lab Writeup
|Word Count:6|Reading Time:1mins|Post Views:
Author: Annabelle
Link: https://anneballa.github.io/posts/a4d9867850cd/
Copyright Notice: All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.
Sponsor
  • wechat
    wechat
  • alipay
    alipay
cover of previous post
Previous
Code-server
发现了一个极其方便的应用,这可要比在宝塔里编辑文件方便很多,发现自己最近在疯狂搞基础设施搭建: 1https://github.com/coder/code-server 使用安装命令: 1curl -fsSL https://code-server.dev/install.sh | sh 就安装好了,真简单,默认配置文件在以下位置: 1~/.config/code-server/config.yaml 配置文件示例: 1234567bind-addr: 0.0.0.0:8080 # Code Server 监听的地址和端口 auth: password # 认证方式,可以是 'password' 或 'none' password: yourpassword # 用于登录的密码 cert: false # 是否使用 HTTPS,默认为 false # cert: /path/to/cert.crt # 如果使用 HTTPS,指定证书路径 # cert-key:...
cover of next post
Next
个人服务器使用优化
前段时间为了搭建Tailscale组网方案,又为了一些便利,在香港租用了一台云服务器,性价比还可以,4H8G、40GB固态硬盘、30Mbs带宽,但是我只在上边部署了Tailscale用作出口节点感觉好浪费。所以在想如何压榨一下服务器的性能负载。 基本环境部署首先是运维面板,我还是选择了宝塔国际版,因为这版没有广告: 1https://www.aapanel.com/ 建议就在以上地址找到的安装脚本进行安装,其他地方找到的哪怕是 bt.cn 上的都别用,有坑。使用aapanel可以很方便的编译安装nginx,我这里选择1.26稳定版本的nginx。 服务器优化网络核心优化编辑 /etc/sysctl.conf,添加以下参数 ,这可以满足我的日常VPN使用谷歌,docker镜像进行更新等等: 123456########################################## # 网络核心优化 ########################################## # 启用BBR加速,提升VPN、视频流性能 ...

Comments
avatar
Annabelle
Be a down-to-earth person
Articles
35
Tags
3
Categories
2
Follow Me
Announcement
Welcome to my blog! Here, you'll find a collection of my experiences and insights in red team penetration testing, programming tips, and tech tinkering. I hope you discover content that's both intriguing and practical, and that you enjoy your time here.
Contents
  1. 1. Target:
  2. 2. Recon:
  3. 3. GetAccess:
  4. 4. NetWork enum:
  5. 5. Lateral Movement:
Recent Posts
使用PVE构建自己的设备环境
使用PVE构建自己的设备环境2025-01-01
HTB Vintage Writeup
HTB Vintage Writeup2025-01-01
HTB Cicada Writeup
HTB Cicada Writeup2025-01-01
©2024 - 2025 By Annabelle
Framework Hexo|Theme Butterfly
Hi, welcome to my blog!
Search
Loading Database