Jump to content

RPI Payload


Guest

Recommended Posts

I'm trying to use Msfvenom to generate a reverse payload for my Raspberry Pi 2 to connect back to me but none of the combinations I've tried have worked and I can't find any example of this by searching.

Link to comment
Share on other sites

The smart thing to do at this point is to state just what parameters you're providing to msfvenom and how the other side is responding when you supply the payload. Does the remote service crash? Log an error? Anything?

Link to comment
Share on other sites

The smart thing to do at this point is to state just what parameters you're providing to msfvenom and how the other side is responding when you supply the payload. Does the remote service crash? Log an error? Anything?

I'm not doing anything with remote attacks as I'm just trying to get them to run client side. Payloads I've tried without success include generic/shell_reverse_tcp, linux/armle/shell/reverse_tcp, python/shell_reverse_tcp, cmd/unix/reverse_python so I'm wondering if you can tell me a payload combination that's known to work on the Pi.

Edited by No Name
Link to comment
Share on other sites

I can't. But maybe you can follow my advice and answer my question?

I don't regularly dabble with metasploit but I have a nice stack of ARM machines so I could during some off-time try to throw some commands at it, but I'm not going to start from scratch while you sit back with your legs on the table, drinking coffee.

Link to comment
Share on other sites

I can't. But maybe you can follow my advice and answer my question?

I don't regularly dabble with metasploit but I have a nice stack of ARM machines so I could during some off-time try to throw some commands at it, but I'm not going to start from scratch while you sit back with your legs on the table, drinking coffee.

Surely I can't be the first one to think of Metasploit payloads for the Raspberry Pi but all the links I've found by search only talks about running Metasploit framework on the Pi.

Link to comment
Share on other sites

I think I found my problem of trying to generate a compatible ELF payload instead of a language specific one. Python seems to be the most reliable but that then also introduces the issue of it automatically daemonizing instead of running in the foreground.

Link to comment
Share on other sites

I would guess linux/x86/ or cmd/unix/bash

What is the installed operating system? raspbian?

perl, python, ruby, php, java... are any of these installed?

A Pi is an ARM box and, depending on the version of the Pi, an ARMv6 or an ARMv7. v7 code potentially doesn't run on a v6 core because on its expanded instruction set.

Link to comment
Share on other sites

I'm just going to point this out again:

Because you provide *nothing* about...

- what you were doing

- how you were doing it

- what the problem was you were seeing

- how you decided on things to try to fix it

- which of those eventually worked

the next time someone runs into a similar situation (s)he'll be as in the dark as you were previously.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...