Skip to content

Commit 2a71eab

Browse files
authored
Update paybag.py
Updated - Metasploit Version
1 parent b4a2caa commit 2a71eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paybag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ def ch3():
552552
+Y+"""\nmsfconsole and msfvenom not found in '/data/data/com.termux/files/usr/bin/'\n""")
553553
p=input(CY+"Install Metasploit in Termux ?"+G+" (y|n)"+R+" >>> "+W)
554554
if p=="y":
555-
ver="6.2.14"
555+
ver="6.3.7"
556556
os.system("apt install -y ruby wget apr apr-util libiconv zlib autoconf bison clang coreutils curl findutils git libffi libgmp libpcap postgresql readline libsqlite openssl libtool libxml2 libxslt ncurses pkg-config make libgrpc termux-tools ncurses-utils ncurses tar termux-elf-cleaner unzip zip")
557557
lk="wget -O msf.tar.gz https://github.com/rapid7/metasploit-framework/archive/"+ver+".tar.gz"
558558
os.system(str(lk))

0 commit comments

Comments
 (0)