ares brute forcer kullanmak icin tripod gibi bir siteye modified proxyjudge (prxjdg2.cgi dosyası) kurmak istiyorum. Kuracağım versiyon modified v2.34 proxyjudge. prxjdg2.cgi dosyası şu sitelerden bazılarında mevcut: http://www.info-owl.com/cgi-bin/temp!!-prxjdg2.cgi v2.34 http://www.cleanpasses.org/cgi-bin/prxjdg2.cgi v2.34 http://www.info-owl.com/cgi-bin/prxjdg2.cgi http://www.info-owl.com/cgi-bin/temp!!-prxjdg2.cgi free cgi host siteleri ise şunlar: www.f2g.net www.portland.co.uk www.hypermart.com www.tripod.com www.t35.com Ben hemen hepsinde free account acarak uye oldum. Tripodda deneme yaptım. Yararlandığım dokumanda cgi dosyasını ascii transfer modunda serverda oluşturacağım cgi-bin klasorune atmam soyleniyor. Bunu yaptığımda tripod izin vermiyor. Kullandığım dokuman: "1. Where can you find the modified proxyjudge? The code of the script can be downloaded here or from alteredperceptions (See remarks at the end of this tutorial). It's a modified v2.34 proxyjudge. 2. What do you need to make it work? You need a host wich lets you upload scripts. So you must have a cgi-bin on your host. You also need a ftp program. I recommend WS_FTP pro as it will be used in this tutorial. You can download WS_FTP pro here. 3. Step by step overview 3.1. Connecting to your host via ftp If you open WS_FTP pro, you'll be prompted to enter the ftp adress and your username and password. Connect via passive mode. Once you're connected, search for the cgi-bin on your host. 3.2. Uploading the script Once you have downloaded the script (see above), make a copy and rename the extension to *.cgi (so it looks like this: prxjdg2.cgi) In WS_FTP pro search for the file prxjdg2.cgi on your harddrive. (See picture - Part A) Before you upload, make sure you set the transfer mode to ASCII. (See picture - Part B) You can upload the script by pressing the green arrow (just above part B in the picture). Once the script is uploaded, you'll see it in the cgi-bin folder on your host. (See picture - Part C) 3.3. Changing the properties of the script If you tried the script already in your browser, you have noticed an internal server error. This is normal because the properties of the script aren't correct. You have to change these so that the script can be executed on the server. Here's how you do this: Click with the right mousebutton on the script in your cgi-bin (Previous picture - Part C) A menu pops up. Select FTP commands and then chmod. Set the values like in the remote file permissions window below. 3.4. Testing the script Now it's time to test the script. Set a proxy in your browser and browse to the url of your pj (for example: www.yoursite.com/cgi-bin/prxjdg2.cgi) If everything goes well, you'll see a number representing the level of your proxy (1 to 5). Now you have a working pj and you can paste the url to the locations.ini file. See section 4 if you got internal server errors or if the result of the script isn't correct. 4. Debugging the script 4.1. What to do if you got Internal Server messages? Let's check the first line in the pj code: If it says: #!/usr/bin/perl You have to change it to: #!/usr/local/bin/perl And if it says: #!/usr/local/bin/perl You have to change it to: #!/usr/bin/perl Upload the script again (see section 3.2 and 3.3) Now, let's test it again. Do you still get the Internal Server errors? If so, check section 4.2 If it works, go back to section 3.4 4.2. Still got the Internal Server messages? This might be a common error. If you downloaded the script from alteredperceptions you have this error in the script. Change: Content-type: text/html To: Content-type: text/html\n\n Upload the script again (see section 3.2 and 3.3) Now, let's test it again. Do you still get the Internal Server errors? If so, contact me. If it works, go back to section 3.4 4.3. The results aren't correct? I've encountered this in one occasion. It seemed that the perl compiler on the host was out of date. If I tested the pj it always gave level "3?" Contact your host and tell them your problem. Or find another host. 5. Remarks If you have downloaded the script from alteredperceptions you have to change something in the code, otherwise it might not work. See section 4.2 for the changes." resimleri eklemedim ama ws_ftp kullanılıyor. Ben de ws_ftp ve cute ftp kullandım ama olmuyor. Siteye nasıl modified proxyjudge kurabilirim? __________________