pymetasploit3 icon indicating copy to clipboard operation
pymetasploit3 copied to clipboard

Payload dosen`t change after execution

Open zsamamah opened this issue 2 years ago • 2 comments

While i`m trying to automate the exploitation, i set the exploit and the payload; But when a session opened it takes a different payload and execute the exploit using it. pymetasploit3

zsamamah avatar Dec 25 '22 23:12 zsamamah

Hello. I believe I am seeing this same issue. wondering whether there are any thoughts on how to work around it at present?

kevin-poole avatar Dec 05 '23 03:12 kevin-poole

I had better success of controlling everything if I use run_module_with_output

As it opens a console, and "types" the commands one by one - and you can more easily:

  1. debug it
  2. it actually listens to your additional commands (like set payload...)

nrathaus avatar Mar 05 '24 08:03 nrathaus