Skip to content

Commit

Permalink
fix cf filename(2023/07/20)
Browse files Browse the repository at this point in the history
  • Loading branch information
No-Github committed Jul 20, 2023
1 parent ed44c19 commit d8dcf5d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions f8x
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ dnsx_Ver="v1.1.4"
dnsx_bin_amd64="dnsx_1.1.4_linux_amd64.zip"
dnsx_bin_arm64="dnsx_1.1.4_linux_arm64.zip"
# https://github.com/iBotPeaches/Apktool/releases
apktool_Ver="v2.7.0"
apktool_bin="apktool_2.7.0.jar"
apktool_Ver="v2.8.0"
apktool_bin="apktool_2.8.0.jar"
# https://github.com/lc/gau/releases
gau_Ver="v2.1.2"
gau_bin="gau_2.1.2_linux_amd64.tar.gz"
Expand Down Expand Up @@ -293,8 +293,8 @@ fingerprintx_Install_amd64="fingerprintx_1.1.9_linux_amd64.tar.gz"
fingerprintx_Install_arm64="fingerprintx_1.1.9_linux_arm64.tar.gz"
# https://github.com/teamssix/cf
cf_Ver="v0.5.0"
cf_Install_amd64="cf_v0.4.5_linux_amd64.tar.gz"
cf_Install_arm64="cf_v0.4.5_linux_arm64.tar.gz"
cf_Install_amd64="cf_v0.5.0_linux_amd64.tar.gz"
cf_Install_arm64="cf_v0.5.0_linux_arm64.tar.gz"
# https://github.com/su18/ysoserial
ysuserial_Ver="v1.5"
ysuserial_bin="ysuserial-1.5-su18-all.jar"
Expand Down Expand Up @@ -9238,15 +9238,15 @@ kali_Tools_TypeB(){
Pentest_SSRFmap_Install
echo -e "\033[1;33m\n>> Installing testssl.sh\n\033[0m"
Pentest_testssl_Install
echo -e "\033[1;33m\n>> Installing dalfox\n\033[0m"
Pentest_dalfox_Install
echo -e "\033[1;33m\n>> Installing Gopherus\n\033[0m"
Pentest_Gopherus_Install
echo -e "\033[1;33m\n>> Installing CDK\n\033[0m"
Pentest_CDK_Install
echo -e "\033[1;33m\n>> Installing cf\n\033[0m"
Pentest_cf_Install

# echo -e "\033[1;33m\n>> Installing dalfox\n\033[0m"
# Pentest_dalfox_Install
# Pentest_pocsuite3_Install
# Pentest_commix_Install
# Pentest_tplmap_Install
Expand Down
8 changes: 4 additions & 4 deletions f8x_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ dnsx_Ver="v1.1.4"
dnsx_bin_amd64="dnsx_1.1.4_linux_amd64.zip"
dnsx_bin_arm64="dnsx_1.1.4_linux_arm64.zip"
# https://github.com/iBotPeaches/Apktool/releases
apktool_Ver="v2.7.0"
apktool_bin="apktool_2.7.0.jar"
apktool_Ver="v2.8.0"
apktool_bin="apktool_2.8.0.jar"
# https://github.com/lc/gau/releases
gau_Ver="v2.1.2"
gau_bin="gau_2.1.2_linux_amd64.tar.gz"
Expand Down Expand Up @@ -265,8 +265,8 @@ fingerprintx_Install_amd64="fingerprintx_1.1.9_linux_amd64.tar.gz"
fingerprintx_Install_arm64="fingerprintx_1.1.9_linux_arm64.tar.gz"
# https://github.com/teamssix/cf
cf_Ver="v0.5.0"
cf_Install_amd64="cf_v0.4.5_linux_amd64.tar.gz"
cf_Install_arm64="cf_v0.4.5_linux_arm64.tar.gz"
cf_Install_amd64="cf_v0.5.0_linux_amd64.tar.gz"
cf_Install_arm64="cf_v0.5.0_linux_arm64.tar.gz"
# https://github.com/su18/ysoserial
ysuserial_Ver="v1.5"
ysuserial_bin="ysuserial-1.5-su18-all.jar"
Expand Down

0 comments on commit d8dcf5d

Please sign in to comment.