Giter Site home page Giter Site logo

lrcf's Introduction

GitHub 资源


GitHub Proxy

GitHub 文件 , Releases , archive , gist , raw.githubusercontent.com 文件代理加速下载服务.

image-20220403163704481

终端命令行

支持终端命令行 git clone , wget , curl 等工具下载.

支持 raw.githubusercontent.com , gist.github.com , gist.githubusercontent.com 文件下载.

**注意:**不支持 SSH Key 方式 git clone 下载.

git clone

git clone https://ghproxy.com/https://github.com/stilleshan/ServerStatus

wget & curl

wget https://ghproxy.com/https://github.com/stilleshan/ServerStatus/archive/master.zip
wget https://ghproxy.com/https://raw.githubusercontent.com/stilleshan/ServerStatus/master/Dockerfile
curl -O https://ghproxy.com/https://github.com/stilleshan/ServerStatus/archive/master.zip
curl -O https://ghproxy.com/https://raw.githubusercontent.com/stilleshan/ServerStatus/master/Dockerfile

首页下载

在本页地址栏输入合规链接(参考以下链接)点击下载按钮

支持 raw.githubusercontent.com , gist.github.com , gist.githubusercontent.com 文件下载.

Raw 文件

https://raw.githubusercontent.com/stilleshan/ServerStatus/master/Dockerfile

分支源码

https://github.com/stilleshan/ServerStatus/archive/master.zip

Releases 源码

https://github.com/stilleshan/ServerStatus/archive/v1.0.tar.gz

Releases 文件

https://github.com/fatedier/frp/releases/download/v0.33.0/frp_0.33.0_linux_amd64.tar.gz

镜像站

https://mirror.ghproxy.com/

https://gh.api.99988866.xyz/

PiQi文库

项目发起者

https://github.com/PeiQi0

项目地址

https://github.com/PeiQi0/PeiQi-WIKI-Book

源码地址

https://github.com/PeiQi0/PeiQi-WIKI-Book/archive/refs/heads/main.zip

https://ghproxy.com/https://github.com/PeiQi0/PeiQi-WIKI-Book/archive/refs/heads/main.zip
https://github.com/PeiQi0/PeiQi-WIKI-Book/releases/download/PeiQi-WIKI-Book-2022-03-20/PeiQi-WIKI-Book-HTML.zip

https://ghproxy.com/https://github.com/PeiQi0/PeiQi-WIKI-Book/releases/download/PeiQi-WIKI-Book-2022-03-20/PeiQi-WIKI-Book-HTML.zip

本地搭建

文库支持多种快捷的方式在本地搭建随时查阅文库,项目图片均为本地化,推荐Docker或内网搭建,不推荐公网服务器部署

Yarn源码搭建 (个人二次扩展,需要编译环境)

git clone https://github.com/PeiQi0/PeiQi-WIKI-Book.git
cd PeiQi-WIKI-Book
yarn add vuepress-theme-antdocs -d
yarn install
yarn run dev

Html源码搭建 (无需编译环境,使用编译好的Html文件直接部署)

git clone https://github.com/PeiQi0/PeiQi-WIKI-Book.git
cd PeiQi-WIKI-Book/docs/.vuepress/dist
mv * 你的服务器Web目录

Docker搭建 (只需要Dokcer环境,快速搭建在各个环境中)

docker search peiqipeiqi
docker pull peiqipeiqi/peiqi_wiki:220320
docker run -t -d -p 65534:80 --name "PeiQi_Wiki" peiqipeiqi/peiqi_wiki:220320
User/Pass: peiqi:peiqi

PeiQi文库在线版

http://wiki.peiqi.tech/

image-20220403170612630

Vulhub

项目发起者

https://github.com/vulhub

项目地址

 https://github.com/vulhub/vulhub

源码地址

https://github.com/vulhub/vulhub/archive/refs/heads/master.zip

https://ghproxy.com/https://github.com/vulhub/vulhub/archive/refs/heads/master.zip

安装

在Ubuntu 20.04下安装docker/docker-compose:

# 安装pip
curl -s https://bootstrap.pypa.io/get-pip.py | python3

# 安装最新版docker
curl -s https://get.docker.com/ | sh

# 启动docker服务
systemctl start docker

# 安装compose
pip install docker-compose 

使用

# 下载项目
wget https://github.com/vulhub/vulhub/archive/master.zip -O vulhub-master.zip
unzip vulhub-master.zip
cd vulhub-master

# 进入某一个漏洞/环境的目录
cd flask/ssti

# 自动化编译环境
docker-compose build

# 启动整个环境
docker-compose up -d

测试完成后,删除整个环境

docker-compose down -v

本项目每个漏洞环境均附带文档,建议你购买1G内存的vps搭建漏洞测试环境,文档中所说的your-ip均指你的vps的ip地址,如果你是用虚拟机搭建测试环境,是指你的虚拟机IP,而不是docker容器内部的IP,请不要混淆。

注意事项

  1. 为防止出现权限错误,最好使用root用户执行docker和docker-compose命令
  2. docker部分镜像不支持在ARM等架构的机器上运行

反弹Shell命令一键生成

项目发起者

https://github.com/0dayCTF

项目地址

https://github.com/0dayCTF/reverse-shell-generator

项目源码

https://github.com/0dayCTF/reverse-shell-generator/archive/refs/heads/main.zip

https://ghproxy.com/https://github.com/0dayCTF/reverse-shell-generator/archive/refs/heads/main.zip

Reverse Shell Generator在线版

https://www.revshells.com/

https://forum.ywhack.com/reverse-shell/

image-20220403172326162

image-20220403172445935

Docker部署

Simply run the following commands within this repository to spin up the instance locally using a Docker container

docker build -t reverse_shell_generator .

docker run -d -p 80:80 reverse_shell_generator

Browse to http://localhost:80
Last login: Sun Apr  3 17:27:30 on ttys000
mannix@MannixdeMacBook-Pro-2 ~ % cd Desktop/reverse-shell-generator-main
mannix@MannixdeMacBook-Pro-2 reverse-shell-generator-main % ls
Dockerfile      index.html
LICENSE       js
README.md     netlify.toml
Thumbs.db     package.json
assets        parcel-transformer-obfuscation
css       server_functions
favicon.ico
mannix@MannixdeMacBook-Pro-2 reverse-shell-generator-main % docker build -t reverse_shell_generator .
[+] Building 4.2s (7/7) FINISHED
 => [internal] load build definition from Dockerfile                       0.1s
 => => transferring dockerfile: 74B                                        0.0s
 => [internal] load .dockerignore                                          0.0s
 => => transferring context: 2B                                            0.0s
 => [internal] load metadata for docker.io/fnichol/uhttpd:latest           3.5s
 => [internal] load build context                                          0.1s
 => => transferring context: 635.86kB                                      0.1s
 => CACHED [1/2] FROM docker.io/fnichol/uhttpd@sha256:28e6f95cf33ae133652  0.0s
 => => resolve docker.io/fnichol/uhttpd@sha256:28e6f95cf33ae1336525034e2b  0.3s
 => [2/2] COPY . /www                                                      0.1s
 => exporting to image                                                     0.1s
 => => exporting layers                                                    0.1s
 => => writing image sha256:701518d4cb9cb293317a6b4a696fef29b1b671317a27b  0.0s
 => => naming to docker.io/library/reverse_shell_generator                 0.0s

Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
mannix@MannixdeMacBook-Pro-2 reverse-shell-generator-main % docker run -d -p 80:80 reverse_shell_generator
ff1a094ed60aef1fe98ddd17c8989322d39f05b6aceb4e9965bc6cc92a840655

Viper(炫彩蛇)

  • Viper(炫彩蛇)是一款图形化内网渗透工具,将内网渗透过程中常用的战术及技术进行模块化及武器化.
  • Viper(炫彩蛇)集成杀软绕过,内网隧道,文件管理,命令行等基础功能.
  • Viper(炫彩蛇)当前已集成70+个模块,覆盖初始访问/持久化/权限提升/防御绕过/凭证访问/信息收集/横向移动等大类.
  • Viper(炫彩蛇)目标是帮助红队工程师提高攻击效率,简化操作,降低技术门槛.
  • Viper(炫彩蛇)支持在浏览器中运行原生msfconsole,且支持多人协作.

项目发起者

https://github.com/FunnyWolf

项目地址

https://github.com/FunnyWolf/Viper

源码地址

https://github.com/FunnyWolf/Viper/archive/refs/heads/master.zip

https://ghproxy.com/https://github.com/FunnyWolf/Viper/archive/refs/heads/master.zip

优化

Session文件管理增加缓存,优化首次打开速度

合并metasploit-framework 6.1.36版本

Bugfix

修复无法使用migrate命令问题

修复无法创建虚拟监听问题

修复Windows UAC绕过运行报错问题

https://github.com/FunnyWolf/Viper/archive/refs/tags/v1.5.19.zip

https://ghproxy.com/https://github.com/FunnyWolf/Viper/archive/refs/tags/v1.5.19.zip

首次安装

脚本安装

f8x工具支持在全新的linux环境一键安装viper,命令如下:

curl -o f8x https://f8x.io/   # wget -O f8x https://f8x.io/
bash f8x -viper

更新版本

小版本更新(例如1.2.1更新到1.2.2)

docker-compose所有命令在/root/VIPER目录执行

删除原有容器

cd /root/VIPER              # viper安装目录
docker-compose down         # 删除现有容器

更新 docker 镜像

docker-compose pull

新建并启动容器

docker-compose up -d

访问 https://vpsip:d**iyport 登录服务器.用户名:root 密码:**自定义密码

密码可以通过 cat /root/VIPER/docker-compose.yml 查看

diyport可通过 cat /root/VIPER/nginxconfig/viper.conf 查看

跨版本更新(例如1.2.6更新到1.3.0)

docker-compose所有命令在/root/VIPER目录执行

Viper高版本不兼容低版本已有数据,跨版本更新需要清空已有数据

删除原有容器

cd /root/VIPER # viper安装目录
docker-compose down

清空已有数据及自定义模块

rm -f ./db/*
rm -f ./module/*

更新 docker 镜像

docker-compose pull

新建并启动容器

docker-compose up -d

访问 https://vpsip:d**iyport 登录服务器.用户名:root 密码:**自定义密码

密码可以通过 cat /root/VIPER/docker-compose.yml 查看

diyport可通过 cat /root/VIPER/nginxconfig/viper.conf 查看

img

alist

一个支持多存储的文件列表程序,使用 Gin 和 React 。

支持

项目发起者

https://github.com/Xhofe

项目地址

https://github.com/Xhofe/alist

源码地址

https://github.com/Xhofe/alist/archive/refs/heads/v2.zip

https://ghproxy.com/https://github.com/Xhofe/alist/archive/refs/heads/v2.zip
https://github.com/Xhofe/alist/releases/download/v2.3.2/alist-darwin-10.12-amd64.tar.gz

https://ghproxy.com/https://github.com/Xhofe/alist/releases/download/v2.3.2/alist-darwin-10.12-amd64.tar.gz

https://github.com/Xhofe/alist/releases/download/v2.3.2/alist-linux-amd64.tar.gz

https://ghproxy.com/https://github.com/Xhofe/alist/releases/download/v2.3.2/alist-linux-amd64.tar.gz

https://github.com/Xhofe/alist/releases/download/v2.3.2/alist-windows-4.0-amd64.zip

https://ghproxy.com/https://github.com/Xhofe/alist/releases/download/v2.3.2/alist-windows-4.0-amd64.zip

https://github.com/Xhofe/alist/archive/refs/tags/v2.3.2.zip

https://ghproxy.com/https://github.com/Xhofe/alist/archive/refs/tags/v2.3.2.zip

一键脚本

仅支持Linux-x86_64/aarch64平台。

安装

curl -fsSL "https://nn.ci/alist.sh" | bash -s install

已经安装过再次执行安装会删除之前的数据,更新请使用更新命令。

更新

curl -fsSL "https://nn.ci/alist.sh" | bash -s update

卸载

curl -fsSL "https://nn.ci/alist.sh" | bash -s uninstall

自定义路径

默认安装在/opt/alist,要自定义安装路径,添加安装路径为第二个参数,必须是绝对路径(路径以alist结尾时直接安装到给定路径,否则会安装在给定路径alist目录下),如安装到/root

# 安装
curl -fsSL "https://nn.ci/alist.sh" | bash -s install /root
# 更新
curl -fsSL "https://nn.ci/alist.sh" | bash -s update /root
# 卸载
curl -fsSL "https://nn.ci/alist.sh" | bash -s uninstall /root

zkar

ZKar是一款功能强大的Java序列化协议分析工具,该工具基于Go语言开发,目前仍然处于积极开发阶段。

当前版本的ZKar提供了下列功能:

1、嵌入了一个Java序列化Payload解析器和查看器,基于纯Go开发,不需要CGO或JDK;

2、可将Java序列化协议转换为Go结构;

3、提供了一个可以操作Java序列化数据的Go库;

4、WIP:Go语言实现的ysoserial;

5、WIP:Java类字节码解析器、查看器和数据操作;

6、WIP:Go语言实现的RMI/LDAP;

项目发起者

https://github.com/phith0n

项目地址

https://github.com/phith0n/zkar

源码地址

https://github.com/phith0n/zkar/archive/refs/heads/master.zip

https://ghproxy.com/https://github.com/phith0n/zkar/archive/refs/heads/master.zip
https://github.com/phith0n/zkar/releases/download/v1.3.0/zkar_1.3.0_Darwin_x86_64.tar.gz

https://ghproxy.com/https://github.com/phith0n/zkar/releases/download/v1.3.0/zkar_1.3.0_Darwin_x86_64.tar.gz

https://github.com/phith0n/zkar/releases/download/v1.3.0/zkar_1.3.0_Linux_x86_64.tar.gz

https://ghproxy.com/https://github.com/phith0n/zkar/releases/download/v1.3.0/zkar_1.3.0_Linux_x86_64.tar.gz

https://github.com/phith0n/zkar/releases/download/v1.3.0/zkar_1.3.0_Windows_x86_64.zip

https://ghproxy.com/https://github.com/phith0n/zkar/releases/download/v1.3.0/zkar_1.3.0_Windows_x86_64.zip

https://github.com/phith0n/zkar/archive/refs/tags/v1.3.0.zip

https://ghproxy.com/https://github.com/phith0n/zkar/archive/refs/tags/v1.3.0.zip

lrcf's People

Contributors

asura88 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.