Skip to content

Commit

Permalink
Update paybag.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Deadpool2000 authored Oct 8, 2021
1 parent b9db15f commit 4f03004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paybag.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ def ch3():
p=input(CY+"Install Metasploit in Termux ?"+G+" (y|n)"+R+" >>> "+W)
if p=="y":
ver="6.1.8"
os.system("apt install -y ruby 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")
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")
lk="wget -O msf.tar.gz https://github.com/rapid7/metasploit-framework/archive/"+ver+".tar.gz"
os.system(str(lk))
os.system("mv msf.tar.gz $HOME")
Expand Down

0 comments on commit 4f03004

Please sign in to comment.