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 9, 2021
1 parent 476e5fc commit 7b79757
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions paybag.py
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,8 @@ def ch3():
os.system("gem install --no-document --verbose rubygems-update && update_rubygems")
os.system("gem install bundler && bundle config build.nokogiri --use-system-libraries && cd $HOME/metasploit-framework && bundle install")
os.system("cp assets/termux/msfconsole $PREFIX/bin/ && cp assets/termux/msfvenom $PREFIX/bin/")
os.system("chmod +x $PREFIX/bin/msfconsole")
os.system("chmod +x $PREFIX/bin/msfvenom")
os.system('clear')
checkver()
start()
Expand Down

0 comments on commit 7b79757

Please sign in to comment.