|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#51 |
|
Confirmed User
Industry Role:
Join Date: Jul 2001
Location: Finland
Posts: 1,216
|
damn, only 16 jewcrew members tried it.. well I have to go there and say to them that itīs time to beat this new challenge....
biiiatch... h0st [JC] |
|
|
|
|
|
#52 |
|
Confirmed User
Join Date: Jan 2002
Location: In the walls of your house.
Posts: 3,985
|
Is this what we're supposed to steal?
46063 Bytes |
|
|
|
|
|
#53 |
|
Confirmed User
Join Date: Nov 2001
Location: A van down by the river
Posts: 442
|
WTG Bobby!
That is some amazing shiznit. crack, next time use a more attractive woman. ![]()
__________________
SIG TOO BIG! Maximum 120x60 button and no more than 3 text lines of DEFAULT SIZE and COLOR. Unless your sig is for a GFY top banner sponsor, then you may use a 624x80 instead of a 120x60. |
|
|
|
|
|
#54 |
|
Confirmed User
Join Date: Feb 2002
Posts: 100
|
NetRodent, there is a problem with checksum:
mine: >sum img.jpg 63549 45 yours: >sum steal2.jpg 47426 78 diffrerence is minimal (4 bytes in header are swapped I resampled image. Are you using script or sniffing jpeg from IP stream?
__________________
There is a crack in everything. That's how the light gets in. |
|
|
|
|
|
#55 |
|
Confirmed User
Join Date: Jan 2002
Location: In the walls of your house.
Posts: 3,985
|
I used the following script...
Code:
#!/usr/bin/perl
use LWP::UserAgent;
use HTTP::Cookies;
use HTTP::Request::Common;
use Compress::Zlib;
$url1 = 'http://www.crack.sh/stealme/';
$cookie_jar = HTTP::Cookies->new;
$ua = LWP::UserAgent->new();
$ua->agent('Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)');
$ua->cookie_jar($cookie_jar);
$response = $ua->get($url1);
$html1 = Compress::Zlib::memGunzip($response->content);
while($html1 =~ s/<!--(.+?)\/\/ -->//ims) {
$javascript = $1;
}
while($javascript =~ s/function\s+([A-Za-z0-9]+).+?\{(.+?)\}//ims) {
$func = $1;
$action = $2;
$action =~ s/^.*\'(.+?)\'.*$/$1/;
($name,$value) = split(/\=/,$action);
$cookie_jar->set_cookie(0,$name,$value,'/','www.crack.sh');
}
while($html =~ s/src=\'(.+?)\'//ims) {
my $url2 = 'http://www.crack.sh/stealme/'.$1;
my $response2 = $ua->get($url2, Referer => $url1);
$response3 = $ua->request(POST 'http://www.crack.sh/stealme/', [member => 1], [Referer => $url1]);
$response4 = $ua->get('http://www.crack.sh/stealme/members/', Referer=>$url1);
$html4 = Compress::Zlib::memGunzip($response4->content);
}
while($html4 =~ s/src=\'(.+?)\'//ims) {
my $url5 = 'http://www.crack.sh'.$1;
my $response5 = $ua->get($url5, Referer => 'http://www.crack.sh/stealme/members');
if($response5->headers->as_string =~ /image\/jpeg/) {
open(STOLEN, ">./stolen2.jpg");
print STOLEN $response5->content;
close STOLEN;
}
}
|
|
|
|
|
|
#56 |
|
Confirmed User
Join Date: Jan 2002
Location: In the walls of your house.
Posts: 3,985
|
Odd... I'm getting the same checksum as you on the downloaded file. Are you sure its not getting mangled when you pull down stolen2.jpg to check?
|
|
|
|
|
|
#57 |
|
Confirmed User
Join Date: Feb 2002
Posts: 100
|
That MUST work. I guess there was just a glitch or something.
Why don't you use: http://search.cpan.org/doc/CLAESJAC/JavaScript-0.52/JavaScript.pod I'll exchange traffic with you at any time in any quantities!!! Just add $ua->proxy (['http'], $proxy); I'll add your nick & url to enter page. ---------------- Any others? |
|
|
|
|
|
#58 |
|
Confirmed User
Join Date: Jan 2002
Location: In the walls of your house.
Posts: 3,985
|
I don't have the javascript module installed and it seemed a lot easier to just parse it myself. If the javascript you used was more complex (ie random mathematical computations and/or string manipulation) or varied its formating then I might have had to fall back on the module.
If you want to make it a bit harder for a script to login, you might consider adding a graphic with a series of seemingly random letters/numbers that need to be entered into a form field. For added effect vary the font and rotational alignment of each character. That way either a human has to bootstrap that step or it would need an ocr algorithim. |
|
|
|
|
|
#59 |
|
Confirmed User
Join Date: Feb 2002
Posts: 100
|
NetRodent, agree with you with bitmaps with ImageTTFText in them.
But that's about access control. I assume that access is already granted. Anyway, I guess single image has been pretty much sorted out, Still - can anybody else repost new resampled image?! now I should return back to Wizzo request about multiple images. Gotta go to church. Will post some auto galleries later on - that's where fun begins |
|
|
|
|
|
#60 |
|
Confirmed User
Join Date: Feb 2002
Posts: 100
|
Ok, LET'S CRANK IT UP.
Steal MY Gallery http://www.crack.sh/stealme Rules: save all pics and post file sizes or better url's to jpegs. Or at least write how you can do it, preferable in perl or other programming language No IP sniffing. ------------------------------------------------- Should as easy as getting single pic - just do a loop in script
__________________
There is a crack in everything. That's how the light gets in. |
|
|
|
|
|
#61 |
|
Registered User
Join Date: Apr 2002
Posts: 3
|
You guys are doing really funky stuff. I've been webmaster for last 6 years (mainstream as you call it) but never seen shit like this.
My 1st post on adult board - but this topic made me to signup. Crack - all pages are machine generated, right? What is this?! MD5 drives me crazy... And how do you contol acceess to page based on bandwidth - I got cut off after 2 megs?! |
|
|
|
|
|
#62 |
|
Confirmed User
Industry Role:
Join Date: Jan 2001
Location: Ass Valley, Ca
Posts: 6,436
|
__________________
http://nakedlunchnews.comWhat's up ? Naked Lunch News ! |
|
|
|
|
|
#63 |
|
Confirmed User
Join Date: Jun 2001
Location: Between your mamma's legs
Posts: 4,753
|
MY NUTZ FUCKING ITCH LIKE MAD !!!
In the time it took you kids to fuck around with that ... I made enough money to go buy myself 12 really sweets sets of Matrix content ... LOL ![]()
__________________
|
|
|
|