Table of Contents generated with DocToc
大文件存储;供后来者学习以及技术探讨。
- 快速开始
- 部分依赖jar包在安装完nc6.5系统后,一般在
C://yonyou//home//lib//
目录下,前提需要有nc6.5的安装包;或者下载仓库内的依赖包: - 本机运行环境
java version "1.8.0_181"/javac 1.8.0_181
- 学习教程README
- 下载
- 单jar包:点击ncdepend.jar链接 -> Download.
- 整包yonyou-NCv6.5-lib.zip链接 -> 单击链接下载
- auto switch
- 规则列表设置 -> AutoProxy
- 规则列表网址 ->
https://raw.githubusercontent.com/Bin4xin/bigger-than-bigger/master/WALL_LISTS/lists.txt
- 立即更新
- 参考链接
- 🚧UNDER CONSTRUCTION🚧
- C(ollection) O(f) V(erified) V(ulnerabilities)
- 记录已复现所有web、中间件相关漏洞、payload
- 洞察相关漏洞、payload的产生原因、区别
- Power by Bin4xin
- more...
- 个人CTF比赛复盘文件共享;更多请点击此处了解。
- 来源:@YeSilin/uBlacklist{:target="_blank"}
declare -a expressions=(
'📣What are Y0u f4cking barking.📣'
'📣We are all F4CKING SMALL-TOWN SWOT (LOUDLY).📣'
'~~APPEARANCE IS THE FIRST PRODUCTIVE FORCE~~;'
)
random_index=$(($RANDOM % ${#expressions[@]}))
index=$((1 + $random_index))
selected_expression=${expressions[index]}
PROMPT="%(?:%{$fg_bold[green]%}[`echo $selected_expression`] :%{$fg_bold[red]%}[Ooooooops @@S0mething WROOONG@@] )"
PROMPT+='%{$fg[cyan]%}[🤑🎧🚩:<%c>]%{$reset_color%}$(git_prompt_info) %{$fg_bold[white]%}$%{$fg_bold[green]%}$%{$fg_bold[yellow]%}$ '
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[yellow]%}[%{$fg_bold[blue]%}<git:%{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}%{$fg_bold[yellow]%}]"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}>%{$fg[yellow]%}"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%}>"
- 1.由于传播、利用此库/文所提供的信息而造成的任何直接或者间接的后果及损失,均由使用者本人负责,本文作者不为此承担任何责任。
- 2.转载请申明出处:Bigger than Bigger
- i.Any direct or indirect consequences and losses caused by the dissemination and use of the information provided by this library/text are the responsibility of the user himself, and the author of this article does not bear any responsibility for this.
- ii.Please state the source for reprinting : Bigger than Bigger