Skip to content

Commit 0e595bc

Browse files
authored
Update paybag.py
Metasploit Latest Version Added - 6.4.17
1 parent 08a78e6 commit 0e595bc

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
@@ -537,7 +537,7 @@ def ch3():
537537
+Y+"""\nmsfconsole and msfvenom not found in '/data/data/com.termux/files/usr/bin/'\n""")
538538
p=input(CY+"Install Metasploit in Termux ?"+G+" (y|n)"+R+" >>> "+W)
539539
if p=="y":
540-
ver="6.3.43"
540+
ver="6.4.17"
541541
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")
542542
lk="wget -O msf.tar.gz https://github.com/rapid7/metasploit-framework/archive/"+ver+".tar.gz"
543543
os.system(str(lk))

0 commit comments

Comments
 (0)