File tree 3 files changed +23
-15
lines changed
3 files changed +23
-15
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,11 @@ English | [简体中文](README.zh-cn.md)
31
31
- wget : ` wget -O f8x https://f8x.io/ `
32
32
- curl : ` curl -o f8x https://f8x.io/ `
33
33
34
- - Visit [ releases] ( https://github.com/ffffffff0x/f8x/releases )
34
+ - github raw
35
+ - wget : ` wget -O f8x https://raw.githubusercontent.com/ffffffff0x/f8x/main/f8x `
36
+ - curl : ` curl -o f8x https://raw.githubusercontent.com/ffffffff0x/f8x/main/f8x `
37
+
38
+ > Subsequent releases will not be updated, so it is recommended not to download old versions of f8x from releases.
35
39
36
40
** usage**
37
41
``` bash
Original file line number Diff line number Diff line change 33
33
- wget : ` wget -O f8x https://f8x.io/ `
34
34
- curl : ` curl -o f8x https://f8x.io/ `
35
35
36
- - 访问 [ releases] ( https://github.com/ffffffff0x/f8x/releases ) 下载
36
+ - github 直链
37
+ - wget : ` wget -O f8x https://raw.githubusercontent.com/ffffffff0x/f8x/main/f8x `
38
+ - curl : ` curl -o f8x https://raw.githubusercontent.com/ffffffff0x/f8x/main/f8x `
39
+
40
+ > 后续不会更新 releases,建议不要下载 releases 的旧版本 f8x
37
41
38
42
** 使用**
39
43
``` bash
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Proxy_OK=
32
32
Docker_OK=
33
33
error=0
34
34
Linux_architecture_Name=
35
- F8x_Version=" 1.6.3 Dev(Beta10 )"
35
+ F8x_Version=" 1.6.4 Dev(Beta1 )"
36
36
wget_option=" -q --show-progress"
37
37
38
38
# ===================== Software version variable setting (dev) =====================
@@ -3357,7 +3357,7 @@ Pentest_naabu_Install(){
3357
3357
;;
3358
3358
* ) ;;
3359
3359
esac
3360
- cd /tmp && go install -v github.com/projectdiscovery/naabu/v2/cmd/naabu@latest
3360
+ cd /tmp && go install github.com/projectdiscovery/naabu/v2/cmd/naabu@latest
3361
3361
mv $GOPATH /bin/naabu /usr/local/bin/naabu && chmod +x /usr/local/bin/naabu || { mv /root/go/bin/naabu /usr/local/bin/naabu; chmod +x /usr/local/bin/naabu; }
3362
3362
which naabu > /dev/null 2>&1 && Echo_INFOR " Successfully installed $name in the /usr/local/bin/" || Echo_ERROR3
3363
3363
;;
@@ -9021,17 +9021,17 @@ cloud(){
9021
9021
;;
9022
9022
esac
9023
9023
9024
- echo -e " \033[1;33m\n>> Continue installation wrangler? [y/N,Default N] \033[0m" && read -r input
9025
- case $input in
9026
- [yY][eE][sS]|[Yy])
9027
- Rust_Check
9028
- echo -e " \033[1;33m\n>> Installing wrangler\n\033[0m"
9029
- wrangler_Install
9030
- ;;
9031
- * )
9032
- Echo_INFOR " Pass~"
9033
- ;;
9034
- esac
9024
+ # echo -e "\033[1;33m\n>> Continue installation wrangler? [y/N,Default N] \033[0m" && read -r input
9025
+ # case $input in
9026
+ # [yY][eE][sS]|[Yy])
9027
+ # Rust_Check
9028
+ # echo -e "\033[1;33m\n>> Installing wrangler\n\033[0m"
9029
+ # wrangler_Install
9030
+ # ;;
9031
+ # *)
9032
+ # Echo_INFOR "Pass~"
9033
+ # ;;
9034
+ # esac
9035
9035
9036
9036
}
9037
9037
You can’t perform that action at this time.
0 commit comments