Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
No-Github committed Mar 28, 2021
1 parent d91cf90 commit b73614a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* 添加 -zsh 选项
* -k 选项添加 commix、exploitdb、tplmap、routersploit、bettercap、mitmproxy、naabu、proxify、pypykatz、CrackMapExec
* -s 选项添加 BruteShark
* 更新所有安装软件的版本
* 更新所有软件安装的版本
* 体积缩减 50%

### [1.4.7] - 2021-03-21
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ f8x 基本上不需要任何依赖,或者说它就是为了帮助你安装各种
- 使用 -vol3 选项安装 volatility3 取证工具

**4. 红队服务**
- 使用 -aircrack 选项部署 aircrack-ng 环境
- 使用 -bypass 选项部署 Bypass 环境
- 使用 -cs 选项部署 CobaltStrike 环境
- 使用 -frp 选项部署 frp 环境
Expand All @@ -104,6 +105,7 @@ f8x 基本上不需要任何依赖,或者说它就是为了帮助你安装各种
- 使用 -sharry 选项部署 sharry 文件服务
- 使用 -ssh 选项配置 SSH 环境 (RedHat 系默认可用,无需重复安装)
- 使用 -ssr 选项部署 ssr 工具
- 使用 -zsh 选项部署 zsh 工具

**7. 其他**
- 使用 -clear 选项清理系统使用痕迹
Expand Down
Binary file modified assets/img/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions f8x
Original file line number Diff line number Diff line change
Expand Up @@ -2562,7 +2562,7 @@ pip2_Install(){
# -ruby
Ruby_Install(){

echo -e "\033[1;33m\n>> 正在安装 Ruby,时间超长,建议看会视频,耐心等待(编译过程中出现 warning 告警请无视)\n\033[0m"
echo -e "\033[1;33m\n>> 正在安装 Ruby,时间超长,建议看会视频,耐心等待,编译过程中出现 warning 告警请无视\n\033[0m"
cd $T_Dir && rm -rf $Ruby_Install 1> /dev/null 2>> /tmp/f8x_error.log && $Porxy_OK wget https://cache.ruby-lang.org/pub/ruby/$Ruby_Ver/ruby-3.0.0.tar.gz 1> /dev/null 2>> /tmp/f8x_error.log || Echo_ERROR "$Ruby_Install 下载失败! 请检查 proxychains4 配置的代理服务器是否可用 "
tar xvfvz $Ruby_Install 1> /dev/null 2>> /tmp/f8x_error.log
cd $Ruby_Dir && ./configure 1> /dev/null 2>> /tmp/f8x_error.log && make 1> /dev/null 2>> /tmp/f8x_error.log && make install 1> /dev/null 2>> /tmp/f8x_error.log && Echo_INFOR "已安装 $(ruby -v) 安装在 /usr/local/bin/ 目录下" || Echo_ERROR "安装 Ruby 环境失败,请查看日志 /tmp/f8x_error.log "
Expand All @@ -2572,7 +2572,7 @@ Ruby_Install(){
# -rust
Rust_Install(){

echo -e "\033[1;33m\n>> 正在安装 rust(注意安装时选项)\n\033[0m"
echo -e "\033[1;33m\n>> 正在安装 rust (注意安装时选项)\n\033[0m"
$Porxy_OK curl https://sh.rustup.rs -sSf | $Porxy_OK sh

}
Expand Down Expand Up @@ -2643,7 +2643,7 @@ chromium_Install(){
*) ;;
esac

echo -e "\033[1;33m\n>> 正在安装 chromium(120M)\n\033[0m"
echo -e "\033[1;33m\n>> 正在安装 chromium (120M)\n\033[0m"

cd $T_Dir && rm -rf chrome-linux* 1> /dev/null 2>> /tmp/f8x_error.log && $Porxy_OK wget https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/706915/chrome-linux.zip 1> /dev/null 2>> /tmp/f8x_error.log

Expand Down

0 comments on commit b73614a

Please sign in to comment.