README
—⚠️— 姜子牙钓鱼,愿者上钩 请不要带着脾气进来,也别带着脾气离开 其实我一直有在想做一个文档供自己查阅;反正也没啥人来看,就当给你们分享一些经验吧! 我分享的工具 请确保无威胁后在下载 分享的工具皆携带密码 Statistical data Visitors (Since 2020/10/25) 团队XRsec ☆天文学上指宇宙间能发光的或反射光的天体;一般指夜间天空中发光的天体:~球。恒~。行(xíng )~。卫~。披~戴月。 星冉 我希望自己能向星星一样冉冉发光团队名字也叫星冉,可以在漏洞盒子找到我们,目前成员只有几个,专注SRC我曾经建立了一个学习群,结果惹了一身骚,所以以后不会在公益了,吾辈当自强 欢迎关注公众号
Wechaty Gateway 使用教程
Wechaty Gateway 使用教程声明 wechaty 属于开源工具,并没有太多的义务帮你解决问题 大家也多是一步一步学习的,工具做好了基本也潜水了 所以请尝试自己查找资料 我喜欢go嘛 提问的艺术 其实 wechaty官网 已经很详细了,这里有很多的文档可供参考 使用谷歌语法 wechaty go xp 使用 Github 搜索 org:wechaty roomInvitation 请将你的问题,代码,错误日志一起提交到 issues 希望你能接受上面的说法,感谢 关于架构flowchart LR Polyglot-->Python Polyglot-->Go Polyglot -->Rust Python-->Grpc Go-->Grpc Rust-->Grpc Grpc-->Puppet Puppet-->Padlocal Puppet-->Wechat4U Puppet-->XP Padlocal-->微信 Wechat4U--&g ...
轻量服务器安装 OpenWrt
轻量服务器安装 OpenWrt环境GitHub:https://github.com/esirplayground/VPS_OpenWrt OpenWrt:自由下载 BaiduPAN:https://pan.baidu.com/s/1jtf3g97rCbuPhbiFxTkyhA / ktiw 腾讯云轻量服务器 开始 把你的 img 、vps_deploy.sh、wrt_kernel.bin 打包成为压缩包,对了,vps_deploy.sh 里面有下载链接,删了就好 上传你压缩后的文件 到 https://quickfile.cn/#/ 中转站,保留下载地址 ⚠️ 注意,接下来的操作会初始化你的服务器 下载 压缩包 并解压,执行 chmod +x vps_deploy.sh && vps_deploy.sh 等待两次系统重启 腾讯轻量服务器 vnc 页面进入终端 执行一段命令 vi /etc/config/network# 找到 lan --> static --> 修改为 dhcp ,下面这个样子# config interface 'wan ...
Hackone 环境搭建
Hackone 环境搭建网络环境 Vmware PIN1Group_FW -> openwrt-x86-64-generic-squashfs-combined-efi -> StarWind V2V Converter -> vmwre_new -> 其他linux64位 -> 2h2g -> 桥接 -> vi_network_config@Router -> vist -> 防火墙全部接受 -> 接口修改 -> 不桥接接口-> 博客 passwall -> 订阅 -> 全局 -> 高级设置 kali -> 修改网络配置文件 -> 网络测试 windows 同理 # kali 网络修改sudo vi /etc/network/interfacesauto eth0iface eth0 inet staticaddress 192.168.11.145netmask 255.255.255.0gateway openwrt_ipcat /etc/resolv.confnamese ...
Git 优化三连击
Git 优化三连击 本文不做过多讲解,不懂的内容请留言 Git.HTTP/S 加速➜ cat ~/.gitconfig[user] email = github-actions[bot]@users.noreply.github.com name = github-actions[bot][http] proxy = socks5://127.0.0.1:7890 proxy = http://127.0.0.1:7890[https] proxy = socks5://127.0.0.1:7890 proxy = https://127.0.0.1:7890[core] excludesfile = /Users/xr/.gitignore[filter "lfs"] clean = git-lfs clean -- %f smudge = git-lfs smudge -- %f process = git-lfs filter-process required = true Git.SSH 加速➜ Downloads cat ~/.ssh/config ...
个人隐私保护-Bitwarden
个人隐私保护-Bitwarden背景Bitwarden 是一个类似 1Password 和 LastPass 的开源密码管理软件,Bitwarden RS 是基于 Rust 语言的一个实现,更轻量一些,可能效率也会更高一点点,并且是完全兼容官方 App 的,比如各种浏览器扩展,手机 App 等。[ 摘抄 ] 不想折腾可以直接官网注册使用即可,网速有点慢 准备工作 一台公网 linux 服务器( Ubuntu / Centos ) docker 域名和证书 可以通过腾讯云购买服务器和域名并申请免费证书 安装 Dockercurl -fsSL https://get.docker.com | bash -s docker --mirror Aliyunsudo systemctl enable dockersudo systemctl start dockersudo usermod -aG docker $USER 修改配置文件{ // 镜像加速 "registry-mirrors": [ "https://hub-mirror.c. ...
没有标题
没有标题 这是一个 vscode 这是一个 code-server 这是一个 jupyter 这是一个魔改版的 jupyter 我只是比较 爱学习 ,这没什么问题吧 我不仅 爱学习 ,我还喜欢 进内网 我的博客即将同步至腾讯云+社区,邀请大家一同入驻:https://cloud.tencent.com/developer/support-plan?invite_code=ocmvc23gvwxt XRSec has the right to modify and interpret this article. If you want to reprint or disseminate this article, you must ensure the integrity of this article, including all contents such as copyright notice. Without the permission of the author, the content of this article shall not be modified ...
狗东西的防黑之路
狗东西的防黑之路 本文章基于 SSH 出发 作者很随性,随缘写文 涉及知识面:openssh ,proxy ,fwknop ,docker OPENSSHOpenSSH (also known as OpenBSD Secure Shell[a]) is a suite of secure networking utilities based on the Secure Shell (SSH) protocol, which provides a secure channel over an unsecured network in a client–server architecture.[4][5] OpenSSH started as a fork of the free SSH program developed by Tatu Ylönen; later versions of Ylönen’s SSH were proprietary software offered by SSH Communications Security.[6] OpenSSH was first ...
HackSudo
靶机介绍目标介绍 :Debian Linux (目标是个网上在线银行系统) 攻击主机 : kali Linux 利用技术: shellshock破壳漏洞<–cgi-bin–> GTFOBins提权 github开源源码泄露 打靶开始1.信息收集(偷个懒直接上命令了) sudo arp-scan -lStarting arp-scan 1.9.7 with 256 hosts (https://github.com/royhills/arp-scan)192.168.0.102 08:00:27:c5:88:8d PCS Systemtechnik GmbH$ nmap -p- -sC -sV 192.168.0.102Starting Nmap 7.91 ( https://nmap.org ) at 2021-10-30 02:53 EDTNmap scan report for localhost (192.168.0.102)Host is up (0.0015s latency).Not shown: 65533 closed portsPORT S ...
Docker Action IniT
Docker Action IniTDockerfileLABEL maintainer="xrsec"LABEL mail="troy@zygd.site"LABEL Github="https://github.com/XRSec/Code-Server-Update"RUN apt update -y && apt upgrade -y \ && apt install -y ncurses-bin \ && apt clean -y \ RUN yum update -y && yum upgrade -y \ && yum install ncurses -y \ && yum clean all -y \ WORKDIRENTRYPOINT ["/goby.sh"]EXPOSE 80ENV TZ='Asia/Shanghai'ENV LANG & ...
Centos init
Centos inityum update -y && yum upgrade -yyum install wget unzip git util-linux-user net-tools iputils util-linux-user zsh ncurses -ycurl -s https://gist.githubusercontent.com/ran-xing/0e47c9b793887d201bab9de2a07a740c/raw/83347d6e43e903c4cab8c27d32e401ef856f2bde/zsh_init.sh | bashsource ~/.zshrcsudo yum install -y yum-utilssudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ ...
Docker Centos init
Docker Centos initdocker run -it --name server centos:latest yum update -y && yum upgrade -y && yum install wget git curl sudo net-tools iputils util-linux-user zsh ncurses -ychsh -s /usr/bin/zshsh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlightinggit clone https://github.com/zsh-users/zsh-autosugge ...
趣玩Github Action
趣玩Github Action 在 GitHub Actions 的仓库中自动化、自定义和执行软件开发工作流程。 您可以发现、创建和共享操作以执行您喜欢的任何作业(包括 CI/CD),并将操作合并到完全自定义的工作流程中。 Action 能干啥?都能干,前段时间还有人挖矿 下面所有的用户名和仓库用 laowang 和 zhangshan 代替 Actions secrets一些不方便的隐私的东西可以放进去,然后用环境变量代替 https://github.com/laowang/zhangshan/settings/secrets/actions # 推荐变量名DOCKERHUB_PASSWORD 123456 ${{ secrets.DOCKERHUB_PASSWORD }}DOCKERHUB_TOKEN 123456 ${{ secrets.DOCKERHUB_TOKEN }}DOCKERHUB_USERNAME laowang ${{ secrets.DOCKE ...
Github Action Public_Private
Github Action Public_PrivateThis is a set of communication interactions between Github open source and privacyFunction: Synchronize README.md Sync hub.docker Overview The private warehouse is successfully constructed and the information is sent to the public warehouse to complete the construction Build containers and push to Aliyun, Hub.docker, etc. Open source warehouse receives signal to update README 这是一套关于Github 开源和隐私之间的通信交互功能: 同步 README.md 同步 hub.docker 的 Overview 私有仓库构建成功发送信息到公有仓库 ...
DRIFTINGBLUES:6
DRIFTINGBLUES: 6靶机介绍下载地址:https://download.vulnhub.com/driftingblues/driftingblues6_vh.ova难度:Easy运行环境:VirtualBox 攻击主机:kali 2021 目标主机:DRIFTINGBLUES: 6 打靶开始1.主机发现使用ARP扫描可以快速的发现当前网段所有的开启主机 2.端口扫描还是老套路 nmap -sV -sC -p- 192.168.0.104 Starting Nmap 7.91 ( https://nmap.org ) at 2021-10-10 02:06 EDTNmap scan report for 192.168.0.104Host is up (0.0019s latency).Not shown: 65534 closed portsPORT STATE SERVICE VERSION80/tcp open http Apache httpd 2.2.22 ((Debian))| http-robots.txt: 1 d ...