myGully.com

myGully.com (https://mygully.com/index.php)
-   Sicherheit & Anonymität (https://mygully.com/forumdisplay.php?f=65)
-   -   2 Programme! (https://mygully.com/showthread.php?t=1809132)

blackstar 28.09.08 13:16

2 Programme!
 
Einmal eins das ständig auf eine Seite geht mit neuer Ip sowas wie Webclicker

Und

Einmal rin programm welches dieip ändern sowas wie Cyber Ghost VPN das programm funzt leider bei mir nicht mehr

wär nice wenn wer helfen könnte

Veni_Vidi_Vici 05.10.08 06:50

Hi.
Erstmal deinen Webclicker
Zitat:

#!/usr/bin/perl

use LWP::UserAgent;

printf("[*] Opening proxy list\n");
open(PLIST,$ARGV[0]) or die("Error opening proxy list");
my @proxies = <PLIST>;
chomp(@proxies);
srand();
close(PLIST);
printf(" [+] Done.\n");


while(1){

$proxy = $proxies[rand(@proxies)];

printf("[*] using '$proxy'\n");

$urlb = "http://www.mygully.com";
printf("[*] trying...\n");

$agent = new LWP::UserAgent;
$agent->proxy('http' => "http://$proxy/");
$result = $agent->get($urlb);

$cont = $result->content();
if($cont =~ /CoDeeN/) {
printf("[*] this is a CoDeeN proxy, sleeping 10 secs\n");
sleep(10);
printf("[*] now retrying\n");
$result = $agent->get($urlb);

$cont = $result->content();
}

if( $cont =~ /web/i) {
printf(" [+] clicked.\n");
} else {
print($cont);
printf(" [-] fail.\n");
}


}

Wobei bei hochwertigeren Websiten eine request an den Proxy gesendet wird und der sich dann als Proxy outet -> somit kein Erfolg.
Somit müsstest du die IP direkt wechseln.
Könnte ich dir auch machen, aber dann ist es nicht mehr so professionel.

Nun zum Ip-Wechsel.
Sag mir mal deinen Router-Namen (z.B. Fritz-Box Fon Wlan 7170....)


Alle Zeitangaben in WEZ +1. Es ist jetzt 17:55 Uhr.

Powered by vBulletin® (Deutsch)
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.