Skip to content

Commit 1a9e633

Browse files
committed
update
1 parent 2d03c92 commit 1a9e633

File tree

3 files changed

+23
-15
lines changed

3 files changed

+23
-15
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ English | [简体中文](README.zh-cn.md)
3131
- wget : `wget -O f8x https://f8x.io/`
3232
- curl : `curl -o f8x https://f8x.io/`
3333

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.
3539
3640
**usage**
3741
```bash

README.zh-cn.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@
3333
- wget : `wget -O f8x https://f8x.io/`
3434
- curl : `curl -o f8x https://f8x.io/`
3535

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
3741
3842
**使用**
3943
```bash

f8x

+13-13
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Proxy_OK=
3232
Docker_OK=
3333
error=0
3434
Linux_architecture_Name=
35-
F8x_Version="1.6.3 Dev(Beta10)"
35+
F8x_Version="1.6.4 Dev(Beta1)"
3636
wget_option="-q --show-progress"
3737

3838
# ===================== Software version variable setting (dev) =====================
@@ -3357,7 +3357,7 @@ Pentest_naabu_Install(){
33573357
;;
33583358
*) ;;
33593359
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
33613361
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; }
33623362
which naabu > /dev/null 2>&1 && Echo_INFOR "Successfully installed $name in the /usr/local/bin/" || Echo_ERROR3
33633363
;;
@@ -9021,17 +9021,17 @@ cloud(){
90219021
;;
90229022
esac
90239023

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
90359035

90369036
}
90379037

0 commit comments

Comments
 (0)