Skip to content

Commit

Permalink
add marshalsec
Browse files Browse the repository at this point in the history
  • Loading branch information
No-Github committed Oct 21, 2021
1 parent 1659417 commit 761a600
Showing 1 changed file with 26 additions and 3 deletions.
29 changes: 26 additions & 3 deletions f8x
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Proxy_URL="https://cdn.ffffffff0x.com/?durl=https://codeload.github.com/rofl0r/p
Porxy_OK=
Docker_OK=
error=0
F8x_Version="1.5.7 Dev(Beta5)"
F8x_Version="1.5.7 Dev(Beta6)"

# ===================== Software version variable setting =====================
hashcat_Version="hashcat-6.2.4"
Expand Down Expand Up @@ -59,8 +59,8 @@ fscan_Ver="1.6.3"
fscan_Install="fscan_amd64"
ffuf_Ver="v1.3.1"
ffuf_Install="ffuf_1.3.1_linux_amd64.tar.gz"
Nuclei_Ver="v2.5.2"
Nuclei_Install="nuclei_2.5.2_linux_amd64.zip"
Nuclei_Ver="v2.5.3"
Nuclei_Install="nuclei_2.5.3_linux_amd64.zip"
rad_File="rad_linux_amd64.zip"
crawlergo_Ver="v0.4.1"
crawlergo_File="crawlergo_linux_amd64.zip"
Expand Down Expand Up @@ -2677,6 +2677,27 @@ Pentest_shiro-exploit_Install(){

}

# ===================== Install marshalsec =====================
Pentest_marshalsec_Install(){

name="marshalsec"
dir="$P_Dir/marshalsec"

if test -e $dir/marshalsec-0.0.3-SNAPSHOT-all.jar
then
Echo_ALERT "$name is already installed in $dir"
else
mkdir -p $dir && cd $_ && rm -f marshalsec-0.0.3-SNAPSHOT-all.jar > /dev/null 2>&1 && $Porxy_OK wget -O marshalsec-0.0.3-SNAPSHOT-all.jar ${GitPorxy}https://github.com/No-Github/marshalsec/releases/download/v0.0.3/marshalsec-0.0.3-SNAPSHOT-all.jar > /dev/null 2>&1 || Echo_ERROR2
if test -e $dir/marshalsec-0.0.3-SNAPSHOT-all.jar
then
Echo_INFOR "Successfully installed $name in the $dir"
else
Echo_ERROR3
fi
fi

}

# ===================== Install Impacket =====================
Pentest_Impacket_Install(){

Expand Down Expand Up @@ -5548,6 +5569,8 @@ kali_Tools_TypeB(){
Pentest_JNDI-Injection-Exploit_Install
echo -e "\033[1;33m\n>> Installing Gopherus\n\033[0m"
Pentest_Gopherus_Install
echo -e "\033[1;33m\n>> Installing marshalsec\n\033[0m"
Pentest_marshalsec_Install

# Pentest_redis-rogue-server_Install
# Pentest_redis-rogue-server-win_Install
Expand Down

0 comments on commit 761a600

Please sign in to comment.